[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/CronTasks/templates/ -> EditCron.tpl (source)

   1  {*<!--
   2  /*********************************************************************************
   3    ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4     * ("License"); You may not use this file except in compliance with the License
   5     * The Original Code is:  vtiger CRM Open Source
   6     * The Initial Developer of the Original Code is vtiger.
   7     * Portions created by vtiger are Copyright (C) vtiger.
   8     * All Rights Reserved.
   9    *
  10   ********************************************************************************/
  11  -->*}
  12  <div id="EditInv" class="layerPopup">
  13  <input id="min_freq" type="hidden" value="{$MIN_CRON_FREQUENCY}">
  14  <input id="desc" type="hidden" value="{'LBL_MINIMUM_FREQUENCY'|@getTranslatedString:$MODULE} {$MIN_CRON_FREQUENCY} {'LBL_MINS'|@getTranslatedString:$MODULE}" size="35" maxlength="40">
  15  <table border=0 cellspacing=0 cellpadding=5 width=100% class=layerHeadingULine>
  16  <tr>
  17      <td class="layerPopupHeading" align="left">{$CRON_DETAILS.label}</td>
  18      <td align="right" class="small"><img onClick="hide('editdiv');" style="cursor:pointer;" src="{'close.gif'|@vtiger_imageurl:$THEME}" align="middle" border="0"></td>
  19  </tr>
  20  </table>
  21  <table border=0 cellspacing=0 cellpadding=5 width=100% align=center>
  22  <tr>
  23      <td class="small">
  24      <table border=0 celspacing=0 cellpadding=5 width=100% align=center bgcolor=white>
  25      <tr>
  26          <td align="right"  class="cellLabel small" width="40%"><b>{$MOD.LBL_STATUS} :</b></td>
  27      <td align="left"  class="cellText small" width="60%">
  28          <select class="small" id="cron_status" name="cron_status">
  29      {if $CRON_DETAILS.status eq 1}
  30          <option value="1" selected>{$MOD.LBL_ACTIVE}</option>
  31          <option value="0">{$MOD.LBL_INACTIVE}</option>
  32      {else}
  33          <option value="1">{$MOD.LBL_ACTIVE}</option>
  34          <option value="0" selected>{$MOD.LBL_INACTIVE}</option>
  35      {/if}
  36      </select>
  37      </td>
  38      </tr>
  39          <tr>
  40          <td align="right" class="cellLabel small"><b>{$MOD.LBL_FREQUENCY}</b></td>
  41          <td align="left" class="cellText small" width="104px"><input class="txtBox" id="CronTime" name="CronTime" value="{$CRON_DETAILS.frequency}" style="width:25px;" type="text">
  42                  <select class="small" id="cron_time" name="cron_status">
  43                  {if $CRON_DETAILS.time eq 'min'}
  44                   <option value="min" selected>{$MOD.LBL_MINS}</option>
  45          <option value="hours">{$MOD.LBL_HOURS}</option>
  46                  {else}
  47                   <option value="min" >{$MOD.LBL_MINS}</option>
  48                   <option value="hours" selected>{$MOD.LBL_HOURS}</option>
  49                  {/if}
  50          </td>
  51          </tr>
  52          <tr>
  53          <td colspan=2>
  54          {$CRON_DETAILS.description}
  55          </td>
  56          <tr>
  57      </table>
  58      </td>
  59  </tr>
  60  </table>
  61  <table border=0 cellspacing=0 cellpadding=5 width=100% class="layerPopupTransport">
  62  <tr>
  63      <td align="center" class="small">
  64          <input name="save" value="{$APP.LBL_SAVE_BUTTON_LABEL}" class="crmButton small save" type="button" onClick="fetchSaveCron('{$CRON_DETAILS.id}')">
  65          <input name="cancel" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" class="crmButton small cancel" type="button" onClick="hide('editdiv');">
  66      </td>
  67      </tr>
  68  </table>
  69  </div>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1