Plugin Directory

Changeset 1685636


Ignore:
Timestamp:
06/26/2017 04:44:23 PM (9 years ago)
Author:
robby.roboter
Message:

clear type field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • redi-restaurant-reservation/branches/custom_fields_API/templates/admin.php

    r1684774 r1685636  
    440440                </td>
    441441                <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>
    443443                </td>
    444444            </tr>
Note: See TracChangeset for help on using the changeset viewer.