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
  • admin/categories.php

    r2464 r2496  
    109109     && $rs->count()>1) { 
    110110          $starting_script .= dcPage::jsLoad('js/jquery/jquery-ui.custom.js'); 
     111          $starting_script .= dcPage::jsLoad('js/jquery/jquery.ui.touch-punch.js'); 
    111112          $starting_script .= dcPage::jsLoad('js/jquery/jquery.mjs.nestedSortable.js'); 
    112113} 
  • admin/categories.php

    r2495 r2496  
    103103 
    104104$starting_script = ""; 
     105 
     106$core->auth->user_prefs->addWorkspace('accessibility'); 
    105107if (!$core->auth->user_prefs->accessibility->nodragdrop 
    106108     && $core->auth->check('categories',$core->blog->id) 
     
    185187          } 
    186188          echo 
    187           '<input type="submit"'.$attr_disabled.' class="'.$input_class.'delete" name="delete['.$rs->cat_id.']" value="'.__('Delete category').'"/>'. 
     189          ' <input type="submit"'.$attr_disabled.' class="'.$input_class.'delete" name="delete['.$rs->cat_id.']" value="'.__('Delete category').'"/>'. 
    188190          '</p>'; 
    189191 
Note: See TracChangeset for help on using the changeset viewer.

Sites map