BUG 10342 Duplicate HTML element identifier generated in subtitle field SOLVED

- Delete duplicated identifier
This commit is contained in:
Julio Cesar Laura
2013-01-10 11:01:45 -04:00
parent d279b05dd0
commit 8277af2a90
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
</tr>
{elseif ($field->type==='subtitle')}
<tr>
<td class='FormSubTitle' colspan="2" align="{$field->align}" id="form[{$field->name}]">
<td class='FormSubTitle' colspan="2" align="{$field->align}">
<span>{$field->field}</span>
{if (isset($field->showHide) && $field->showHide)}
<a style="float:right;" href="#" onclick="contractExpandSubtitle(this);return false;">Hide</a>

View File

@@ -22,7 +22,7 @@
</tr>
{elseif ($field->type==='subtitle')}
<tr>
<td class='FormSubTitle' colspan="2" align="{$field->align}" id="form[{$field->name}]">
<td class='FormSubTitle' colspan="2" align="{$field->align}">
<span style="float:left;">{$field->field}</span>
{if (isset($field->showHide) && $field->showHide)}
<a style="float:right;" href="#" onclick="contractExpandSubtitle(this);return false;">Hide</a>