Browse Source

修复

tags/6.1.8
xushubieli 2 years ago
parent
commit
b44c4d37e2
7 changed files with 10 additions and 15 deletions
  1. +2
    -2
      src/admin/templets/ad_add.htm
  2. +1
    -1
      src/admin/templets/catalog_edit.htm
  3. +1
    -3
      src/admin/templets/media_edit.htm
  4. +1
    -1
      src/admin/templets/module_main.htm
  5. +1
    -1
      src/admin/templets/shops_delivery.htm
  6. +1
    -1
      src/admin/templets/spec_add.htm
  7. +3
    -6
      src/admin/templets/sys_data_replace.htm

+ 2
- 2
src/admin/templets/ad_add.htm View File

@@ -58,10 +58,10 @@
.typetab ul li {
float: left;
margin: 5px 5px 0px;
height: 23px;
width: 64px;
height: 26px;
line-height: 26px;
background: url(../static/web/img/adtype_link.gif) no-repeat scroll 0px 0px;
line-height: 23px;
text-align: center;
cursor: pointer;
}


+ 1
- 1
src/admin/templets/catalog_edit.htm View File

@@ -286,7 +286,7 @@ function CheckCross() {
<tr id='smclass' style='<?php echo ($channelid<0 ? '' : 'display:none'); ?>'>
<td class="bline" style="padding-left:10px">绑定小分类:<br>仅适用[分类信息模型]</td>
<td class="bline">
<select name='smalltype[]' size='5' style='width:120px;height: auto;' multiple='yes'>
<select name='smalltype[]' size='5' style='width:120px;height:auto' multiple='yes'>
<?php
$smtypes = explode(',',trim($myrow['smalltypes']));
$sql = "Select * From `#@__sys_enum` where egroup like 'infotype' order by disorder asc, id desc ";


+ 1
- 3
src/admin/templets/media_edit.htm View File

@@ -42,9 +42,7 @@
</tr>
<tr>
<td height="26" bgcolor="#ffffff">
<div class="alert alert-info mb-0">
<i class="fa fa-info-circle"></i> 提示:图片类型仅支持jpg、png、gif、wbmp格式,flash为.swf格式,视音频和附件为限定扩展名的类型(可在系统参数中修改)
</div>
<div class="alert alert-info mb-0">图片类型仅支持jpg、png、gif、wbmp格式,flash为.swf格式,视音频和附件为限定扩展名的类型(可在系统参数中修改)</div>
</td>
</tr>
<tr>


+ 1
- 1
src/admin/templets/module_main.htm View File

@@ -20,7 +20,7 @@
</script>
</head>
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
<div class="alert alert-info maintable mt-3 mb-3" style="margin:0 auto">DedeBIZV6开始启动<a href="<?php echo $cfg_biz_dedebizUrl; ?>/license_developer" target="_blank">DedeBIZ商业开发者计划</a>,为了保障系统及技术服务安全,请认准DedeBIZ商业认证开发者</div>
<div class="alert alert-info maintable mt-3 mb-3" style="margin:0 auto">DedeBIZV6开始启动<a href="<?php echo $cfg_biz_dedebizUrl; ?>/license_developer" target="_blank">DedeBIZ商业开发者计划</a>,为了保障系统及技术服务安全,请认准DedeBIZ商业认证开发者</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<form name="form1" action="plus_add.php" method="post">
<input type='hidden' name='dopost' value='save'>


+ 1
- 1
src/admin/templets/shops_delivery.htm View File

@@ -54,7 +54,7 @@
<table width="200" border="0" cellspacing="1" cellpadding="1" class="table table-borderless">
<tr align="center">
<td>
<button type="submit" class='btn btn-success'>确认</button>
<button type="submit" class='btn btn-success'>添加</button>
<button type="reset" name="button" class='btn btn-success'>重置</button>
</td>
</tr>


+ 1
- 1
src/admin/templets/spec_add.htm View File

@@ -141,7 +141,7 @@ table{border-collapse:separate}
<button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button>
<button id="btnClearAll" type="button" class="btn btn-success btn-sm delete">清空</button>
</td>
<td width="150" align="center"><img id="litPic" src="../static/web/img/defaultpic.jpg" style="height: 80px"></td>
<td width="150" align="center"><img id="litPic" src="../static/web/img/defaultpic.jpg" style="height:80px"></td>
</tr>
</table>
</td>


+ 3
- 6
src/admin/templets/sys_data_replace.htm View File

@@ -52,13 +52,10 @@
<td bgcolor="#ffffff">
<table width="100%" border="0" cellpadding="2" cellspacing="2" class="table table-borderless">
<tr bgcolor="#ffffff">
<td colspan="2" style="line-height:180%">
<div class="alert alert-info mb-0">
<i class="fa fa-info-circle"></i> 程序用于批量替换数据库中某字段的内容,此操作极为危险,请小心使用
</div>
<td colspan="2">
<div class="alert alert-info mb-0">程序用于批量替换数据库中某字段的内容,此操作极为危险,请小心使用</div>
</td>
</tr>

<tr id='datasel'>
<td width="15%" height="66">&nbsp;选择数据表与字段:</td>
<td>
@@ -72,7 +69,7 @@
echo "<span style='color:#dc3545'>找不到您所指定的数据库 $dbname</span><br>";
echo $qbutton;
}
echo "<select name='exptable' id='exptable' size='10' style='width:60%;height: 220px;' onchange='ShowFields()'>\r\n";
echo "<select name='exptable' id='exptable' size='10' style='width:60%;height:220px' onchange='ShowFields()'>\r\n";
while($row = $dsql->GetArray('t',MYSQL_BOTH)){
echo "<option value='{$row[0]}'>{$row[0]}</option>\r\n";
}


Loading…
Cancel
Save