[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Settings/Picklist/ -> PickListValueByRole.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  {strip}
  13      <br><br>
  14      <div class="row-fluid">
  15          <div class="span2">&nbsp;</div>
  16          <div class="span3" style="overflow: hidden">
  17              <div id="assignToRolepickListValuesTable" class="row-fluid fontBold textAlignCenter">
  18                  {foreach key=PICKLIST_KEY item=PICKLIST_VALUE from=$ALL_PICKLIST_VALUES}
  19                      <div data-value="{$PICKLIST_VALUE}" data-id="{$PICKLIST_KEY}" style="border: 1px solid #adadad;padding: 4%;overflow: hidden;text-overflow: ellipsis;" class="cursorPointer assignToRolePickListValue {if in_array($PICKLIST_VALUE,$ROLE_PICKLIST_VALUES)}selectedCell{else}unselectedCell{/if}">
  20                          {if in_array($PICKLIST_VALUE,$ROLE_PICKLIST_VALUES)}<i class="icon-ok pull-left"></i>{/if}{vtranslate($PICKLIST_VALUE,$SELECTED_MODULE_NAME)}
  21                      </div>
  22                  {/foreach}
  23              </div>
  24              
  25          </div>
  26          <div class="span6">
  27              <div><i class="icon-info-sign"></i>&nbsp;&nbsp;<span class="selectedCell padding1per">{vtranslate('LBL_SELECTED_VALUES',$QUALIFIED_MODULE)}</span>&nbsp;<span>{vtranslate('LBL_SELECTED_VALUES_MESSGAE',$QUALIFIED_MODULE)}</span></div><br>
  28              <div><i class="icon-info-sign"></i>&nbsp;&nbsp;<span>{vtranslate('LBL_ENABLE/DISABLE_MESSGAE',$QUALIFIED_MODULE)}</span></div><br>
  29              &nbsp;&nbsp;<button id="saveOrder" disabled="" class="btn btn-success">{vtranslate('LBL_SAVE',$QUALIFIED_MODULE)}</button>
  30          </div>        
  31      </div>                
  32  {/strip}    


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