diff --git a/src/admin/dialog/select_images.php b/src/admin/dialog/select_images.php
index 5042c465..bbbdfbf2 100644
--- a/src/admin/dialog/select_images.php
+++ b/src/admin/dialog/select_images.php
@@ -145,8 +145,8 @@ html{background:#f5f5f5}
- 上传:
-
+ 上传:
+
宽:
高:
diff --git a/src/admin/dialog/select_media.php b/src/admin/dialog/select_media.php
index 23685a2d..5bbfb2d7 100644
--- a/src/admin/dialog/select_media.php
+++ b/src/admin/dialog/select_media.php
@@ -78,7 +78,7 @@ html{background:#f5f5f5}
- 上传:
+ 上传:
diff --git a/src/admin/dialog/select_soft.php b/src/admin/dialog/select_soft.php
index ef10dc34..f204e229 100644
--- a/src/admin/dialog/select_soft.php
+++ b/src/admin/dialog/select_soft.php
@@ -82,7 +82,7 @@ html{background:#f5f5f5}
- 上传:
+ 上传:
改名:
diff --git a/src/admin/dialog/select_templets.php b/src/admin/dialog/select_templets.php
index ad3b2280..ee40af42 100644
--- a/src/admin/dialog/select_templets.php
+++ b/src/admin/dialog/select_templets.php
@@ -63,7 +63,7 @@ html{background:#f5f5f5}
- 上传:
+ 上传:
改名:
diff --git a/src/admin/templets/freelist_edit.htm b/src/admin/templets/freelist_edit.htm
index 4274d85b..cf51bf40 100644
--- a/src/admin/templets/freelist_edit.htm
+++ b/src/admin/templets/freelist_edit.htm
@@ -158,7 +158,7 @@
高级筛选:
-
+
关键词:(英文逗号分开)
diff --git a/src/system/customfields.func.php b/src/system/customfields.func.php
index c3cc9696..66a4e5bd 100755
--- a/src/system/customfields.func.php
+++ b/src/system/customfields.func.php
@@ -107,23 +107,23 @@ function GetFormItem($ctag, $admintype = 'admin')
if ($admintype == 'diy') {
$innertext = "";
} else {
- $innertext = " ";
+ $innertext = " ";
}
} else if ($fieldType == 'media') {
if ($admintype == 'diy') {
$innertext = " 不支持的类型";
} else {
- $innertext = " ";
+ $innertext = " ";
}
} else if ($fieldType == 'addon') {
if ($admintype == 'diy') {
$innertext = "";
} else {
- $innertext = " ";
+ $innertext = " ";
}
} else if ($fieldType == 'int' || $fieldType == 'float') {
$dfvalue = ($ctag->GetAtt('default') != '' ? $ctag->GetAtt('default') : '0');
- $innertext = "(填写数值)";
+ $innertext = "";
} else if ($fieldType == 'relation') {
$dfvalue = ($ctag->GetAtt('default') != '' ? $ctag->GetAtt('default') : '');
$channel = ($ctag->GetAtt('channel') == "") ? "1" : $ctag->GetAtt('channel');
@@ -416,15 +416,15 @@ function GetFormItemValue($ctag, $fvalue, $admintype = 'admin', $fieldname = '')
$ntag = $ndtp->GetTag("img");
$fvalue = trim($ntag->GetInnerText());
}
- $innertext = " ";
+ $innertext = " ";
} else if ($ftype == "imgfile") {
- $innertext = " ";
+ $innertext = " ";
} else if ($ftype == "media") {
- $innertext = " ";
+ $innertext = " ";
} else if ($ftype == "addon") {
- $innertext = " ";
+ $innertext = " ";
} else if ($ftype == "int" || $ftype == "float") {
- $innertext = "(填写数值)";
+ $innertext = "";
} else if ($ftype == "relation") {
$channel = ($ctag->GetAtt('channel') == "") ? "1" : $ctag->GetAtt('channel');
$innertext = "