Changeset 3606:bacbc979195e for admin/category.php
- Timestamp:
- 11/21/17 05:30:34 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/category.php
r3572 r3606 216 216 '<div class="lockable">'. 217 217 '<p><label for="cat_url">'.__('URL:').'</label> ' 218 .form::field('cat_url',40, 191,html::escapeHTML($cat_url)).218 .form::field('cat_url',40,255,html::escapeHTML($cat_url)). 219 219 '</p>'. 220 220 '<p class="form-note warn" id="note-cat-url">'.
Note: See TracChangeset
for help on using the changeset viewer.