Changeset 2805:4747906cee2f for plugins
- Timestamp:
- 11/20/14 16:10:09 (11 years ago)
- Branch:
- default
- Location:
- plugins
- Files:
-
- 3 edited
-
simpleMenu/index.php (modified) (1 diff)
-
tags/tag_posts.php (modified) (2 diffs)
-
themeEditor/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/index.php
r2773 r2805 373 373 dcPage::jsLoad('index.php?pf=simpleMenu/simplemenu.js'); 374 374 } 375 echo dcPage::jsConfirmClose(' additem','menuitems');375 echo dcPage::jsConfirmClose('settings','menuitemsappend','additem','menuitems'); 376 376 ?> 377 377 </head> -
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)). -
plugins/themeEditor/index.php
r2744 r2805 80 80 //]]> 81 81 </script> 82 <?php echo dcPage::jsConfirmClose('file-form'); ?> 82 83 <script type="text/javascript" src="index.php?pf=themeEditor/script.js"></script> 83 84 <?php if ($user_ui_colorsyntax) { ?>
Note: See TracChangeset
for help on using the changeset viewer.
