condition_delete_confirmation.smarty
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SMARTY 代码 · 共 23 行
SMARTY
23 行
<h2>{i18n}Delete Dynamic Condition{/i18n}</h2><p class="descriptiveText important">{i18n}Deleting a dynamic condition willpotentially change the permissions on a number of items in the documentmanagement system. Users may experience a lack of access to documentsthat they usually have access to if you continue with this action.{/i18n}</p><form action="{$smarty.server.PHP_SELF}" method="POST"><fieldset><legend>{i18n}Delete a condition{/i18n}</legend><div><p class="descriptiveText">{i18n}Do you still wish to continuewith deleting this item?{/i18n}</p><input type="hidden" name="action" value="delete_confirmed" /><input type="hidden" name="fSavedSearchId" value="{$condition_id}" /><input type="submit" name="submit" value="{i18n}Delete{/i18n}" /><input type="submit" name="kt_cancel[]" value="{i18n}Cancel{/i18n}" /></div></fieldset></form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?