Author: matevz
Date: Mon Mar 11 13:11:15 2013
New Revision: 1455129

URL: http://svn.apache.org/r1455129
Log:
#429 - Multiproduct UI: Ticket page (modify ticket was not working)

Modified:
    
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket.html

Modified: 
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1455129&r1=1455128&r2=1455129&view=diff
==============================================================================
--- 
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket.html
 (original)
+++ 
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket.html
 Mon Mar 11 13:11:15 2013
@@ -373,12 +373,6 @@
                       py:with="preview_mode = change_preview.fields ; 
                           colcount = 4 if bhdb else 6"/>
                 </div>
-
-                <!--! do not show attachments for old versions of this ticket 
or for new tickets -->
-                <div py:if="not version and version != 0 and ticket.exists">
-                  <xi:include href="bh_list_of_attachments.html"
-                              py:with="alist = attachments; foldable = True"/>
-                </div>
               </py:if>
 
             </div>
@@ -393,6 +387,12 @@
           </bh:widget>
         </div>
 
+        <!--! do not show attachments for old versions of this ticket or for 
new tickets -->
+        <div py:if="not version and version != 0 and ticket.exists" 
class="span8">
+          <xi:include href="bh_list_of_attachments.html"
+                      py:with="alist = attachments; foldable = True"/>
+        </div>
+
         <div class="$colspan">
           <!--! add comment + modify ticket -->
           <form py:if="has_property_editor" method="post" id="propertyform"


Reply via email to