Changeset 2805:4747906cee2f
- Timestamp:
- 11/20/14 16:10:09 (11 years ago)
- Branch:
- default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r2790 r2805 112 112 $starting_script .= dcPage::jsLoad('js/jquery/jquery.mjs.nestedSortable.js'); 113 113 } 114 $starting_script .= dcPage::jsConfirmClose('form-categories'); 114 115 $starting_script .= dcPage::jsLoad('js/_categories.js'); 115 116 -
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.