...
|
...
|
@@ -18,10 +18,12 @@ |
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>标题<span class="form-required">*</span></th>
|
|
|
<th>关联活动<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<select class="form-control" name="category">
|
|
|
<option value='0'>全部</option>
|
|
|
<select class="form-control" name="activity_id">
|
|
|
<foreach name="$activity" item="a">
|
|
|
<option value='{$a.id}'>{$a.activity_name}</option>
|
|
|
</foreach>
|
|
|
</select>
|
|
|
</td>
|
|
|
</tr>
|
...
|
...
|
|