Changeset 1454:e64273de06ad for plugins/tags
- Timestamp:
- 08/18/13 16:27:51 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_admin.php
r1398 r1454 313 313 echo 314 314 '<fieldset><legend>'.__('Tags').'</legend>'. 315 '<p><label for="user_tag_list_format">'.__('Tags list format:').' '.315 '<p><label for="user_tag_list_format">'.__('Tags list format:').'</label> '. 316 316 form::combo('user_tag_list_format',$combo,$value). 317 '</ label></p></fieldset>';317 '</p></fieldset>'; 318 318 } 319 319
Note: See TracChangeset
for help on using the changeset viewer.