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