From e229a5a345c3519a0aec681fad43edc6650a5548 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 10 Jul 2020 15:45:51 +0200 Subject: [PATCH 1/2] Use better example urls Signed-off-by: Joas Schilling --- templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin.php b/templates/admin.php index faf6ff4..e83b0a9 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -20,7 +20,7 @@ foreach ($_['groups'] as $group) { >

- t('Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com'));?> + t('Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com'));?>

From da39525e0dd833abc2074e35d8500ac810cdb087 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 10 Jul 2020 15:47:42 +0200 Subject: [PATCH 2/2] Fix checkbox styling Signed-off-by: Joas Schilling --- templates/admin.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/admin.php b/templates/admin.php index e83b0a9..198e776 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -23,11 +23,10 @@ foreach ($_['groups'] as $group) { t('Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com'));?>

-

- -

+ +