Browse Source

统一风格

tags/6.1.8
xushubieli 2 years ago
parent
commit
5a4e857836
7 changed files with 7 additions and 7 deletions
  1. +1
    -1
      src/admin/templets/content_i_list.htm
  2. +1
    -1
      src/admin/templets/content_list.htm
  3. +1
    -1
      src/admin/templets/content_s_list.htm
  4. +1
    -1
      src/admin/templets/content_sg_list.htm
  5. +1
    -1
      src/admin/templets/member_pm.htm
  6. +1
    -1
      src/admin/templets/member_pmall.htm
  7. +1
    -1
      src/admin/templets/member_pmone.htm

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

@@ -43,7 +43,7 @@ img{margin-right:0}
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<select name='cid' style="margin:0 10px;width:160px">
<select name='cid' style="width:160px">
<option value='0'>选择栏目</option>
{dede:global.optionarr/}
</select>


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

@@ -40,7 +40,7 @@
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<select name="cid" style="margin:0 10px;width:160px">
<select name="cid" style="width:160px">
<option value="0">选择栏目</option>
{dede:global.optionarr/}
</select>


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

@@ -123,7 +123,7 @@ function noSelAll() {
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<select name="cid" style="margin:0 10px;width:160px">
<select name="cid" style="width:160px">
<option value="0">选择分类</option>
<?php echo $optionarr?>
</select>


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

@@ -167,7 +167,7 @@
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<select name='cid' style="margin:0 10px;width:160px">
<select name='cid' style="width:160px">
<option value='0'>选择分类</option>
{dede:global.optionarr/}
</select>


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

@@ -23,7 +23,7 @@
<td>用户:</td>
<td><input name="username" type="text" id="username" value="{dede:global name='username'/}" style="margin-right:10px;width:260px"></td>
<td>
<select name="folder" id="folder" style="margin:0 10px;width:160px">
<select name="folder" id="folder" style="width:160px">
<option value="inbox">收件箱</option>
<option value="outbox">发件箱</option>
</select>


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

@@ -22,7 +22,7 @@
<td>用户:</td>
<td><input name="username" type="text" id="username" style="margin-right:10px;width:260px"></td>
<td>
<select name="folder" id="folder" style="margin:0 10px;width:160px">
<select name="folder" id="folder" style="width:160px">
<option value="inbox">收件箱</option>
<option value="outbox">发件箱</option>
</select>


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

@@ -22,7 +22,7 @@
<td>用户:</td>
<td><input name="username" type="text" id="username" style="margin-right:10px;width:260px"></td>
<td>
<select name="folder" id="folder" style="margin:0 10px;width:160px">
<select name="folder" id="folder" style="width:160px">
<option value="inbox">收件箱</option>
<option value="outbox">发件箱</option>
</select>


Loading…
Cancel
Save