Browse Source

位置互换

tags/6.2.0
xushubieli 1 year ago
parent
commit
a5b6f6eff4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/admin/templets/catalog_add.htm
  2. +1
    -1
      src/admin/templets/catalog_edit.htm

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

@@ -365,8 +365,8 @@
<tr>
<td class="bline" width="260">多站点支持:</td>
<td class="bline">
<label><input type="radio" name="moresite" value="0" checked="checked"> 不启用</label>
<label><input type="radio" name="moresite" value="1"> 启用</label>
<label><input type="radio" name="moresite" value="0" checked="checked"> 不启用</label>
</td>
</tr>
<tr>


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

@@ -312,8 +312,8 @@
<tr>
<td class="bline" width="260">多站点支持:</td>
<td class="bline">
<label><input type="radio" name="moresite" value="0" <?php if($myrow['moresite']==0) echo "checked='1'"; ?>> 不启用</label>
<label><input type="radio" name="moresite" value="1" <?php if($myrow['moresite']==1) echo "checked='1'"; ?>> 启用</label>
<label><input type="radio" name="moresite" value="0" <?php if($myrow['moresite']==0) echo "checked='1'"; ?>> 不启用</label>
</td>
</tr>
<tr>


Loading…
Cancel
Save