[Pkg-owncloud-commits] [owncloud] 55/69: use new checkbox style for Apps mgmt settings

David Prévot taffit at moszumanska.debian.org
Wed Nov 11 02:04:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 824205f86057b46d7189efbd4158b585b98ba49a
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Tue Nov 10 14:31:34 2015 +0100

    use new checkbox style for Apps mgmt settings
---
 settings/templates/apps.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 7e6c151..d862684 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -137,7 +137,7 @@ script(
 		</div>
 
 		<div id="app-settings-content" class="apps-experimental">
-			<input type="checkbox" id="enable-experimental-apps" <?php if($_['experimentalEnabled']) { print_unescaped('checked="checked"'); }?>>
+			<input type="checkbox" id="enable-experimental-apps" <?php if($_['experimentalEnabled']) { print_unescaped('checked="checked"'); }?> class="checkbox">
 			<label for="enable-experimental-apps"><?php p($l->t('Enable experimental apps')) ?></label>
 			<p>
 				<small>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list