Changeset 1312:9b954dbdf09a for plugins/tags
- Timestamp:
- 08/08/13 21:29:17 (12 years ago)
- Branch:
- default
- Parents:
- 1311:b57043a88153 (diff), 1290:de23a6996243 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
-
plugins/tags/tag_posts.php (modified) (1 diff)
-
plugins/tags/tag_posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/tag_posts.php
r1288 r1312 110 110 111 111 <h2><?php echo html::escapeHTML($core->blog->name); ?> › 112 <span class="page-title"><?php echo __(' Edit tag').' “'.html::escapeHTML($tag).'”'; ?></span></h2>112 <span class="page-title"><?php echo __('Tag').' “'.html::escapeHTML($tag).'”'; ?></span></h2> 113 113 114 114 <?php -
plugins/tags/tag_posts.php
r1300 r1312 130 130 '<input type="submit" value="'.__('Rename').'" />'. 131 131 $core->formNonce(). 132 '</ form>';132 '</p></form>'; 133 133 # Remove tag 134 134 if (!$posts->isEmpty() && $core->auth->check('contentadmin',$core->blog->id)) { 135 135 echo 136 136 '<form id="tag_delete" action="'.$this_url.'" method="post">'. 137 '<p class="no-margin">'.__('Delete this tag:'). '</p>'.138 '< input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'.137 '<p class="no-margin">'.__('Delete this tag:'). 138 '</p><p><input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 139 139 $core->formNonce(). 140 '</ form>';140 '</p></form>'; 141 141 } 142 echo '</ p></div>';142 echo '</div>'; 143 143 } 144 144
Note: See TracChangeset
for help on using the changeset viewer.
