Changeset 1714:28737e5f6607 for admin/post.php
- Timestamp:
- 09/03/13 20:30:04 (10 years ago)
- Branch:
- Ticket #1624
- Children:
- 1715:d55945cae2cd, 1716:6c2f79db9c59
- Parents:
- 1713:e29741a2433d (diff), 1699:5b68157bf85e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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>'. -
admin/post.php
r1711 r1714 518 518 "post_excerpt" => 519 519 '<p class="area" id="excerpt-area"><label for="post_excerpt">'.__('Excerpt:').'<span class="form-note">'. 520 __(' Add an introduction to the post.').'</span></label> '.520 __('Introduction to the post.').'</span></label> '. 521 521 form::textarea('post_excerpt',50,5,html::escapeHTML($post_excerpt)). 522 522 '</p>', … … 530 530 "post_notes" => 531 531 '<p class="area" id="notes-area"><label for="post_notes">'.__('Personal notes:').'<span class="form-note">'. 532 __(' Add unpublished notes.').'</span></label>'.532 __('Unpublished notes.').'</span></label>'. 533 533 form::textarea('post_notes',50,5,html::escapeHTML($post_notes)). 534 534 '</p>'
Note: See TracChangeset
for help on using the changeset viewer.