From 8624607a2b66509cefa675f3b6588966e6ae09b0 Mon Sep 17 00:00:00 2001 From: chengkun <chengkun@ishangstudy.com> Date: Fri, 30 May 2025 14:40:01 +0800 Subject: [PATCH] 提交 --- app/template/admin/admin_settpl.htm | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/template/admin/admin_settpl.htm b/app/template/admin/admin_settpl.htm index be38468..325f765 100644 --- a/app/template/admin/admin_settpl.htm +++ b/app/template/admin/admin_settpl.htm @@ -68,6 +68,12 @@ </td> </tr> {yun:}else{/yun} + <tr> + <th width="150">短信模板ID:</th> + <td> + <input class="input-text" type="text" name="template_id" id="template_id" value="{yun:}$row.template_id{/yun}" size="60" /> + </td> + </tr> <tr class="email"> <th width="150" class="t_fr">内容:</th> <td> @@ -87,7 +93,7 @@ </form> </div> - <table width="100%" class="table_form"> + <!-- <table width="100%" class="table_form"> <tr> <th colspan="2" class="admin_bold_box"> <div class="admin_bold">调用说明</div> @@ -102,7 +108,7 @@ {yun:}/if{/yun} {yun:}/foreach{/yun} </table> - + --> </div> -- Gitblit v1.9.0