Changeset 2496:e33dcbc18e36 for admin/categories.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
-
admin/categories.php
r2464 r2496 109 109 && $rs->count()>1) { 110 110 $starting_script .= dcPage::jsLoad('js/jquery/jquery-ui.custom.js'); 111 $starting_script .= dcPage::jsLoad('js/jquery/jquery.ui.touch-punch.js'); 111 112 $starting_script .= dcPage::jsLoad('js/jquery/jquery.mjs.nestedSortable.js'); 112 113 } -
admin/categories.php
r2495 r2496 103 103 104 104 $starting_script = ""; 105 106 $core->auth->user_prefs->addWorkspace('accessibility'); 105 107 if (!$core->auth->user_prefs->accessibility->nodragdrop 106 108 && $core->auth->check('categories',$core->blog->id) … … 185 187 } 186 188 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').'"/>'. 188 190 '</p>'; 189 191
Note: See TracChangeset
for help on using the changeset viewer.