Author: justi9
Date: 2008-09-15 10:44:23 -0400 (Mon, 15 Sep 2008)
New Revision: 2473
Modified:
mgmt/trunk/cumin/python/wooly/forms.strings
Log:
Add missing hidden inputs to field form html
Modified: mgmt/trunk/cumin/python/wooly/forms.strings
===================================================================
--- mgmt/trunk/cumin/python/wooly/forms.strings 2008-09-15 11:41:48 UTC (rev 2472)
+++ mgmt/trunk/cumin/python/wooly/forms.strings 2008-09-15 14:44:23 UTC (rev 2473)
@@ -48,6 +48,7 @@
div.field div.title {
font-weight: bold;
+ font-size: 0.9em;
margin: 0 0 1em 0;
}
@@ -78,4 +79,5 @@
[FieldForm.html]
<form id="{id}">
{fields}
+ <div>{hidden_inputs}</div>
</form>
Show replies by date