cleanup, classes lifted to bootstrap 5

This commit is contained in:
Tealk
2021-03-18 23:20:41 +01:00
parent 12531401a5
commit 82c9ecbaad
11 changed files with 136 additions and 114 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ if (!empty($message)) {
<div class="col-sm-6"><label for="password"><?php echo _("Password"); ?>:</label><input type="password" name="password" value="<?php echo ((isset($_POST['password'])) ? htmlspecialchars($_POST['password'], ENT_QUOTES) : ''); ?>" id="password" placeholder="<?php echo _("Password"); ?>" class="form-control" required></div>
<div class="col-sm-6">
<input type="hidden" value="0" name="permission">
<button type="submit" class="btn btn-success pull-right"><?php echo _("Run install!"); ?></button>
<button type="submit" class="btn btn-success float-end"><?php echo _("Run install!"); ?></button>
</div>
</div>
</section>