Changeset 2496:e33dcbc18e36 for plugins/pages/list.php
- Timestamp:
- 10/27/13 09:52:46 (12 years ago)
- Branch:
- default
- Parents:
- 2495:dc8c7974ff0b (diff), 2494:b168f47c7f9c (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
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/list.php
r2442 r2496 55 55 <title><?php echo __('Pages'); ?></title> 56 56 <?php 57 echo dcPage::jsLoad('js/jquery/jquery-ui.custom.js'). 57 echo 58 dcPage::jsLoad('js/jquery/jquery-ui.custom.js'). 59 dcPage::jsLoad('js/jquery/jquery.ui.touch-punch.js'). 58 60 dcPage::jsLoad('index.php?pf=pages/list.js'). 59 61 '<script type="text/javascript">'. … … 89 91 $post_list->display($page,$nb_per_page, 90 92 '<form action="plugin.php" method="post" id="form-entries">'. 91 93 92 94 '%s'. 93 95 94 96 '<div class="two-cols">'. 95 97 '<p class="col checkboxes-helpers"></p>'. 96 98 97 99 '<p class="col right"><label for="action" class="classic">'.__('Selected pages action:').'</label> '. 98 100 form::combo('action',$pages_actions_page->getCombo()). -
plugins/pages/list.php
r2495 r2496 99 99 '<p class="col right"><label for="action" class="classic">'.__('Selected pages action:').'</label> '. 100 100 form::combo('action',$pages_actions_page->getCombo()). 101 '<input type="submit" value="'.__('ok').'" /> </p>'.101 '<input type="submit" value="'.__('ok').'" />'. 102 102 form::hidden(array('post_type'),'page'). 103 103 form::hidden(array('p'),'pages'). 104 104 form::hidden(array('act'),'list'). 105 '</div>'.106 105 $core->formNonce(). 106 '</p></div>'. 107 107 '<p class="clear form-note hidden-if-js">'. 108 108 __('To rearrange pages order, change number at the begining of the line, then click on “Save pages order” button.').'</p>'. 109 109 '<p class="clear form-note hidden-if-no-js">'. 110 110 __('To rearrange pages order, move items by drag and drop, then click on “Save pages order” button.').'</p>'. 111 '< input type="submit" value="'.__('Save pages order').'" name="reorder" class="clear"/>'.111 '<p><input type="submit" value="'.__('Save pages order').'" name="reorder" class="clear" /></p>'. 112 112 '</form>'); 113 113 }
Note: See TracChangeset
for help on using the changeset viewer.