Explorar el Código

位置互换

tags/6.2.0
xushubieli hace 1 año
padre
commit
a5b6f6eff4
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar