Changeset 1613:d0ed7e2ca7a4
- Timestamp:
- 08/29/13 17:43:05 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1612 r1613 627 627 } 628 628 629 echo 630 '<div id="comments" class="multi-part" title="'.__('Comments').'">'; 631 629 632 # --BEHAVIOR-- adminCommentsActionsCombo 630 633 $core->callBehavior('adminCommentsActionsCombo',array(&$combo_action)); … … 632 635 $has_action = !empty($combo_action) && (!$trackbacks->isEmpty() || !$comments->isEmpty()); 633 636 echo 634 '<p class="top-add"><a class="button add onblog_link" href="#comment-form">'.__('Add a comment').'</a>'; 635 636 echo 637 '<div id="comments" class="multi-part" title="'.__('Comments').'">'; 638 637 '<p class="top-add"><a class="button add onblog_link" href="#comment-form">'.__('Add a comment').'</a></p>'; 638 639 639 if ($has_action) { 640 echo '<form action="comments_actions.php" id="form-comments" method="post" >';641 } 642 643 echo '<h3 >'.__('Trackbacks').'</h3>';640 echo '<form action="comments_actions.php" id="form-comments" method="post" class="clear">'; 641 } 642 643 echo '<h3 class="clear">'.__('Trackbacks').'</h3>'; 644 644 645 645 if (!$trackbacks->isEmpty()) { … … 672 672 -------------------------------------------------------- */ 673 673 674 echo 674 echo 675 '<div class="fieldset clear">'. 675 676 '<h3>'.__('Add a comment').'</h3>'. 676 677 … … 697 698 $core->formNonce(). 698 699 '<input type="submit" name="add" value="'.__('Save').'" /></p>'. 699 '</div>'. 700 '</div>'. #constrained 701 700 702 '</form>'. 701 '</div>'; 703 '</div>'. #add comment 704 '</div>'; #comments 702 705 } 703 706
Note: See TracChangeset
for help on using the changeset viewer.