Change _readonly_field_as_table_row <td> tag class names to match those used in _field_as_table_row. That should actually go into previous commit.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 30 Sep 2008 16:53:30 +0000
changeset 216 aac174b902b3
parent 215 d020c95b17b1
child 217 7e121e6ba0dd
Change _readonly_field_as_table_row <td> tag class names to match those used in _field_as_table_row. That should actually go into previous commit. Patch by: Pawel Solyga Review by: to-be-reviewed
app/soc/templates/soc/templatetags/_readonly_field_as_table_row.html
--- a/app/soc/templates/soc/templatetags/_readonly_field_as_table_row.html	Tue Sep 30 16:49:54 2008 +0000
+++ b/app/soc/templates/soc/templatetags/_readonly_field_as_table_row.html	Tue Sep 30 16:53:30 2008 +0000
@@ -12,10 +12,10 @@
 limitations under the License.
 {% endcomment %}
 <tr>
- <td class="fieldlabel">
+ <td class="formfieldlabel">
 	{{ field_label }}
  </td>
- <td class="fieldvalue">
+ <td class="formfieldvalue">
 	{{ field_value }}
  </td>
 </tr>