]> source.dussan.org Git - nextcloud-server.git/commitdiff
add a button to open the online documentation
authorFrank Karlitschek <karlitschek@kde.org>
Fri, 20 Apr 2012 22:18:47 +0000 (00:18 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Fri, 20 Apr 2012 22:18:47 +0000 (00:18 +0200)
settings/templates/help.php

index 754bf8b6376d84357acd7e4691368cb76bbe4222..df640d974693f4ba4a83869f93ae0eb91bda6d9c 100644 (file)
@@ -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=';