no comment code in tag <td class=FormFieldContent

This commit is contained in:
Alvaro Campos
2011-01-06 19:12:11 +00:00
parent 7ca1c4c050
commit 63663d6b85

View File

@@ -56,7 +56,6 @@
{else}
<tr>
<td class='FormLabel' width="{$form->labelWidth}">{if (isset($field->required)&&$field->required&&$field->mode==='edit')}<font color="red">* </font>{/if}{$field->label}</td>
<!-- <td class='FormFieldContent' width="{$form->width - $form->labelWidth}" >{$field->field} </td> //-->
<td class='FormFieldContent' width='{$form->fieldContentWidth}' {* width="{math equation="parseFloat(x)-parseFloat(y)" x=$form->width y=$form->labelWidth}" *}>{$field->field}</td>
</tr>
{/if}
@@ -77,12 +76,9 @@
{/if}
{/foreach}
</form>
<script type="text/javascript">
{$dynaformSetFocus}
</script>
{/if}
{if $printJSFile}
{* TODO: include file='xmlformScript.html' *}