[ 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 <form name="EditWorkflow" action="index.php" method="post" id="workflow_step3" class="form-horizontal"> 11 <input type="hidden" name="module" value="Workflows" /> 12 <input type="hidden" name="record" value="{$RECORD}" /> 13 <input type="hidden" class="step" value="3" /> 14 <div class="btn-group"> 15 <a class="btn dropdown-toggle addButton" data-toggle="dropdown" href="#"> 16 <strong>{vtranslate('LBL_ADD_TASK',$QUALIFIED_MODULE)}</strong> 17 <span><img class="imageElement" src="{vimage_path('downArrowWhite.png')}" /></span> 18 </a> 19 <ul class="dropdown-menu"> 20 {foreach from=$TASK_TYPES item=TASK_TYPE} 21 <li><a class="cursorPointer" data-url="{$TASK_TYPE->getEditViewUrl()}&for_workflow={$RECORD}">{vtranslate($TASK_TYPE->get('label'),$QUALIFIED_MODULE)}</a></li> 22 {/foreach} 23 </ul> 24 </div> 25 <div id="taskListContainer"> 26 {include file='TasksList.tpl'|@vtemplate_path:$QUALIFIED_MODULE} 27 </div> 28 <br> 29 <div class="pull-right"> 30 <button class="btn btn-danger backStep" type="button"><strong>{vtranslate('LBL_BACK', $QUALIFIED_MODULE)}</strong></button> 31 <button class="btn btn-success" type="button" onclick="javascript:window.history.back();"><strong>{vtranslate('LBL_FINISH', $QUALIFIED_MODULE)}</strong></button> 32 </div> 33 <div class="clearfix"></div> 34 </form> 35 {/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 |