add a button to open the online documentation

This commit is contained in:
Frank Karlitschek 2012-04-21 00:18:47 +02:00
parent 0f5864d864
commit d1fe3c2314
1 changed files with 1 additions and 0 deletions

View 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=';