Author: rjollos
Date: Wed Nov 13 07:58:03 2013
New Revision: 1541414

URL: http://svn.apache.org/r1541414
Log:
0.8dev: Hide the enclosing well when the user doesn't have permission to batch 
modify.

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=1541414&r1=1541413&r2=1541414&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html Wed Nov 
13 07:58:03 2013
@@ -259,9 +259,9 @@
       <div class="span12">
         <xi:include href="widget_query_results.html" />
       </div>
-      <div class="span12">
+      <div py:if="batch_modify" class="span12">
         <div class="well">
-          <xi:include py:if="batch_modify" href="bh_batch_modify.html" />
+          <xi:include href="bh_batch_modify.html" />
         </div>
       </div>
 


Reply via email to