Author: rjollos
Date: Thu Jan  9 06:57:47 2014
New Revision: 1556742

URL: http://svn.apache.org/r1556742
Log:
0.8dev: In [1554007], a change to the !BloodhoundTheme template for the admin 
product view was omitted. Refs #722.

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

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html?rev=1556742&r1=1556741&r2=1556742&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html 
Thu Jan  9 06:57:47 2014
@@ -150,9 +150,11 @@
                 </table>
                 <div class="control-group">
                   <input class="btn" type="submit" name="remove"
-                      value="${_('Remove selected items')}" />
+                         value="${_('Remove selected items')}" />
                   <input class="btn" type="submit" name="apply"
-                      value="${_('Apply changes')}" />
+                         value="${_('Apply changes')}" />
+                  <input class="btn" type="submit" name="clear"
+                         value="${_('Clear default')}" />
                 </div>
                 <p class="help-block">
                   <span class="label label-info">Note</span>


Reply via email to