Changeset 95:9196bb67d5d0 for plugins
- Timestamp:
- 05/02/11 10:31:44 (14 years ago)
- Branch:
- userprefs
- Location:
- plugins/tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_admin.php
r3 r95 229 229 '<h2>'.__('Add tags to entries').'</h2>'. 230 230 '<form action="posts_actions.php" method="post">'. 231 '<div><label class="area">'.__('Tags to add:').'</label> '.231 '<div><label for="new_tags" class="area">'.__('Tags to add:').'</label> '. 232 232 form::textarea('new_tags',60,3). 233 233 '</div>'. … … 310 310 echo 311 311 '<fieldset><legend>'.__('Tags').'</legend>'. 312 '<p><label >'.__('Tags list format:').' '.312 '<p><label for="user_tag_list_format">'.__('Tags list format:').' '. 313 313 form::combo('user_tag_list_format',$combo,$value). 314 314 '</label></p></fieldset>'; -
plugins/tags/tag_posts.php
r3 r95 125 125 echo 126 126 '<form action="'.$this_url.'" method="post">'. 127 '<p><label class="classic">'.__('Rename this tag:').' '.127 '<p><label for="new_tag_id" class="classic">'.__('Rename this tag:').' '. 128 128 form::field('new_tag_id',20,255,html::escapeHTML($tag)). 129 129 '</label> <input type="submit" value="'.__('save').'" />'. … … 141 141 '<p class="col checkboxes-helpers"></p>'. 142 142 143 '<p class="col right"> '.__('Selected entries action:').''.143 '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</action> '. 144 144 form::combo('action',$combo_action). 145 145 '<input type="submit" value="'.__('ok').'" /></p>'.
Note: See TracChangeset
for help on using the changeset viewer.