Changeset 2825:966e82aaed07 for plugins/pages/list.php
- Timestamp:
- 12/01/14 13:15:13 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/list.php
r2567 r2825 58 58 dcPage::jsLoad('js/jquery/jquery-ui.custom.js'). 59 59 dcPage::jsLoad('js/jquery/jquery.ui.touch-punch.js'). 60 dcPage::jsLoad( 'index.php?pf=pages/list.js').60 dcPage::jsLoad($core->adminurl->decode('load.plugin.file',array('pf' => 'pages/list.js'))). 61 61 '<script type="text/javascript">'. 62 62 "\n".'//<![CDATA['."\n". … … 90 90 # Show pages 91 91 $post_list->display($page,$nb_per_page, 92 '<form action=" plugin.php" method="post" id="form-entries">'.92 '<form action="'.$core->adminurl->get('admin.plugin').'" method="post" id="form-entries">'. 93 93 94 94 '%s'.
Note: See TracChangeset
for help on using the changeset viewer.