Author: gjm
Date: Mon Jun 25 16:55:27 2012
New Revision: 1353654

URL: http://svn.apache.org/viewvc?rev=1353654&view=rev
Log:
multiproduct: corrects the same problem as r1353652 within the multiproduct 
copy of the template - 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=1353654&r1=1353653&r2=1353654&view=diff
==============================================================================
--- 
incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/templates/admin_products.html
 (original)
+++ 
incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/templates/admin_products.html
 Mon Jun 25 16:55:27 2012
@@ -53,7 +53,7 @@
         <fieldset>
           <legend>Modify Product:</legend>
           <div class="field">
-            <label>Prefix:<br /><input type="text" name="prefix" 
value="$product.prefix"/></label>
+            <label>Prefix:<br /><input type="text" name="prefix" 
value="$product.prefix" readonly="${product._exists and 'readonly' or None}" 
/></label>
           </div>
           <div class="field">
             <label>Name:<br /><input type="text" name="name" 
value="$product.name"/></label>


Reply via email to