correction 5391 bug, added required field in a new event

This commit is contained in:
Carlos Pacha
2011-01-20 16:40:24 +00:00
parent aeefb65208
commit b539b220fb
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
<td class='FormFieldContent' >{$form.EVN_RELATED_TO}</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$TAS_UID}</td>
<td class='FormLabel' width="{$form_labelWidth}"><font color="red">* </font>{$TAS_UID}</td>
<td class='FormFieldContent' >{$form.TAS_UID}</td>
</tr>
<tr>

View File

@@ -34,7 +34,7 @@
<en>Type<option name="SINGLE">Single Task</option><option name="MULTIPLE">Multiple Tasks</option></en>
</EVN_RELATED_TO>
<TAS_UID type="dropdown" sqlconnection="dbarray" required="0">
<TAS_UID type="dropdown" sqlconnection="dbarray" required="1">
SELECT TAS_UID, TAS_TITLE FROM tasks
<en>The time starts with task</en>
</TAS_UID>