From 226376fc6296aec6b5dbbc52a7fda69a2a6fce87 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 23 Jun 2015 07:28:24 +0200 Subject: Wrap all confirmation checkbox labels in label tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without a label tag around the label it won't be clickable. Signed-off-by: Johannes Löthberg Signed-off-by: Lukas Fleischer --- web/html/pkgdel.php | 4 ++-- web/html/pkgdisown.php | 4 ++-- web/html/pkgmerge.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'web/html') diff --git a/web/html/pkgdel.php b/web/html/pkgdel.php index bad1cd3..face081 100644 --- a/web/html/pkgdel.php +++ b/web/html/pkgdel.php @@ -34,8 +34,8 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?> -

-

+

" />

diff --git a/web/html/pkgdisown.php b/web/html/pkgdisown.php index 50f5c79..f7ef0f2 100644 --- a/web/html/pkgdisown.php +++ b/web/html/pkgdisown.php @@ -41,8 +41,8 @@ if (has_credential(CRED_PKGBASE_DISOWN, $maintainer_uids)): ?> -

-

+

" />

diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php index a9c8894..0742c62 100644 --- a/web/html/pkgmerge.php +++ b/web/html/pkgmerge.php @@ -55,8 +55,8 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?>

-

-

+

" />

-- cgit v1.2.3-54-g00ecf