Dotclear

Changeset 1936:fdda259828ff


Ignore:
Timestamp:
09/17/13 23:19:45 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

As requested by the ergo-design-chief team leader dictator, addresses #1659

Location:
admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_post.js

    r1935 r1936  
    216216               legend_click: true 
    217217          }); 
     218          $('#create_cat').toggleWithLegend($('#create_cat').parent().children().not('#create_cat'),{ 
     219               // no cookie on new category as we don't use this every day 
     220               legend_click: true 
     221          }); 
    218222          $('#label_comment_tb').toggleWithLegend($('#label_comment_tb').parent().children().not('#label_comment_tb'),{ 
    219223               user_pref: 'dcx_comment_tb', 
  • admin/post.php

    r1935 r1936  
    472472                         '</p>'. 
    473473                         ($core->auth->check('categories', $core->blog->id) ? 
     474                              '<div>'. 
    474475                              '<h5 id="create_cat">'.__('Add a new category').'</h5>'. 
    475476                              '<p><label for="new_cat_title">'.__('Title:').' '. 
     
    477478                              '<p><label for="new_cat_parent">'.__('Parent:').' '. 
    478479                              form::combo('new_cat_parent',$categories_combo,'','maximal'). 
    479                               '</label></p>' 
     480                              '</label></p>'. 
     481                              '</div>' 
    480482                         : ''). 
    481483                         '</div>')), 
Note: See TracChangeset for help on using the changeset viewer.

Sites map