Changeset 1586698
- Timestamp:
- 02/01/2017 06:24:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
redi-restaurant-reservation/branches/newDesign/templates/admin_ajaxed.php
r1586695 r1586698 82 82 </td> 83 83 </tr> 84 <tr> 85 <th scope="row"> 86 <label for="WebAddress"> 87 <?php _e('Url', 'redi-booking'); ?> 88 </label> 89 </th> 90 <td> 91 <input id="WebAddress" type="WebAddress" value="<?php echo $place['WebAddress'] ?>" name="WebAddress"/> 92 </td> 93 </tr> 84 <input id="WebAddress" type="hidden" value="<?php echo $place['WebAddress'] ?>" name="WebAddress"/> 85 94 86 <tr> 95 87
Note: See TracChangeset
for help on using the changeset viewer.