Files
luos/workflow/engine/xmlform/events/eventsEdit.html
Marco Antonio Nina 3635ca0076 BUG 9553 Event setup duration unit of measure is not displayed SOLVED
- According to the specifications.
- Was add the opcion Days/hours for creating events.
2012-08-21 09:56:15 -04:00

100 lines
4.6 KiB
HTML
Executable File

<form id="{$form_id}" name="{$form_name}" action="{$form_action}" class="{$form_className}" method="post" encType="multipart/form-data" style="margin:0px;" onsubmit='return validateForm("{$form_objectRequiredFields}".parseJSON());'> <div class="borderForm" style="width:{$form_width}; padding-left:0; padding-right:0; border-width:{$form_border};">
<input type="hidden" name="__notValidateThisFields__" id="__notValidateThisFields__" value="" />
<input type="hidden" name="DynaformRequiredFields" id="DynaformRequiredFields" value='{$form_objectRequiredFields}' />
{$form.PRO_UID} {$form.EVN_UID}
<div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
<div class="content" style="height:{$form_height};" >
<table width="99%">
<tr>
<td valign='top'>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class='FormTitle' colspan="2" align="" id="form[TITLE]">
<span style="float:left;">{$form.TITLE}</span>
</td>
</tr>
<!--
<tr>
<td colspan="2" align="" id="form[NOTE]">
<span style="float:left;">{$form.NOTE}</span>
</td>
</tr>
!--->
<tr>
<td class='FormLabel' width="{$form_labelWidth}"><font color="red">* </font>{$EVN_DESCRIPTION}</td>
<td class='FormFieldContent' >{$form.EVN_DESCRIPTION}</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$EVN_STATUS}</td>
<td class='FormFieldContent' >{$form.EVN_STATUS}</td>
</tr>
<tr>
<td class='FormTitle' colspan="2" align="" id="form[SUBTITLE1]">
<span style="float:left;">{$form.SUBTITLE1}</span>
</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$EVN_RELATED_TO}</td>
<td class='FormFieldContent' >{$form.EVN_RELATED_TO}</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$TAS_UID}</td>
<td class='FormFieldContent' >{$form.TAS_UID}</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$EVN_TAS_UID_FROM}</td>
<td class='FormFieldContent' >{$form.EVN_TAS_UID_FROM} {$EVN_TAS_UID_TO} {$form.EVN_TAS_UID_TO}</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$EVN_TAS_ESTIMATED_DURATION}</td>
<td class='FormFieldContent' >{$form.EVN_TAS_ESTIMATED_DURATION} {$form.EVN_TIME_UNIT} </td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}"><font color="red">* </font>{$EVN_WHEN_OCCURS}</td>
<td class='FormFieldContent' >{$form.EVN_WHEN} {$EVN_WHEN} {$form.EVN_WHEN_OCCURS}</td>
</tr>
<!--<tr>
<td class='FormTitle' colspan="2" align="" id="form[TITLE2]">
<span style="float:left;">{$form.TITLE2}</span>
</td>
</tr>-->
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$EVN_ACTION}</td>
<td class='FormFieldContent' >
{$form.TRI_UID}{$form.EVN_ACTION}
</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$EVN_CONDITIONS}</td>
<td class='FormFieldContent' >
{$form.EVN_CONDITIONS}
<input type="button" onclick="showDynavars('form[EVN_CONDITIONS]', '../controls/varsAjax',getField('PRO_UID').value, '@@');return false;" value="@@">
</td>
</tr>
<tr>
<td class='FormTitle' colspan="2" align="" id="form[TITLE2]">
<span style="float:left;">{$form.TITLE3}</span>
</td>
</tr>
<tr>
<td class='FormLabel' colspan='2' style="text-align:center;" >
<img name="theImage" border='0' src="../events/eventsSetupGraph" >
</td>
</tr>
<tr>
<td class='FormButton' colspan="2" align="center"> {$form.CONTINUE} &nbsp; {$form.BTN_CANCEL}</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="FormRequiredTextMessage"><font color="red">* </font>{php}echo (G::LoadTranslation('ID_REQUIRED_FIELD'));{/php}</div> </div>
<div class="boxBottom"><div class="a"></div><div class="b"></div><div class="c"></div></div>
</div>
<script type="text/javascript">
{$form.JS}
</script>
</form>