Changeset 2891:1c040864ecb9 for admin/category.php
- Timestamp:
- 12/29/14 15:43:46 (11 years ago)
- Branch:
- 2.7
- File:
- 
          - 1 edited
 
 - 
          admin/category.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/category.phpr2852 r2891 174 174 $elements[$title] = ''; 175 175 176 $category_editor = $core->auth->getOption('editor'); 177 176 178 dcPage::open($title, 177 179 dcPage::jsConfirmClose('category-form'). 178 dcPage::jsLoad('js/_category.js') ,179 $core->callBehavior('adminPostEditor' ).180 dcPage::jsLoad('js/_category.js'). 181 $core->callBehavior('adminPostEditor',$category_editor['xhtml'],'category',array('#cat_desc')), 180 182 dcPage::breadcrumb($elements) 181 183 ); 
Note: See TracChangeset
          for help on using the changeset viewer.
      