File size: 4,649 Bytes
07c3cdd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<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="padding-left: 0pt; padding-right: 0pt; width:600">
		<div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
		<div class="content" style="">
	  <table width="99%">
      <tbody><tr>
        <td valign="top">
        <input class="notValidateThisFields" name="__notValidateThisFields__" id="__notValidateThisFields__" value="" type="hidden">
        <input name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" type="hidden">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                  <tbody><tr style="display: none;">
              <td colspan="2">{$form.CALENDAR_UID}</td>
             </tr>
             <tbody><tr style="display: none;">
               <td colspan="2">{$form.OLD_NAME}</td>
             </tr>
                                               <tr>
              <td class="FormTitle" colspan="2" align="">{$form.DEFINITION_TITLE}</td>
             </tr>
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$CALENDAR_NAME}</td>
              <!-- <td class='FormFieldContent' width="{$form_width}" >{$form.CALENDAR_NAME} </td>  //-->
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.CALENDAR_NAME}</td> 
              </tr>
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$CALENDAR_DESCRIPTION}</td>
              <!-- <td class='FormFieldContent' width="{$form_width}" >{$form.CALENDAR_DESCRIPTION} </td>  //-->
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.CALENDAR_DESCRIPTION}</td> 
              </tr>
                                               <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><br></td>
              <td>{$form.CALENDAR_STATUS}</td>
             </tr>
                                               <tr>
              <td class="FormTitle" colspan="2" align="">{$form.WorkDays}</td>
             </tr>
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$CALENDAR_WORK_DAYS}</td>
              <!-- <td class='FormFieldContent' width="{$form_width}" >{$form.CALENDAR_WORK_DAYS} </td>  //-->
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.CALENDAR_WORK_DAYS}</td> 
              </tr>
              
                                               <tr>
              <td class="FormTitle" colspan="2" align="">{$form.BUSINESS_DAY_STATUS} {$form.BUSINESS_DAY_TITLE}</td>
             </tr>
                                               <tr id="gridbusiness">
              <td colspan="2">{$form.BUSINESS_DAY}</td>
             </tr>
                                               <tr>

                                                   <td class="FormTitle" colspan="2" align="rigth">{$form.HOLIDAY_STATUS} {$form.HOLIDAY_LABEL}  <a href="#" onclick="hiddenholidays(); return false;"><span id="down" align="rigth" style="display:none;"> <img src="/images/closereg.gif" /></span></a> <a href="#" onclick="showholidays(); return false;"><span id="up" style="display:none;"><img src="/images/Openreg.gif" ></span></a></td>
                                               </tr>
                                               <tr id="gridholi" style="display:none;">
              <td colspan="2">{$form.HOLIDAY}</td>
             </tr>
                                               <tr>
              <td class="FormButton" colspan="2" align=""><span id="hiddenb" style="display:none;">{$form.SUBMIT}</span> <span id="showb">{$form.SUBMIT2}</span> &nbsp; {$form.BTN_CANCEL}</td>
             </tr>
                                                                   </tbody></table>
        </td>
      </tr>
    </tbody></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.DEFAULT_CALENDAR_JS}
  </script>
  
</form>