@@ -3,7 +3,6 @@ | |||||
# V6.2.10 | # V6.2.10 | ||||
- DedeBIZ基于自由软件基金会发行的GPL v2许可证发布 | - DedeBIZ基于自由软件基金会发行的GPL v2许可证发布 | ||||
- 添加软件发布,演示网址上传压缩包解压功能; | |||||
- 修正后台功能说明提示; | - 修正后台功能说明提示; | ||||
- 修正兼容14px字体元素配置; | - 修正兼容14px字体元素配置; | ||||
- 修正模块上传侧边菜单插件栏目不显示问题; | - 修正模块上传侧边菜单插件栏目不显示问题; | ||||
@@ -277,9 +277,7 @@ | |||||
<td width="420"><input type="text" name="officialUrl" id="officialUrl" value="" class="admin-input-lg" placeholder="请输入演示网址http开头"></td> | <td width="420"><input type="text" name="officialUrl" id="officialUrl" value="" class="admin-input-lg" placeholder="请输入演示网址http开头"></td> | ||||
<td width="120">演示网址:</td> | <td width="120">演示网址:</td> | ||||
<td> | <td> | ||||
<input type="text" name="officialDemo" id="officialDemo" value="" class="admin-input-lg" placeholder="请选择网页上传或填写演示网址"> | |||||
<button type="button" name="" id="" class="btn btn-success btn-sm" onclick="">选择</button> | |||||
<label><input type="checkbox" name="" id="" checked="checked"> 上传压缩包自动解压</label> | |||||
<input type="text" name="officialDemo" id="officialDemo" value="" class="admin-input-lg" placeholder="请填写演示网址"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -283,9 +283,7 @@ | |||||
<td width="420"><input type="text" name="officialUrl" id="officialUrl" value="<?php echo $addRow['officialUrl']?>" class="admin-input-lg" placeholder="请输入演示网址http开头"></td> | <td width="420"><input type="text" name="officialUrl" id="officialUrl" value="<?php echo $addRow['officialUrl']?>" class="admin-input-lg" placeholder="请输入演示网址http开头"></td> | ||||
<td width="120">演示网址:</td> | <td width="120">演示网址:</td> | ||||
<td> | <td> | ||||
<input type="text" name="officialDemo" id="officialDemo" value="<?php echo $addRow['officialDemo']?>" class="admin-input-lg" placeholder="请选择网页上传或填写演示网址"> | |||||
<button type="button" name="" id="" class="btn btn-success btn-sm" onclick="">上传</button> | |||||
<label><input type="checkbox" name="" id="" checked="checked"> 上传压缩包自动解压</label> | |||||
<input type="text" name="officialDemo" id="officialDemo" value="<?php echo $addRow['officialDemo']?>" class="admin-input-lg" placeholder="请填写演示网址"> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||