...
|
...
|
@@ -43,9 +43,9 @@ |
|
|
<table class="table table-bordered">
|
|
|
<input type="hidden" name="id" value="{$list.id }">
|
|
|
<!--<div>积分设置</div>-->
|
|
|
<tr>
|
|
|
<th width="200">周一<span class="form-required">*</span></th>
|
|
|
<tr>
|
|
|
<!--<tr>-->
|
|
|
<!--<th width="200">周一<span class="form-required">*</span></th>-->
|
|
|
<!--<tr>-->
|
|
|
<th>标题</th>
|
|
|
<td>
|
|
|
<input name="title" type="text" required value="{$list.title}"/>
|
...
|
...
|
|