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()) + ) + ) + ); +};