From 57303acec0d0a72da67ec4541301baac743b39e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?=
<93301500+xushubieli@users.noreply.github.com>
Date: Tue, 8 Nov 2022 15:07:10 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/admin/dialog/select_images.php | 4 ++--
src/admin/dialog/select_media.php | 2 +-
src/admin/dialog/select_soft.php | 2 +-
src/admin/dialog/select_templets.php | 2 +-
src/admin/templets/freelist_edit.htm | 2 +-
src/system/customfields.func.php | 18 +++++++++---------
6 files changed, 15 insertions(+), 15 deletions(-)
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 = "