Commit 5f6503c3 by 李洋

111

parent ffbff372
......@@ -21,7 +21,7 @@
<div class="ibox-title">
<div class="form-inline p-l">
<form method="get" action="/message/templateList">
<form method="get" action="/message/templatelist">
<div style="text-align: center">
<label>消息编号:</label>
<input class="form-control" type="text" id="search-msg-id" placeholder="请输入消息编号" value="{{ $search_id }}"/>
......
......@@ -20,9 +20,9 @@
<div class="ibox float-e-margins">
<div class="ibox-title">
<div class="form-inline p-l">
<form method="get" action="/message/templateList">
<form method="get" action="/message/templatelist">
<div style="text-align: center" class="div-b">
<a class="btn btn-primary btn-sm" href="/message/sendManualMessage" style="float: left;margin-left: 30px">发送消息</a>
<a class="btn btn-primary btn-sm" href="/message/sendmanualmessage" style="float: left;margin-left: 30px">发送消息</a>
<label>消息描述:</label>
<input type="text" class="form-control" id="search-desc" placeholder="请输入消息描述" value="{{ $search_desc }}">
<label>消息渠道:</label>
......
......@@ -19,9 +19,9 @@
<div class="ibox float-e-margins">
<div class="ibox-title">
<div class="form-inline p-l">
<form method="get" action="/message/templateList">
<form method="get" action="/message/templatelist">
<div style="text-align: center" class="div-b">
<a class="btn btn-primary btn-sm" href="/message/addTemplate" style="float: left; margin-left: 30px">新增消息模板</a>
<a class="btn btn-primary btn-sm" href="/message/addtemplate" style="float: left; margin-left: 30px">新增消息模板</a>
<label>消息描述:</label>
<input type="text" class="form-control" id="search-desc" placeholder="请输入消息描述" value="{{ $search_desc }}">
<label>消息渠道:</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment