Changeset 2117:21af980260cf for admin
- Timestamp:
- 09/27/13 22:08:10 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/category.php
r1571 r2117 182 182 '<form action="category.php" method="post" id="category-form">'. 183 183 '<h3>'.__('Category information').'</h3>'. 184 '<p><label class="required" for="cat_title"><abbr title="'.__('Required field').'">*</abbr> '.__(' Title:').'</label> '.184 '<p><label class="required" for="cat_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Name:').'</label> '. 185 185 form::field('cat_title',40,255,html::escapeHTML($cat_title)). 186 186 '</p>';
Note: See TracChangeset
for help on using the changeset viewer.