init
Showing
1 changed file
with
4 additions
and
3 deletions
| ... | @@ -26,10 +26,11 @@ | ... | @@ -26,10 +26,11 @@ |
| 26 | </div> | 26 | </div> |
| 27 | <div> | 27 | <div> |
| 28 | <input class="btn btn-warning radius" type="reset" value="重置"> | 28 | <input class="btn btn-warning radius" type="reset" value="重置"> |
| 29 | <button class="btn btn-primary radius" onclick="layer_show('添加', '<?= site_url('/config/add') ?>')">添加</button> | ||
| 29 | </div> | 30 | </div> |
| 30 | <div> | 31 | <!--<div> |
| 31 | <button class="btn btn-primary radius" onclick="layer_show('添加', '<?= site_url('/config/add') ?>')">添加</button> | 32 | <button class="btn btn-primary radius" onclick="layer_show('添加', '<?/*= site_url('/config/add') */?>')">添加</button> |
| 32 | </div> | 33 | </div>--> |
| 33 | </form> | 34 | </form> |
| 34 | 35 | ||
| 35 | <div class="body mt-20"> | 36 | <div class="body mt-20"> | ... | ... |
-
Please register or sign in to post a comment