added label into cases scheduler

This commit is contained in:
Carlos Pacha
2011-01-05 21:01:56 +00:00
parent 223181a83b
commit 1a861171f9
3 changed files with 5 additions and 3 deletions

View File

@@ -2651,7 +2651,7 @@ function showCaseSchedulerList(PRO_UID)
mainPanel.options = {
size :{w:850,h:570},
position:{x:0,y:0,center:true},
title :"Case Scheduler List",
title :G_STRINGS.ID_PROCESSMAP_CASE_SCHEDULER_TITLE,
theme :"processmaker",
statusBar:false,
control :{resize:false,roll:false,drag:true},

View File

@@ -77,7 +77,7 @@
<td colspan="2"><font color="red">* </font>
<label class="FormLabel" width="{$form_labelWidth}" align="right" valign="top">{$SCH_START_DATE}</label>
<label class="FormFieldContent">{$form.SCH_START_DATE}</label>
<label class="FormLabel" width="{$form_labelWidth}" align="right" valign="top"> End Date</label>
<label class="FormLabel" width="{$form_labelWidth}" align="right" valign="top">{$SCH_END_DATE}</label>
<font class="FormFieldContent">{$form.SCH_END_DATE}</font>
</td>
</tr>

View File

@@ -192,7 +192,9 @@
<en>End Date</en>
</SCH_END_DATE_CHK>
-->
<SCH_END_DATE type="date" relativedate="1" beforedate="0m" afterdate="5y" mask="Y-m-d " editable="0" required="0" readonly="0" showtime="0" defaultvalue_sel="empty" size="15" mode="edit"/>
<SCH_END_DATE type="date" relativedate="1" beforedate="0m" afterdate="5y" mask="Y-m-d " editable="0" required="0" readonly="0" showtime="0" defaultvalue_sel="empty" size="15" mode="edit">
<en>End Date</en>
</SCH_END_DATE>
<SCH_REPEAT_TASK_CHK type="checkbox" value="On" falsevalue="Off" defaultvalue="Off" labelonright="1" enablehtml="1">
<en>Repeat Task</en>
</SCH_REPEAT_TASK_CHK>