⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 conditional_rename_behaviours.smarty

📁 PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。
💻 SMARTY
字号:
<h2>{i18n}Rename Behaviours{/i18n}</h2><p class="descriptiveText">{i18n}If you have converted a simple conditional fieldset to a complex one,it may be useful to rename some of the system-generated names.  You can do that here.{/i18n}</p><form method="POST" action="{$smarty.server.PHP_SELF}"><table class="kt_collection narrow" cellspacing="0" cellpadding="5"><thead>    <tr>        <th>{i18n}Current Name{/i18n}</th>        <th>{i18n}New Name{/i18n}</th>    </tr></thead><tbody>    {foreach from=$behaviours item=oBehaviour}    <tr>        <td><strong>{$oBehaviour->getName()}</strong></td>        <td><input type="text" name="renamed[{$oBehaviour->getId()}]" value="{$oBehaviour->getName()}" size="40" /></td>    </tr>    {/foreach}</tbody></table><div class="form_actions">    {foreach from=$args item=v key=k}        <input type="hidden" name="{$k}" value="{$v}" />    {/foreach}    <input type="submit" value="{i18n}Rename Behaviours{/i18n}" /></div></form>

⌨️ 快捷键说明

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