mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Make confirmation label of width 'auto'
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
5a050552e8
commit
d1fe28ff7e
6 changed files with 9 additions and 5 deletions
|
@ -55,7 +55,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?>
|
|||
</script>
|
||||
<p><label for="merge_Into" ><?= __("Merge into:") ?></label>
|
||||
<input type="text" id="merge_Into" name="merge_Into" value="<?= isset($_GET['into']) ? $_GET['into'] : '' ?>" /></p>
|
||||
<p><label><input type="checkbox" name="confirm" value="1" />
|
||||
<p><label class="confirmation"><input type="checkbox" name="confirm" value="1" />
|
||||
<?= __("Confirm package merge") ?></label></p>
|
||||
<p><input type="submit" class="button" name="do_Delete" value="<?= __("Merge") ?>" /></p>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue