Files
crm.e5.pl/modules/EcmReminders/ReminderWindow1.html

106 lines
5.1 KiB
HTML
Raw Permalink Normal View History

2024-04-27 09:23:34 +02:00
<!-- BEGIN: main -->
<link rel="stylesheet" type="text/css" media="all" href="themes/Sugar/calendar-win2k-cold-1.css?s=5.0.0e&c=">
<link href="themes/Sugar/colors.sugar.css?s=5.0.0e&c=" rel="stylesheet" type="text/css" title="sugar" />
<script type="text/javascript" src="jscalendar/calendar.js?s=5.0.0e&c="></script>
<script type="text/javascript" src="jscalendar/lang/calendar-en.js?s=5.0.0e&c="></script>
<script type="text/javascript" src="jscalendar/calendar-setup_3.js?s=5.0.0e&c="></script>
<script type="text/javascript" src="modules/EcmReminders/helper.js"></script>
<form name="ReminderWindow" action="index.php?module=EcmReminders&action=index" method="POST">
<input type="hidden" name="module" value="EcmReminders" />
<input type="hidden" name="action" id="action" />
<input type="hidden" name="backtoindex" id="backtoindex" value="1" />
<div style="height:10px;width:300px;background:#ffffff;display:none;position:absolute; top:0; right:0;" id="desc">
<table bgcolor="#cccccc" class="olBgClass" border="0" cellpadding="1" cellspacing="1" width="300">
<tbody>
<tr>
<td>
<table class="olCgClass" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td class="olCgClass" width="100%">
<div id="desc-title" class="olCapFontClass"></div>
</td>
<td align="right">
<a href="javascript:hidedescription();" title="Click to Close" onClick="javascript:hidedescription();" class="olCloseFontClass"><img src="themes/Sugar/images/close_inline.gif" border="0"></a>
</td>
</tr>
</tbody>
</table>
<table class="olFgClass" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td class="olFgClass" valign="top" background="#ffffff">
<div id="desc-desc" class="olFontClass"><br></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="listView" align="left">
<tr>
<td scope="col" width="30" class="listViewThS1" NOWRAP><input type="checkbox" name="selectall" id="selectall" value="1" onclick="selectallitems();" /></td>
<td scope="col" width="20" class="listViewThS1" NOWRAP>&nbsp;</td>
<td scope="col" width="127" class="listViewThS1" nowrap="nowrap">{MOD.LBL_LIST_NAME}&nbsp;</td>
<td scope="col" width="120" class="listViewThS1" nowrap="nowrap">{MOD.LBL_LIST_REMINDER_DATE}&nbsp;</td>
<td scope="col" width="122" class="listViewThS1" nowrap="nowrap">{MOD.LBL_LIST_EVENT_DATE}&nbsp;</td>
<td scope="col" width="30" class="listViewThS1" NOWRAP>{MOD.LBL_LIST_STATUS}</td>
<td scope="col" width="30" class="listViewThS1" NOWRAP>&nbsp;</td>
<td scope="col" width="30" class="listViewThS1" NOWRAP>&nbsp;</td>
</tr>
{LIST}
</table>
<p><br />
<br />
</p>
<p>&nbsp; </p>
<div id="close" style="display:block; ">
<input type="submit" class="button" name="button" value="{MOD.LBL_CLOSE_SELECTED_BUTTON_LABEL}" onclick="document.getElementById('action').value='CloseSelected';" />
</div>
<br>
<ul class="tablist">
<li id="li_postponeBy" class="active"><a class="current" id="a_postponeBy" href="javascript:showdiv('postponeBy');">{MOD.LBL_POSTPONE_BY}</a></li>
<li id="li_postponeTo"><a id="a_postponeTo" href="javascript:showdiv('postponeTo');">{MOD.LBL_POSTPONE_TO}</a></li>
</ul>
<br>
<div id="postponeBy" style="display:block;">
<select name='rsec' id='rsec'>
<OPTION value='300'>5 {MOD.LBL_POSTPONEBY_DROPDOWN_MIN}</OPTION>
<OPTION value='600'>10 {MOD.LBL_POSTPONEBY_DROPDOWN_MIN}</OPTION>
<OPTION value='900'>15 {MOD.LBL_POSTPONEBY_DROPDOWN_MIN}</OPTION>
<OPTION value='1800'>30 {MOD.LBL_POSTPONEBY_DROPDOWN_MIN}</OPTION>
<OPTION value='3600'>1 {MOD.LBL_POSTPONEBY_DROPDOWN_HOUR}</OPTION>
<OPTION value='7200'>2 {MOD.LBL_POSTPONEBY_DROPDOWN_HOURS}</OPTION>
<OPTION value='14400'>4 {MOD.LBL_POSTPONEBY_DROPDOWN_HOURS}</OPTION>
<OPTION value='28800'>8 {MOD.LBL_POSTPONEBY_DROPDOWN_HOURS}</OPTION>
<OPTION value='43200'>12 {MOD.LBL_POSTPONEBY_DROPDOWN_HOURS}</OPTION>
<OPTION value='86400'>1 {MOD.LBL_POSTPONEBY_DROPDOWN_DAY}</OPTION>
<OPTION value='172800'>2 {MOD.LBL_POSTPONEBY_DROPDOWN_DAYS}</OPTION>
<OPTION value='259200'>3 {MOD.LBL_POSTPONEBY_DROPDOWN_DAYS}</OPTION>
<OPTION value='345600'>4 {MOD.LBL_POSTPONEBY_DROPDOWN_DAYS}</OPTION>
<OPTION value='604800'>1 {MOD.LBL_POSTPONEBY_DROPDOWN_WEEK}</OPTION>
<OPTION value='1209600'>2 {MOD.LBL_POSTPONEBY_DROPDOWN_WEEKS}</OPTION>
</select>
<input type="submit" name="button" value="{MOD.LBL_UPDATE_BUTTON_LABEL}" class="button" onclick="document.getElementById('action').value='PostponeBy';" />
</div>
<div id="postponeTo" style="display:none;">
{MOD.LBL_DATE}: <input name="date" id="date" size="11" maxlength="10" type="text" value="{DATE_START}" /> <img src="themes/default/images/jscalendar.gif" alt="%d.%m.%Y" id="date_trigger" align="absmiddle">
<script type="text/javascript">
Calendar.setup ({
inputField : "date", ifFormat : "%d.%m.%Y", showsTime : false, button : "date_trigger", singleClick : true, step : 1
});
</script>&nbsp;&nbsp;{MOD.LBL_TIME}:
{HOUR}
{MINUTE}
<input type="submit" name="button" value="{MOD.LBL_UPDATE_BUTTON_LABEL}" class="button" onclick="document.getElementById('action').value='PostponeTo';" />
</div>
</form>
{JAVASCRIPT}
<!-- END: main -->