|
@@ -52,7 +52,7 @@
|
|
|
{/if}
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('跳转详情')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <input id="c-jump_id" data-rule="required" data-source="books.books/index" data-field="title" class="form-control selectpage" name="row[jump_id]" type="text" value="{$row.jump_id|htmlentities}">
|
|
|
+ <input id="c-jump_id" data-rule="required" data-source="books.books/index" data-field="title" class="form-control selectpage" name="row[jump_id1]" type="text" value="{$row.jump_id|htmlentities}">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -63,7 +63,7 @@
|
|
|
{/if}
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('跳转详情')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <input id="c-jump_id" data-rule="required" data-source="video.video/index" data-field="title" class="form-control selectpage" name="row[jump_id]" type="text" value="{$row.jump_id|htmlentities}">
|
|
|
+ <input id="c-jump_id" data-rule="required" data-source="video.video/index" data-field="title" class="form-control selectpage" name="row[jump_id2]" type="text" value="{$row.jump_id|htmlentities}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group layer-footer">
|