Changeset 2805:4747906cee2f for plugins/tags
- Timestamp:
- 11/20/14 16:10:09 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/tag_posts.php
r2439 r2805 85 85 //]]> 86 86 </script> 87 <?php echo dcPage::jsConfirmClose('tag_rename'); ?> 87 88 </head> 88 89 <body> … … 108 109 '<div class="tag-actions vertical-separator">'. 109 110 '<h3>'.html::escapeHTML($tag).'</h3>'. 110 '<form action="'.$this_url.'" method="post" >'.111 '<form action="'.$this_url.'" method="post" id="tag_rename">'. 111 112 '<p><label for="new_tag_id" class="classic">'.__('Rename').'</label> '. 112 113 form::field('new_tag_id',20,255,html::escapeHTML($tag)).
Note: See TracChangeset
for help on using the changeset viewer.