From 127796218314c6b1f19ba86f74caa913375aac8d Mon Sep 17 00:00:00 2001 From: Frank Karlitschek <karlitschek@kde.org> Date: Thu, 26 Apr 2012 16:53:18 +0200 Subject: [PATCH] a lot of users have problems with big files. So add an explicit button to the documentation --- settings/templates/help.php | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/templates/help.php b/settings/templates/help.php index df640d9746..f9eb861597 100644 --- a/settings/templates/help.php +++ b/settings/templates/help.php @@ -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='; -- GitLab