Changeset 3639:fe9f4d94f86b for admin/category.php
- Timestamp:
- 12/29/17 14:17:26 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/category.php
r3606 r3639 196 196 '<h3>'.__('Category information').'</h3>'. 197 197 '<p><label class="required" for="cat_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Name:').'</label> '. 198 form::field('cat_title',40,255,html::escapeHTML($cat_title) ).198 form::field('cat_title',40,255,html::escapeHTML($cat_title),'','',false,'required placeholder="'.__('Name').'"'). 199 199 '</p>'; 200 200 if (!$cat_id)
Note: See TracChangeset
for help on using the changeset viewer.