diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php index f50dde8d..ce2b4b37 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -1170,7 +1170,7 @@ ($author_item->a_id == $information->ic_author) ? $select_str = 'selected' : $select_str = ''; ?> - + @@ -1296,7 +1296,8 @@ @@ -1350,5 +1351,9 @@ $('.newTagA').html(' + 新标签 ').show(); } }); + //添加新模板 + $('#newTemp').on('click', function() { + alert('ok'); + }); \ No newline at end of file