Author: gjm
Date: Tue Jun 26 10:55:54 2012
New Revision: 1353934

URL: http://svn.apache.org/viewvc?rev=1353934&view=rev
Log:
multiproduct: removing unnecessary logic from the readonly attribute as 
modifying a product implies that it exists - towards #108

Modified:
    
incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/templates/admin_products.html

Modified: 
incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/templates/admin_products.html
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/templates/admin_products.html?rev=1353934&r1=1353933&r2=1353934&view=diff
==============================================================================
--- 
incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/templates/admin_products.html
 (original)
+++ 
incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/templates/admin_products.html
 Tue Jun 26 10:55:54 2012
@@ -53,7 +53,7 @@
         <fieldset>
           <legend>Modify Product:</legend>
           <div class="field">
-            <label>Prefix:<br /><input type="text" name="prefix" 
value="$product.prefix" readonly="${product._exists and 'readonly' or None}" 
/></label>
+            <label>Prefix:<br /><input type="text" name="prefix" 
value="$product.prefix" readonly="readonly" /></label>
           </div>
           <div class="field">
             <label>Name:<br /><input type="text" name="name" 
value="$product.name"/></label>


Reply via email to