Changeset 1103 for trunk/htdocs/diagnosis/diagnosis.tpl.php
- Timestamp:
- 2012-08-01T11:11:21+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/diagnosis/diagnosis.tpl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/diagnosis/diagnosis.tpl.php
r1092 r1103 15 15 </th> 16 16 <th> 17 <?php echo _T(" Result/Suggestion"); ?>17 <?php echo _T("Explanation/Suggestion"); ?> 18 18 </th> 19 19 </tr> … … 21 21 <tr class="<?php echo $note['type']; ?>"> 22 22 <td nowrap="nowrap" align="right"><?php echo $note['item']; ?></td> 23 <td nowrap="nowrap"><?php echo ucfirst( $note['type']); ?></td>23 <td nowrap="nowrap"><?php echo ucfirst(__($note['type'])); ?></td> 24 24 <td nowrap="nowrap"><?php echo nl2br($note['result']); ?></td> 25 25 <td><?php echo nl2br($note['suggestion']); ?></td>
Note: See TracChangeset
for help on using the changeset viewer.

