Changes in [1714:28737e5f6607:1699:5b68157bf85e]
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r1714 r1699 153 153 legend_click: true 154 154 }); 155 $('#label_comment_tb').toggleWithLegend($('#label_comment_tb').parent().children().not('#label_comment_tb'),{156 cookie: 'dcx_comment_tb',157 legend_click: true158 });159 155 $('#post_url').parent().children('label').toggleWithLegend($('#post_url').parent().children().not('label'),{ 160 156 user_pref: 'post_url', -
admin/post.php
r1714 r1697 472 472 'title' => __('Options'), 473 473 'items' => array( 474 'post_open_comment_tb' => 475 '<div>'. 476 '<h5 id="label_comment_tb">'.__('Commentaires et rétroliens').'</h5>'. 474 'post_open_comment' => 477 475 '<p><label for="post_open_comment" class="classic">'. 478 476 form::checkbox('post_open_comment',1,$post_open_comment).' '. … … 484 482 __('Warning: Comments are not more accepted for this entry.').'</p>') : 485 483 '<p class="form-note warn">'. 486 __('Comments are not accepted on this blog so far.').'</p>'). 484 __('Comments are not accepted on this blog so far.').'</p>'), 485 'post_open_tb' => 487 486 '<p><label for="post_open_tb" class="classic">'. 488 487 form::checkbox('post_open_tb',1,$post_open_tb).' '. … … 493 492 '<p class="form-note warn">'. 494 493 __('Warning: Trackbacks are not more accepted for this entry.').'</p>') : 495 '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'). 496 '</div>', 494 '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'), 497 495 'post_password' => 498 496 '<p><label for="post_password" class="ib">'.__('Password').'</label>'. -
plugins/pages/page.php
r1713 r1668 432 432 'title' => __('Options'), 433 433 'items' => array( 434 'post_open_comment_tb' => 435 '<div>'. 436 '<h5 id="label_comment_tb">'.__('Commentaires et rétroliens').'</h5>'. 434 'post_open_comment' => 437 435 '<p><label for="post_open_comment" class="classic">'. 438 436 form::checkbox('post_open_comment',1,$post_open_comment).' '. … … 444 442 __('Warning: Comments are not more accepted for this entry.').'</p>') : 445 443 '<p class="form-note warn">'. 446 __('Comments are not accepted on this blog so far.').'</p>'). 444 __('Comments are not accepted on this blog so far.').'</p>'), 445 'post_open_tb' => 447 446 '<p><label for="post_open_tb" class="classic">'. 448 447 form::checkbox('post_open_tb',1,$post_open_tb).' '. … … 453 452 '<p class="form-note warn">'. 454 453 __('Warning: Trackbacks are not more accepted for this entry.').'</p>') : 455 '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'). 456 '</div>', 454 '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'), 457 455 'post_hide' => 458 456 '<p><label for="post_selected" class="classic">'.form::checkbox('post_selected',1,$post_selected).' '.
Note: See TracChangeset
for help on using the changeset viewer.