* bugUI: refactor page.

This commit is contained in:
liugang
2023-06-20 16:00:40 +08:00
parent 3660e5c76e
commit bc97c7b2d0
5 changed files with 12 additions and 19 deletions
+3 -7
View File
@@ -10,20 +10,16 @@ declare(strict_types=1);
*/
namespace zin;
include 'common.html.php';
include $app->getModuleRoot() . 'common/ui/header.modal.html.php';
formPanel
form
(
setCommonProps($bug),
formGroup
(
set::label($lang->comment),
set::name('comment'),
set::control('editor')
),
set::actions(array('submit')),
set::submitBtnText($lang->bug->close),
set::class('border-b'),
)
);
history();