Making WordPress.org

Ticket #1337: meta-1337.patch

File meta-1337.patch, 923 bytes (added by SergeyBiryukov, 10 years ago)
  • sites/trunk/trac.wordpress.org/templates/ticket_change.html

     
    4141      </span>
    4242      <br /><span class="time-ago">${dateinfo(change.date)} ago</span>
    4343    </span>
     44    <div py:if="show_buttons" class="trac-ticket-buttons">
     45      <form py:if="'cnum' in change and can_append" id="reply-to-comment-${cnum}"
     46            method="get" action="#comment">
     47        <div class="inlinebuttons">
     48          <input type="hidden" name="replyto" value="${cnum}"/>
     49          <input type="submit" value="${captioned_button('↳', _('Reply'))}" title="${_('Reply to comment %(cnum)s', cnum=cnum)}" />
     50        </div>
     51      </form>
     52    </div>
    4453  </h3>
    4554</py:when>
    4655<py:otherwise>