* 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
+2 -3
View File
@@ -10,7 +10,7 @@ declare(strict_types=1);
*/
namespace zin;
include 'common.html.php';
include $app->getModuleRoot() . 'common/ui/header.modal.html.php';
jsVar('bugID', $bug->id);
jsVar('productID', $bug->product);
@@ -35,9 +35,8 @@ if(common::hasPriv('build', 'create'))
}
/* zin: Define the form in main content. */
formPanel
form
(
setCommonProps($bug),
formGroup
(
set::width('1/3'),