Author: rjollos
Date: Tue Jan 14 05:41:57 2014
New Revision: 1557942

URL: http://svn.apache.org/r1557942
Log:
0.8dev: Change that should have been included in [1557928].

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

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_list.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_list.html?rev=1557942&r1=1557941&r2=1557942&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_list.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_list.html 
Tue Jan 14 05:41:57 2014
@@ -39,7 +39,7 @@
         <div py:if="'PRODUCT_CREATE' in perm" class="btn-group">
           <form id="new" method="get" action="${href.products()}">
             <input type="hidden" name="action" value="new" />
-            <input class="btn" type="submit" value="${_('Add new product')}" />
+            <input id="add" class="btn" type="submit" value="${_('Add new 
product')}" />
           </form>
         </div>
       </div>


Reply via email to