From 88dcf1499f7fd3c41aa432304ddfc7083f9b4608 Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Wed, 4 Dec 2024 01:35:48 +0000 Subject: [PATCH] * [story#69837,0.5h] add zentaoList product story. --- .../doc/ui/zentaolist.productstory.html.php | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 module/doc/ui/zentaolist.productstory.html.php diff --git a/module/doc/ui/zentaolist.productstory.html.php b/module/doc/ui/zentaolist.productstory.html.php new file mode 100644 index 0000000000..d423ce1b70 --- /dev/null +++ b/module/doc/ui/zentaolist.productstory.html.php @@ -0,0 +1,32 @@ +loadModel('product')->getPairs(); + return array + ( + formRow + ( + formGroup + ( + set::width('1/2'), + set::name('product'), + set::label($lang->doc->product), + set::items($products) + ) + ), + formRow + ( + formGroup + ( + set::width('1/2'), + set::name('search'), + set::label($lang->doc->searchCondition), + set::items(array()) + ) + ) + ); +};