* [task#131136] support to set orderby in lib.

This commit is contained in:
dingyongliang
2024-10-24 13:15:53 +08:00
committed by 田淑杰
parent 1ebc77a698
commit 8ea17cc422
10 changed files with 72 additions and 9 deletions
+16
View File
@@ -67,6 +67,22 @@ formPanel
)
),
formRow
(
setID('orderBox'),
formGroup
(
set::label($lang->doclib->defaultOrder),
set::width('5/6'),
radioList
(
set::name('orderBy'),
set::items($lang->doclib->idOrder),
set::value($lib->orderBy),
set::inline(true)
)
)
),
formRow
(
setID('whiteListBox'),
setClass('hidden'),