BUG 10342 Duplicate HTML element identifier generated in subtitle field SOLVED
- Delete duplicated identifier
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user