diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-04-26 16:53:18 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-04-26 16:53:18 +0200 |
commit | 127796218314c6b1f19ba86f74caa913375aac8d (patch) | |
tree | 79c03810bae0c46792948ac6ac0c54fe200b5288 /settings | |
parent | 754844f5c9884d1889ea29cdf5fd3ecc9ef6fb86 (diff) | |
download | nextcloud-server-127796218314c6b1f19ba86f74caa913375aac8d.tar.gz nextcloud-server-127796218314c6b1f19ba86f74caa913375aac8d.zip |
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.php | 1 |
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='; |