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 ++-- web/template/account_delete.php | 4 ++-- web/template/pkg_search_results.php | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) 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)): ?>

-

-

+

" />

diff --git a/web/template/account_delete.php b/web/template/account_delete.php index 03951fe..faa0137 100644 --- a/web/template/account_delete.php +++ b/web/template/account_delete.php @@ -12,8 +12,8 @@
-

-

+

" /> diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index 7134f2d..e866282 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -123,7 +123,7 @@ if (!$result): ?> - + " />

-- cgit v1.2.3-54-g00ecf