no comment code in tag <td class=FormFieldContent
This commit is contained in:
@@ -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' *}
|
||||
|
||||
Reference in New Issue
Block a user