Changeset 1621:ee70ba4550a7 for plugins/pages/page.php
- Timestamp:
- 08/30/13 10:45:43 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r1620 r1621 455 455 'post_hide' => 456 456 '<p><label for="post_selected" class="classic">'.form::checkbox('post_selected',1,$post_selected).' '. 457 __('Hide in widget Pages').'</label> </p>'.457 __('Hide in widget Pages').'</label>'. 458 458 '</p>', 459 459 'post_password' => … … 557 557 558 558 echo '</form>'; 559 echo '</div>'; 559 echo '</div>'; // End 560 560 561 561 if ($post_id && !empty($post_media)) … … 600 600 '<div id="comments" class="multi-part" title="'.__('Comments').'">'; 601 601 602 echo 603 '<p class="top-add"><a class="button add onblog_link" href="#comment-form">'.__('Add a comment').'</a></p>'; 604 602 605 if ($has_action) { 603 606 echo '<form action="comments_actions.php" method="post">'; … … 632 635 '</form>'; 633 636 } 634 635 echo '</div>'; 636 } 637 638 /* Add a comment 639 -------------------------------------------------------- */ 640 if ($post_id) 641 { 637 /* Add a comment 638 -------------------------------------------------------- */ 639 642 640 echo 643 '<div class=" multi-part" id="add-comment" title="'.__('Add a comment').'">'.641 '<div class="fieldset clear">'. 644 642 '<h3>'.__('Add a comment').'</h3>'. 645 643 … … 658 656 '</p>'. 659 657 660 '<p class="area"><label for="comment_content" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Comment:').'</label> '. 658 '<p class="area"><label for="comment_content" class="required"><abbr title="'.__('Required field').'">*</abbr> '. 659 __('Comment:').'</label> '. 661 660 form::textarea('comment_content',50,8,html::escapeHTML('')). 662 661 '</p>'. … … 665 664 $core->formNonce(). 666 665 '<input type="submit" name="add" value="'.__('Save').'" /></p>'. 667 '</div>'. 666 '</div>'. #constrained 667 668 668 '</form>'. 669 '</div>'; 669 '</div>'. #add comment 670 '</div>'; #comments 670 671 } 671 672
Note: See TracChangeset
for help on using the changeset viewer.