* [bug#56493] rm orderBox from editlib page.

This commit is contained in:
dingyongliang
2024-10-29 15:44:40 +08:00
committed by 田淑杰
parent 5a4655b162
commit 0424903315
2 changed files with 0 additions and 17 deletions
-16
View File
@@ -67,22 +67,6 @@ 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'),