correction 5391 bug, added required field in a new event
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<td class='FormFieldContent' >{$form.EVN_RELATED_TO}</td>
|
<td class='FormFieldContent' >{$form.EVN_RELATED_TO}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<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>
|
<td class='FormFieldContent' >{$form.TAS_UID}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -97,4 +97,4 @@
|
|||||||
{$form.JS}
|
{$form.JS}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
<en>Type<option name="SINGLE">Single Task</option><option name="MULTIPLE">Multiple Tasks</option></en>
|
<en>Type<option name="SINGLE">Single Task</option><option name="MULTIPLE">Multiple Tasks</option></en>
|
||||||
</EVN_RELATED_TO>
|
</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
|
SELECT TAS_UID, TAS_TITLE FROM tasks
|
||||||
<en>The time starts with task</en>
|
<en>The time starts with task</en>
|
||||||
</TAS_UID>
|
</TAS_UID>
|
||||||
@@ -175,4 +175,4 @@ function cancel(){
|
|||||||
|
|
||||||
]]></JS>
|
]]></JS>
|
||||||
|
|
||||||
</dynaForm>
|
</dynaForm>
|
||||||
|
|||||||
Reference in New Issue
Block a user