Changeset 1586703
- Timestamp:
- 02/01/2017 06:30:41 PM (9 years ago)
- Location:
- redi-restaurant-reservation/branches/newDesign
- Files:
-
- 2 edited
-
redi-restaurant-booking.php (modified) (2 diffs)
-
templates/admin_ajaxed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
redi-restaurant-reservation/branches/newDesign/redi-restaurant-booking.php
r1568907 r1586703 337 337 'WebAddress' => self::GetPost('WebAddress'), 338 338 'Lang' => self::GetPost('Lang'), 339 'DescriptionShort' => self::GetPost('DescriptionShort'),340 'DescriptionFull' => self::GetPost('DescriptionFull'),341 339 'MinTimeBeforeReservation' => self::GetPost('MinTimeBeforeReservation'), 342 340 'Catalog' => (int)self::GetPost('Catalog'), … … 557 555 'WebAddress' => self::GetPost('WebAddress'), 558 556 'Lang' => self::GetPost('Lang'), 559 'DescriptionShort' => self::GetPost('DescriptionShort'),560 'DescriptionFull' => self::GetPost('DescriptionFull'),561 557 'MinTimeBeforeReservation' => self::GetPost('MinTimeBeforeReservation'), 562 558 'Catalog' => (int)self::GetPost('Catalog'), -
redi-restaurant-reservation/branches/newDesign/templates/admin_ajaxed.php
r1586698 r1586703 120 120 </td> 121 121 </tr> 122 <tr> 123 <th scope="row"> 124 <label for="DescriptionShort"> 125 <?php _e('Short description', 'redi-booking'); ?> 126 </label> 127 </th> 128 <td> 129 <input maxlength="200" id="DescriptionShort" type="text" value="<?php echo $place['DescriptionShort'] ?>" name="DescriptionShort"/> 130 </td> 131 </tr> 132 133 <tr> 134 <th scope="row"> 135 <label for="DescriptionFull"> 136 <?php _e('Long description', 'redi-booking'); ?> 137 </label> 138 </th> 139 <td colspan="2"> 140 <textarea maxlength="1000" name="DescriptionFull" id="DescriptionFull" cols="60" rows="5"><?php echo $place['DescriptionFull'] ?></textarea> 141 </td> 142 </tr> 122 143 123 <tr> 144 124 <th scope="row">
Note: See TracChangeset
for help on using the changeset viewer.