📄 copy.smarty
字号:
<h2>{i18n}Copy Workflow{/i18n}</h2><p class="descriptiveText">{i18n}You are about to make a copy of <strong>{$workFlowName}</strong>. This will make and exact copy of the selected workflow, including all associated permissions, actions and triggers. Enter the desired name for the resulting workflow copy to continue.{/i18n}</p><h3>{i18n}New workflow information{/i18n}</h3><form action="{$smarty.server.PHP_SELF}" method="POST"> <input type="hidden" name="action" value="branchConfirm" /> <input type="hidden" name="workflowId" value="{$workFlowId}" /> <table> <tr> <td>{i18n}New workflow name{/i18n}: </td> <td><input type="text" name="workflowName"></td> </tr> <tr> <td colspan="2"><hr></td> </tr> </table> <input type="submit" name="submit[confirmCopy]" value="{i18n}Copy{/i18n}" /></form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -