BUG 8510 Hints are not displayed next to link fields. SOLVED

- Hints are not displayed next to link fields. No hint icon appears.
- Added hints to the grids title.
This commit is contained in:
Hector Cortez
2012-10-03 11:59:48 -04:00
parent 86c9953205
commit ed5b3e1898

View File

@@ -23,7 +23,7 @@
<td> </td>
{foreach from=$form->fields item=field}
<!--td class='vFormTitle'>{$field->label}</td-->
<td class='vFormTitle'>{if (isset($field->required)&&$field->required&&$field->mode==='edit')}<font color="red">* </font>{/if}{$field->label}</td>
<td class='vFormTitle'>{if (isset($field->required)&&$field->required&&$field->mode==='edit')}<font color="red">* </font>{/if}{$field->label}{$field->renderHint()}</td>
{/foreach}
</tr>
{literal}