BUG 13741 Los labels no se muestran. El boton save no guardar las opciones seleccionadas de los checkbox SOLVED

- Missing smarty pieces with the labels in the tracker configuration form
- Adding missing pieces in the tracker configuration form template
This commit is contained in:
Julio Cesar Laura
2013-12-16 13:40:23 -04:00
parent 915217a20e
commit 8339f3a0ad

View File

@@ -14,12 +14,12 @@
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}"></td>
<td>{$form.CT_DERIVATION_HISTORY}</td>
<td>{$form.CT_DERIVATION_HISTORY} {$CT_DERIVATION_HISTORY}</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}"></td>
<td>{$form.CT_MESSAGE_HISTORY}</td>
<td>{$form.CT_MESSAGE_HISTORY} {$CT_MESSAGE_HISTORY}</td>
</tr>
<tr>