BUG 8884 P.M. 2.0.39 Alert con mensaje "**ID_REQUIRED_NAME_DYNAFORM**" SOLVED.

- Cuando se crea un nuevo dynaform y se guarda dejando el campo Title, aparece un alert con el siguiente mensaje: **ID_REQUIRED_NAME_DYNAFORM**.
- Fixed Bug Added indicator the required field and adjustment of the hardcoded message.
This commit is contained in:
Hector Cortez
2012-04-17 11:07:47 -04:00
parent 5cf8df161c
commit 0a84f9aed7
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.ADD_TABLE}</td>
</tr>
<tr>
<td class="FormLabel" width="{$form_labelWidth}">{$DYN_TITLE}</td>
<td class="FormLabel" width="{$form_labelWidth}"><font color="red">* </font>{$DYN_TITLE}</td>
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.DYN_TITLE} </td> //-->
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.DYN_TITLE}</td>
</tr>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<dynaForm
name="dynaforms_Edit"
type="xmlform"
@@ -17,7 +17,7 @@
<en>Create from a PM Table</en>
</ADD_TABLE>
<DYN_TITLE type="text" maxlength="256" size ="48">
<DYN_TITLE type="text" maxlength="256" size ="48" required="1">
<en>Title</en>
</DYN_TITLE>