[Pkg-owncloud-commits] [owncloud] 56/123: Use active instead of non existing pressed
David Prévot
taffit at moszumanska.debian.org
Tue May 19 23:55:16 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 0a3bf3f963ebc4dbd46a12e2b639ceafc41420b3
Author: Lukas Reschke <lukas at owncloud.com>
Date: Tue May 12 12:20:28 2015 +0200
Use active instead of non existing pressed
Fixes https://github.com/owncloud/core/issues/16083
---
settings/help.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/settings/help.php b/settings/help.php
index 116c208..aa89277 100644
--- a/settings/help.php
+++ b/settings/help.php
@@ -36,10 +36,10 @@ OC_App::setActiveNavigationEntry( "help" );
if(isset($_GET['mode']) and $_GET['mode'] === 'admin') {
$url=OC_Helper::linkToAbsolute( 'core', 'doc/admin/index.html' );
$style1='';
- $style2=' pressed';
+ $style2=' active';
}else{
$url=OC_Helper::linkToAbsolute( 'core', 'doc/user/index.html' );
- $style1=' pressed';
+ $style1=' active';
$style2='';
}
--
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