BUG 9388 Case nr. and Title configurables para que pueda o no aparecer...SOLVED

- En los dynaforms, en la parte de arriba se despliega el Case # y el Title:. Esta linea o conjunto de datos deberia tener algun tipo de identificacion pues algunos proyectos o no lo utilizan o no sirve de mucha referencia. Se deberia anadir un identificador para que se pueda controlar si es pertinente que se despliegue en los formularios o no.

- Adding option for active/deactive title and case number when run case.
This commit is contained in:
Hector Cortez
2012-07-10 16:29:14 -04:00
parent 21e9f7d550
commit a0854cf214
9 changed files with 84 additions and 17 deletions

View File

@@ -47,6 +47,10 @@
<td class="FormLabel" width="{$form_labelWidth}">{$PRO_DEBUG}</td>
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_DEBUG}</td>
</tr>
<tr>
<td class="FormLabel" width="{$form_labelWidth}">{$PRO_SHOW_MESSAGE}</td>
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_SHOW_MESSAGE}</td>
</tr>
<tr>
<td class="FormButton" colspan="2" align="center"><br/> {$form.SUBMIT} &nbsp; {$form.BTN_CANCEL} </td>
</tr>

View File

@@ -50,6 +50,10 @@
<en>Debug</en>
</PRO_DEBUG>
<PRO_SHOW_MESSAGE type="checkbox" value="1" falsevalue="0" defaultvalue="1" labelonright="0">
<en>Hide the case number and the case title in the steps</en>
</PRO_SHOW_MESSAGE>
<BTN_CANCEL type="button" onclick="cancel();">
<en>Cancel</en>
</BTN_CANCEL>