切换导航条
此项目
正在载入...
登录
何书鹏
/
recruit
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
Karson
8 years ago
提交
438190e79f35e9360c3fb8cc3ece784bb6d5efce
1 个父辈
4217f56b
修复分类列表分类为空的BUG
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
1 行增加
和
3 行删除
application/admin/view/category/add.html
application/admin/view/category/edit.html
application/common/model/Category.php
application/admin/view/category/add.html
查看文件 @
438190e
...
...
@@ -55,5 +55,4 @@
<button
type=
"reset"
class=
"btn btn-default btn-embossed"
>
{:__('Reset')}
</button>
</div>
</div>
</div>
</form>
...
...
application/admin/view/category/edit.html
查看文件 @
438190e
...
...
@@ -55,5 +55,4 @@
<button
type=
"reset"
class=
"btn btn-default btn-embossed"
>
{:__('Reset')}
</button>
</div>
</div>
</div>
</form>
...
...
application/common/model/Category.php
查看文件 @
438190e
...
...
@@ -25,7 +25,7 @@ class Category Extends Model
*/
public
static
function
getTypeList
()
{
$typelist
=
config
(
'site
'
,
'
categorytype'
);
$typelist
=
config
(
'site
.
categorytype'
);
return
$typelist
;
}
...
...
请
注册
或
登录
后发表评论