[ 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 id="listPriceUpdateContainer"> 14 <div class="modal-header"> 15 <button data-dismiss="modal" class="pull-right"><i class="icon-remove alignMiddle"></i></button> 16 <h3>{vtranslate('LBL_EDIT_LIST_PRICE', $MODULE)}</h3> 17 </div> 18 <form class="form-horizontal" id="listPriceUpdate" method="post" action="index.php"> 19 <input type="hidden" name="module" value="{$MODULE}" /> 20 <input type="hidden" name="action" value="RelationAjax" /> 21 <input type="hidden" name="src_record" value="{$PRICEBOOK_ID}" /> 22 <input type="hidden" name="relid" value="{$REL_ID}" /> 23 <div class="modal-body"> 24 <div> 25 <span><strong>{vtranslate('LBL_EDIT_LIST_PRICE',$MODULE)}</strong></span> 26 : 27 <input type="text" name="currentPrice" value="{$CURRENT_PRICE}" data-validation-engine="validate[required,funcCall[Vtiger_Currency_Validator_Js.invokeValidation]]" 28 data-decimal-seperator='{$USER_MODEL->get('currency_decimal_separator')}' data-group-seperator='{$USER_MODEL->get('currency_grouping_separator')}' /> 29 </div> 30 </div> 31 {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE} 32 </form> 33 </div> 34 {/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 |