Sfoglia il codice sorgente

Update shops_delivery.htm

tags/6.1.8
xushubieli 2 anni fa
parent
commit
4192b2c899
1 ha cambiato i file con 6 aggiunte e 8 eliminazioni
  1. +6
    -8
      src/admin/templets/shops_delivery.htm

+ 6
- 8
src/admin/templets/shops_delivery.htm Vedi File

@@ -24,28 +24,28 @@
<td height="30" colspan="2" align="left" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif' style="padding-left:10px">增加一个配送方式</td>
</tr>
<tr align="center" height="26" bgcolor="#ffffff">
<td width="13%" height="30" align="right" bgcolor="#ffffff">
<td width="10%" height="30" align="right" bgcolor="#ffffff">
&nbsp;&nbsp;名称:
</td>
<td align="left" bgcolor="#ffffff"><input name="dname" style="margin-left:6px;" type="text" id="dname">
<td align="left" bgcolor="#ffffff"><input name="dname" type="text" id="dname" style="width:160px">
&nbsp;*此处填写配送方式名称</td>
</tr>
<tr align="center" height="26" bgcolor="#ECF8FF">
<td width="13%" height="30" align="right" bgcolor="#ffffff">
<td width="10%" height="30" align="right" bgcolor="#ffffff">
&nbsp;&nbsp;手续费:
</td>
<td align="left" bgcolor="#ffffff">
<input name="price" type="text" id="price" style="margin-left:6px;" value="0.00" size="6" maxlength="6">
<input name="price" type="text" id="price" value="0.00" style="width:60px">
&nbsp;*发货时所用的手续费,若要收取,请填写(精确到小数位两位)
</td>
</tr>
<tr align="center" height="26" bgcolor="#ECF8FF">
<td width="13%" height="30" align="right" bgcolor="#ffffff">
<td width="10%" height="30" align="right" bgcolor="#ffffff">
&nbsp;&nbsp;简要说明:
</td>
<td align="left" bgcolor="#ffffff">
<textarea name="des" id="des" style="margin-left:6px;height:50px;width:320px;"></textarea>
<textarea name="des" id="des" style="width:360px;height:50px"></textarea>
&nbsp;最多100个文字内,简要说明一下
</td>
</tr>
@@ -55,8 +55,6 @@
<tr align="center">
<td>
<button type="submit" class='btn btn-success'>确认</button>
</td>
<td align="center">
<button type="reset" name="button" class='btn btn-success'>重置</button>
</td>
</tr>


Loading…
Annulla
Salva