Changeset 984237
- Timestamp:
- 09/08/2014 11:44:34 AM (12 years ago)
- File:
-
- 1 edited
-
contentde/trunk/tpl/main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contentde/trunk/tpl/main.php
r602943 r984237 75 75 <thead> 76 76 <tr> 77 <th>Id</th> 77 78 <th>Titel</th> 78 79 <th>Status</th> … … 84 85 <?php foreach($aParams['orderList'] as $aOrder): ?> 85 86 <tr> 87 <td><?php echo $aOrder['order_id']; ?></td> 86 88 <th><?php echo $aOrder['order_title']; ?></th> 87 89 <td><?php echo $aStates[$aOrder['order_status']]; ?></td>
Note: See TracChangeset
for help on using the changeset viewer.