Changeset 1526:b17db2367958 for plugins/tags
- Timestamp:
- 08/22/13 22:55:04 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/tag_posts.php
r1480 r1526 123 123 } 124 124 125 echo '<p><a href="'.$p_url.'&m=tags">'.__('Back to tags list').'</a></p>';125 echo '<p><a class="back" href="'.$p_url.'&m=tags">'.__('Back to tags list').'</a></p>'; 126 126 127 127 if (!$core->error->flag()) … … 132 132 '<div class="fieldset">'. 133 133 '<form action="'.$this_url.'" method="post">'. 134 '<h3>'.__('Actions for this tag').'</h3>'.134 '<h3>'.__('Actions').'</h3>'. 135 135 '<p><label for="new_tag_id">'.__('Edit tag name:').'</label>'. 136 136 form::field('new_tag_id',20,255,html::escapeHTML($tag)). … … 142 142 echo 143 143 '<form id="tag_delete" action="'.$this_url.'" method="post">'. 144 '<p class="no-margin">'.__('Delete this tag:').145 '< /p><p><input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'.144 '<p>'.__('Delete this tag:').' '. 145 '<input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 146 146 $core->formNonce(). 147 147 '</p></form>'; … … 151 151 152 152 # Show posts 153 echo '<h3>'. __('List of entries with this tag').'</h3>';153 echo '<h3>'.sprintf(__('List of entries with the tag “%s”'),html::escapeHTML($tag)).'</h3>'; 154 154 $post_list->display($page,$nb_per_page, 155 155 '<form action="posts_actions.php" method="post" id="form-entries">'.
Note: See TracChangeset
for help on using the changeset viewer.