[ 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='modelContainer'> 14 <div class="modal-header contentsBackground"> 15 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> 16 <h3> 17 {if $RECORD} 18 {vtranslate('LBL_EDIT_BOOKMARK', $MODULE)} 19 {else} 20 {vtranslate('LBL_ADD_NEW_BOOKMARK', $MODULE)} 21 {/if} 22 </h3> 23 </div> 24 <form class="form-horizontal" id="saveBookmark" method="post" action="index.php"> 25 <input type="hidden" name="record" value="{$RECORD}" /> 26 <input type="hidden" name="module" value="{$MODULE}" /> 27 <input type="hidden" name="action" value="SaveAjax" /> 28 <div class="modal-body tabbable"> 29 <div class="control-label"> 30 <label> 31 <span class="redColor">*</span> {vtranslate('LBL_BOOKMARK_NAME',$MODULE)} 32 </label> 33 </div> 34 <div class="controls"> 35 <input type="text" name="bookmarkName" id="bookmarkName"{if $RECORD} value="{$BOOKMARK_NAME}" {/if} placeholder="{vtranslate('LBL_ENTER_BOOKMARK_NAME', $MODULE)}" /> 36 </div> 37 <br> 38 <div class="control-label"> 39 <label> 40 <span class="redColor">*</span> {vtranslate('LBL_BOOKMARK_URL',$MODULE)} 41 </label> 42 </div> 43 <div class="controls"> 44 <input type="text" name="bookmarkUrl" id="bookmarkUrl"{if $RECORD} value="{$BOOKMARK_URL}" {/if} placeholder="{vtranslate('LBL_ENTER_URL', $MODULE)}" /> 45 </div> 46 </div> 47 {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE} 48 </form> 49 </div> 50 {/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 |