Author: gjm
Date: Mon Jun 25 16:53:13 2012
New Revision: 1353652
URL: http://svn.apache.org/viewvc?rev=1353652&view=rev
Log:
theme: stop the product admin pages implying that the prefix field is editable
- #108
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html?rev=1353652&r1=1353651&r2=1353652&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
Mon Jun 25 16:53:13 2012
@@ -38,7 +38,7 @@
<div class="control-group">
<label class="control-label" for="name">Prefix:</label>
<div class="controls">
- <input type="text" id="prefix" name="prefix"
value="$product.prefix"/>
+ <input type="text" id="prefix" name="prefix"
value="$product.prefix" readonly="${product._exists and 'readonly' or None}" />
</div>
</div>
<div class="control-group">