~quam-plures-core/quam-plures/bug-614012

« back to all changes in this revision

Viewing changes to qp_inc/comments/views/_comment.form.php

  • Committer: Tilman Blumenbach
  • Author(s): EdB
  • Date: 2010-07-22 11:40:18 UTC
  • mfrom: (7507.2.4 item-foo_stuff_again)
  • Revision ID: tilman@ax86.net-20100722114018-tdlknsdsi1i2p3ei
MergedĀ item-foo_stuff_again

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        echo '<tr><td width="1%"><strong>'.T_('In response to').':</strong></td>';
58
58
        echo '<td class="input">';
59
59
        $comment_Item = & $edited_Comment->get_Item();
 
60
        // display and link item title
60
61
        $comment_Item->title( array(
61
62
                        'link_type' => 'admin_view',
62
63
                ) );