Changeset 1936:fdda259828ff
- Timestamp:
- 09/17/13 23:19:45 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r1935 r1936 216 216 legend_click: true 217 217 }); 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 }); 218 222 $('#label_comment_tb').toggleWithLegend($('#label_comment_tb').parent().children().not('#label_comment_tb'),{ 219 223 user_pref: 'dcx_comment_tb', -
admin/post.php
r1935 r1936 472 472 '</p>'. 473 473 ($core->auth->check('categories', $core->blog->id) ? 474 '<div>'. 474 475 '<h5 id="create_cat">'.__('Add a new category').'</h5>'. 475 476 '<p><label for="new_cat_title">'.__('Title:').' '. … … 477 478 '<p><label for="new_cat_parent">'.__('Parent:').' '. 478 479 form::combo('new_cat_parent',$categories_combo,'','maximal'). 479 '</label></p>' 480 '</label></p>'. 481 '</div>' 480 482 : ''). 481 483 '</div>')),
Note: See TracChangeset
for help on using the changeset viewer.