Dotclear


Ignore:
Timestamp:
10/27/13 09:52:46 (12 years ago)
Author:
franck <carnet.franck.paul@…>
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.
Message:

Merge 2.6 commits to the current 2.7-dev

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/pages/list.php

    r2442 r2496  
    5555  <title><?php echo __('Pages'); ?></title> 
    5656  <?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'). 
    5860          dcPage::jsLoad('index.php?pf=pages/list.js'). 
    5961          '<script type="text/javascript">'. 
     
    8991     $post_list->display($page,$nb_per_page, 
    9092     '<form action="plugin.php" method="post" id="form-entries">'. 
    91       
     93 
    9294     '%s'. 
    93       
     95 
    9496     '<div class="two-cols">'. 
    9597     '<p class="col checkboxes-helpers"></p>'. 
    96       
     98 
    9799     '<p class="col right"><label for="action" class="classic">'.__('Selected pages action:').'</label> '. 
    98100     form::combo('action',$pages_actions_page->getCombo()). 
  • plugins/pages/list.php

    r2495 r2496  
    9999     '<p class="col right"><label for="action" class="classic">'.__('Selected pages action:').'</label> '. 
    100100     form::combo('action',$pages_actions_page->getCombo()). 
    101      '<input type="submit" value="'.__('ok').'" /></p>'. 
     101     '<input type="submit" value="'.__('ok').'" />'. 
    102102     form::hidden(array('post_type'),'page'). 
    103103     form::hidden(array('p'),'pages'). 
    104104     form::hidden(array('act'),'list'). 
    105      '</div>'. 
    106105     $core->formNonce(). 
     106     '</p></div>'. 
    107107     '<p class="clear form-note hidden-if-js">'. 
    108108     __('To rearrange pages order, change number at the begining of the line, then click on “Save pages order” button.').'</p>'. 
    109109     '<p class="clear form-note hidden-if-no-js">'. 
    110110     __('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>'. 
    112112     '</form>'); 
    113113} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map