diff options
| author | 2024-03-17 22:49:12 +0100 | |
|---|---|---|
| committer | 2024-03-17 22:49:12 +0100 | |
| commit | 6bd6494ad48c4894befed44e9c3f753c123aca5d (patch) | |
| tree | c275e183b49904f0e85386380f4f1f685e710ee8 /app/install.php | |
| parent | d7bc70e3fb9785ee74e3d446d7a11858a083fe6a (diff) | |
fixed HTML: <fieldset> + <legend> (#6202)
* legend tags cleaned
* formgroup -> fieldset tag
* add bookmarklet class
* Update logs.phtml
* Update logs.phtml
* fixed log table text alignment
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/install.php b/app/install.php index 5a9d6730c..7e4a4121f 100644 --- a/app/install.php +++ b/app/install.php @@ -385,8 +385,8 @@ function printStep0(): void { </div> </div> + <h2><?= _t('install.language.choose') ?></h2> <form action="index.php?step=0" method="post"> - <legend><?= _t('install.language.choose') ?></legend> <div class="form-group"> <label class="group-name" for="language"><?= _t('install.language') ?></label> <div class="group-controls"> @@ -522,8 +522,8 @@ function printStep2(): void { (empty($_SESSION['bd_error']) ? '' : ' : ' . $_SESSION['bd_error']) ?></p> <?php } ?> + <h2><?= _t('install.bdd.conf') ?></h2> <form action="index.php?step=2" method="post" autocomplete="off"> - <legend><?= _t('install.bdd.conf') ?></legend> <div class="form-group"> <label class="group-name" for="type"><?= _t('install.bdd.type') ?></label> <div class="group-controls"> @@ -622,9 +622,8 @@ function printStep3(): void { <p class="alert alert-error"><?= _t('install.fix_errors_before') ?></p> <?php } ?> + <h2><?= _t('install.conf') ?></h2> <form action="index.php?step=3" method="post"> - <legend><?= _t('install.conf') ?></legend> - <div class="form-group"> <label class="group-name" for="default_user"><?= _t('install.default_user') ?></label> <div class="group-controls"> |
