From 3f8e4e2a302622ecb84b989f0f9d24f76419c3fe Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 21 Aug 2011 11:14:57 +0200 Subject: added controls bar for Apps and Help --- settings/css/settings.css | 10 +++------- settings/templates/apps.php | 15 +++++++++------ settings/templates/help.php | 20 +++++++++++--------- 3 files changed, 23 insertions(+), 22 deletions(-) (limited to 'settings') diff --git a/settings/css/settings.css b/settings/css/settings.css index 587626bec07..429e96ddb9a 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -23,10 +23,6 @@ table { width:100%; } /* APPS */ -li{color:#888} -li.active{color:#000} -span.version{margin-left:3em;color:#ddd} - - -/* HELP */ -tr.pager:hover { background:#fff; } +li { color:#888; } +li.active { color:#000; } +span.version { margin-left:3em; color:#ddd; } diff --git a/settings/templates/apps.php b/settings/templates/apps.php index d5375c06fc4..d420b6ad0ba 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -1,11 +1,14 @@ +
+ t('Add your application');?> +
diff --git a/settings/templates/help.php b/settings/templates/help.php index d44438add9b..8e54493764e 100644 --- a/settings/templates/help.php +++ b/settings/templates/help.php @@ -1,21 +1,23 @@ +
+ t( 'Ask a question' ); ?> + printPage(); + ?> +
-
+

t('Problems connecting to help database.');?>

t('Go there manually.');?>

-
+
"") { echo(''); } ?> '') echo('

'.$kb["name"].'

');?>

'') echo('

'.$l->t('Answer').':

'.$kb['answer'].'

');?>
- - - t( 'Ask a question' ); ?> - printPage(); + -- cgit v1.2.3