Changeset 1685636
- Timestamp:
- 06/26/2017 04:44:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
redi-restaurant-reservation/branches/custom_fields_API/templates/admin.php
r1684774 r1685636 440 440 </td> 441 441 <td> 442 <a onclick="jQuery('#<?php echo $field_name; ?>').val(''); jQuery('#<?php echo $field_message; ?>').val(''); jQuery('#<?php echo $field_ required; ?>').attr('checked', false);">clear</a>442 <a onclick="jQuery('#<?php echo $field_name; ?>').val(''); jQuery('#<?php echo $field_message; ?>').val(''); jQuery('#<?php echo $field_type; ?>').val('text'); jQuery('#<?php echo $field_required; ?>').attr('checked', false);">clear</a> 443 443 </td> 444 444 </tr>
Note: See TracChangeset
for help on using the changeset viewer.