微不足道的修改

This commit is contained in:
thinkgem
2018-08-21 21:32:06 +08:00
parent 437220e34a
commit 145e0b6b07
3 changed files with 4 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
</style>
<link rel="stylesheet" href="../../themes/iframe.css" />
<script type="text/javascript" src="../internal.js"></script>
<script src="../../ueditor.parse.min.js"></script>
<script src="../../ueditor.parse.js"></script>
<title></title>
</head>
<body class="view">

View File

@@ -205,7 +205,7 @@ $('#btnImport').click(function(){
<div class="col-xs-12 col-xs-offset-1">
<input type="file" id="file" name="file" class="form-file"/>
<div class="mt10 pt5">
<#form:checkbox name="updateSupport" label="${text('否更新已经存在的用户数据')}" class="form-control"
<#form:checkbox name="updateSupport" label="${text('否更新已经存在的用户数据')}" class="form-control"
title="${text('如果用户编码已经存在,更新这条数据。')}"/> &nbsp;
<a href="${ctx}/sys/empUser/importTemplate" class="btn btn-default btn-xs"><i class="fa fa-file-excel-o"></i> ${text('')}</a>
</div>