From cc8015f59d1ae7d3e2d50315749f74cfc7a588d4 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 15 Mar 2017 11:33:23 +0800 Subject: [PATCH] =?UTF-8?q?form=E5=A2=9E=E5=8A=A0add=5Ffile=5Fupload?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- form/form.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/form/form.php b/form/form.php index ec93092..65c48cc 100644 --- a/form/form.php +++ b/form/form.php @@ -67,6 +67,11 @@ echo ''; } + function add_file_upload($id,$name) + { + echo ''; + } + public function start() { if($this->width>0) @@ -96,6 +101,7 @@ { echo ''; echo ''; + if($this->panel_title) echo ''; @@ -106,9 +112,12 @@ public function end() { echo ''; + if($this->panel_title) echo ''; - echo ''; + + if($this->width>0) + echo ''; } };//class UIForm