Author: rjollos
Date: Wed Nov 13 23:07:55 2013
New Revision: 1541756

URL: http://svn.apache.org/r1541756
Log:
0.8dev: Apply [trac 12245] to the `bh_query.html` !BloodhoundTheme template. 
Refs #712.

The //Batch Modify// section is hidden when there are no tickets in the query 
results.

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

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html?rev=1541756&r1=1541755&r2=1541756&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html Wed Nov 
13 23:07:55 2013
@@ -259,7 +259,7 @@
       <div class="span12">
         <xi:include href="widget_query_results.html" />
       </div>
-      <div py:if="batch_modify" class="span12">
+      <div py:if="tickets and batch_modify" class="span12">
         <div class="well">
           <xi:include href="bh_batch_modify.html" />
         </div>


Reply via email to