Changeset 3572:7b171ccd8cee for plugins/pings/index.php
- Timestamp:
- 08/12/17 12:51:23 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/index.php
r3428 r3572 75 75 form::field(array('pings_srv_name[]','pings_srv_name-'.$i),20,128,html::escapeHTML($n)).' '. 76 76 '<label for="pings_srv_uri-'.$i.'" class="classic">'.__('Service URI:').'</label> '. 77 form::field(array('pings_srv_uri[]','pings_srv_uri-'.$i),40, 255,html::escapeHTML($u));77 form::field(array('pings_srv_uri[]','pings_srv_uri-'.$i),40,191,html::escapeHTML($u)); 78 78 79 79 if (!empty($_GET['test'])) … … 95 95 form::field(array('pings_srv_name[]','pings_srv_name2'),20,128).' '. 96 96 '<label for="pings_srv_uri2" class="classic">'.__('Service URI:').'</label> '. 97 form::field(array('pings_srv_uri[]','pings_srv_uri2'),40, 255).97 form::field(array('pings_srv_uri[]','pings_srv_uri2'),40,191). 98 98 '</p>'. 99 99
Note: See TracChangeset
for help on using the changeset viewer.