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-26 18:53:18 +0400
committerFrank Karlitschek <karlitschek@kde.org>2012-04-26 18:53:18 +0400
commit127796218314c6b1f19ba86f74caa913375aac8d (patch)
tree79c03810bae0c46792948ac6ac0c54fe200b5288 /settings
parent754844f5c9884d1889ea29cdf5fd3ecc9ef6fb86 (diff)
a lot of users have problems with big files. So add an explicit button to the 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 df640d97469..f9eb8615972 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=';