[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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 <div class="listViewPageDiv"> 14 <span class="btn-toolbar span4"> 15 <span class="btn-group"> 16 <button id="addBookmark" class="btn addButton"><i class="icon-plus"></i> <strong>{vtranslate('LBL_ADD_BOOKMARK', $MODULE)}</strong></button> 17 </span> 18 </span> 19 <span class="span2"> </span> 20 <span> 21 <div class="pull-right"> 22 <div class="control-label span2"> 23 <label class="textAlignRight" style="padding-top: 14px;"> 24 {vtranslate('LBL_BOOKMARKS_LIST', $MODULE)} 25 </label> 26 </div> 27 <div class="controls span4" style="padding-top: 10px;"> 28 <select class="select2-container select2 pull-right customFilterMainSpan" id="bookmarksDropdown" name="bookmarksList"> 29 {foreach item=RECORD from=$RECORDS_LIST} 30 <option value="{$RECORD['id']}" {if $RECORD['id'] eq $RECORD_ID}selected{/if}>{$RECORD['portalname']}</option> 31 {/foreach} 32 </select> 33 </div> 34 </div> 35 </span> 36 <span class="listViewLoadingImageBlock hide modal noprint" id="loadingListViewModal"> 37 <img class="listViewLoadingImage" src="{vimage_path('loading.gif')}" alt="no-image" title="{vtranslate('LBL_LOADING', $MODULE)}"/> 38 <p class="listViewLoadingMsg">{vtranslate('LBL_LOADING_LISTVIEW_CONTENTS', $MODULE)}........</p> 39 </span> 40 <br> 41 {if substr($URL, 0, 8) neq 'https://'}<div id="portalDetailViewHttpError" class="row-fluid"><div class="span12">{vtranslate('HTTP_ERROR', $MODULE)}</div></div>{/if} 42 <br> 43 <iframe src="{if substr($URL, 0, 4) neq 'http'}//{/if}{$URL}" frameborder="1" height="600" scrolling="auto" width="100%" style="border: solid 2px; border-color: #dddddd;"></iframe> 44 </div> 45 {/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 |