Changeset 1017:4a5d59418a79 for admin/categories.php
- Timestamp:
- 11/17/12 18:15:49 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r1016 r1017 188 188 '<p><label for="del_cat">'.__('Choose a category to remove:').' '. 189 189 form::combo('del_cat',$cats).'</label></p> '. 190 '<p><label for="mov_cat">'.__('And choose the category which receive its entries:').' '.190 '<p><label for="mov_cat">'.__('And choose the category which will receive its entries:').' '. 191 191 form::combo('mov_cat',$dest).'</label></p> '. 192 192 '<p><input type="submit" value="'.__('Delete').'" class="delete" /></p>'.
Note: See TracChangeset
for help on using the changeset viewer.