]> source.dussan.org Git - nextcloud-server.git/commitdiff
a lot of users have problems with big files. So add an explicit button to the documen...
authorFrank Karlitschek <karlitschek@kde.org>
Thu, 26 Apr 2012 14:53:18 +0000 (16:53 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Thu, 26 Apr 2012 14:53:18 +0000 (16:53 +0200)
settings/templates/help.php

index df640d974693f4ba4a83869f93ae0eb91bda6d9c..f9eb8615972ea4d4c28bf8b20d7665945fd80900 100644 (file)
@@ -6,6 +6,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://owncloud.org/support/big-files" target="_blank"><?php echo $l->t( 'Managing Big Files' ); ?></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=';