[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*+*********************************************************************************** 2 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 3 * ("License"); You may not use this file except in compliance with the License 4 * The Original Code is: vtiger CRM Open Source 5 * The Initial Developer of the Original Code is vtiger. 6 * Portions created by vtiger are Copyright (C) vtiger. 7 * All Rights Reserved. 8 *************************************************************************************} 9 {strip} 10 <div class="pull-left" style="margin-left: 85px; color: #FF0000;"> 11 <strong> 12 {if $IMAP_ERROR} 13 {$IMAP_ERROR} 14 {else if $CONNECTION_ERROR} 15 {vtranslate('LBL_CONNECTION_ERROR',$QUALIFIED_MODULE)} 16 {/if} 17 </strong> 18 </div> 19 <div class="span9 addMailBoxBlock"> 20 <h3 style="">{vtranslate('SELECT_FOLDERS', $QUALIFIED_MODULE)}</h3> 21 <br> 22 <div class="row-fluid padding-bottom1per"> 23 <div id="mailConverterDragIcon"><i class="icon-info-sign"></i> {vtranslate('TO_CHANGE_THE_FOLDER_SELECTION_DESELECT_ANY_OF_THE_SELECTED_FOLDERS',$QUALIFIED_MODULE)}</div> 24 </div> 25 <br> 26 <form class="form-horizontal" id="mailBoxEditView" name="step2"> 27 <div class="addMailBoxStep"> 28 {foreach key=FOLDER item=SELECTED from=$FOLDERS} 29 <div class="span3"> 30 <input type="checkbox" name="folders" value="{$FOLDER}" {if $SELECTED eq 'checked'}checked{/if}> 31 {$FOLDER} 32 </div> 33 {/foreach} 34 </div> 35 <div class="pull-right" style="margin-top: 20px;"> 36 <button class="btn btn-danger backStep" type="button" onclick="javascript:window.history.back();"><strong>{vtranslate('LBL_BACK', $QUALIFIED_MODULE)}</strong></button> 37 <button class="btn btn-success" onclick="javascript:Settings_MailConverter_Edit_Js.secondStep()"> 38 <strong> 39 {if $CREATE eq 'new'}{vtranslate('LBL_NEXT', $QUALIFIED_MODULE)}{else}{vtranslate('LBL_FINISH', $QUALIFIED_MODULE)}{/if} 40 </strong> 41 </button> 42 <a class="cancelLink" type="reset" onclick="javascript:window.history.go(-2);">{vtranslate('LBL_CANCEL', $QUALIFIED_MODULE)}</a> 43 </div> 44 </form> 45 </div> 46 {/strip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |