Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-04-21 02:18:47 +0400
committerFrank Karlitschek <karlitschek@kde.org>2012-04-21 02:18:47 +0400
commitd1fe3c2314c29363fc6835e67522df10d45c2dae (patch)
tree8e3070f7968cdcfacf4b394dbd6b48611cbb8367 /settings
parent0f5864d864f63a7142064d142661c46644b2d0db (diff)
add a button to open the online documentation
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/help.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 754bf8b6376..df640d97469 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -5,6 +5,7 @@
*/?>
<div id="controls">
+ <a class="button newquestion" href="http://owncloud.org/support" target="_blank"><?php echo $l->t( 'Documentation' ); ?></a>
<a class="button newquestion" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new" target="_blank"><?php echo $l->t( 'Ask a question' ); ?></a>
<?php
$url=OC_Helper::linkTo( "settings", "help.php" ).'?page=';