Author: rjollos
Date: Fri Aug  9 20:09:53 2013
New Revision: 1512473

URL: http://svn.apache.org/r1512473
Log:
Moved `#content` to the outermost div on the template. Refs #217, #271.

This puts `bh_ticket.html` in line with other templates in Trac and Bloodhound, 
and results in the ticket comment textarea having monospace font.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1512473&r1=1512472&r2=1512473&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Fri Aug  
9 20:09:53 2013
@@ -372,7 +372,7 @@
       </span>
     </py:def>
 
-    <div class="ticket">
+    <div id="content" class="ticket">
       <div class="trac-topnav span2" py:if="has_property_editor">
         <a href="#propertyform" title="Go to the ticket editor">Modify</a> 
&darr;
       </div>
@@ -399,7 +399,7 @@
               ${render_ticket_summary_details(ticket)}
             </div>
 
-            <div id="content">
+            <div>
               <div id="belowStatus">
                 <!--! ticket details -->
                 <!--! main ticket info -->
@@ -491,7 +491,7 @@
               <!--! Add comment -->
               <div id="trac-add-comment" class="field">
                 <div class="trac-nav">
-                  <a href="#content" title="View ticket fields and 
description">View</a> &uarr;
+                  <a href="#belowStatus" title="View ticket fields and 
description">View</a> &uarr;
                 </div>
                 <div id="trac-edit-warning" class="warning system-message 
alert"
                       style="${'display: none' if start_time == 
ticket['changetime'] else None}"


Reply via email to