edit_transition.smarty.tmp

来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· TMP 代码 · 共 20 行

TMP
20
字号
<h2>{i18n}Manage Transition{/i18n}</h2>{$edit_form->render()}{* The real meat is down here.  We define and list a set of actions and links to them. *}<dl>    <dt><strong><a href="{addQS context=$context}action=manageguards{/addQS}">{i18n}Transition Requirements{/i18n}</a></strong></dt>    <dd class="descriptiveText">{i18n}You can control when and by whom transitions can    be performed by setting up various guards.  These can include permissions, roles,    groups or a variety of other restriction conditions.{/i18n}</dd>         <dt><strong><a href="{addQS context=$context}action=managetransitionactions{/addQS}">{i18n}Transition Effects{/i18n}</a></strong></dt>    <dd class="descriptiveText">{i18n}One of the powerful aspects of transitions is    that you can specify a set of "effects" which occur when the transition is followed.    This list can be extended by plugins, and includes things like automatically    moving the document to a particular folder.{/i18n}</dd>         </dl>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?