summaryrefslogtreecommitdiffstats
path: root/settings/templates/help.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-12-13 09:26:25 +0100
committerFrank Karlitschek <frank@owncloud.org>2012-12-13 09:26:25 +0100
commit89bbabd77bac2d21739b232e6315f2f09b9c9b56 (patch)
tree3cd7dc565beace0840df1c0a0829895884b3d125 /settings/templates/help.php
parentf85106b6b5d2e37ebf4cb850a076c4bb67f2a735 (diff)
downloadnextcloud-server-89bbabd77bac2d21739b232e6315f2f09b9c9b56.tar.gz
nextcloud-server-89bbabd77bac2d21739b232e6315f2f09b9c9b56.zip
a bit more polish. We are getting there.
Diffstat (limited to 'settings/templates/help.php')
-rw-r--r--settings/templates/help.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 5ed99420cf4..06f53746c29 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -1,9 +1,10 @@
<div id="controls">
- <a class="button newquestion" href="<?php echo($_['url1']); ?>"><?php echo $l->t( 'User Documentation' ); ?></a>
- <?php if($_['admin']) { ?><a class="button newquestion" href="<?php echo($_['url2']); ?>"><?php echo $l->t( 'Administrator Documentation' ); ?></a><?php } ?>
+ <?php if($_['admin']) { ?><a class="button newquestion <?php echo($_['style1']); ?>" href="<?php echo($_['url1']); ?>"><?php echo $l->t( 'User Documentation' ); ?></a><?php } ?>
+ <?php if($_['admin']) { ?><a class="button newquestion <?php echo($_['style2']); ?>" href="<?php echo($_['url2']); ?>"><?php echo $l->t( 'Administrator Documentation' ); ?></a><?php } ?>
<a class="button newquestion" href="http://owncloud.org/support" target="_blank"><?php echo $l->t( 'Online Documentation' ); ?></a>
<a class="button newquestion" href="http://forum.owncloud.org" target="_blank"><?php echo $l->t( 'Forum' ); ?></a>
<a class="button newquestion" href="https://github.com/owncloud/core/issues" target="_blank"><?php echo $l->t( 'Bugtracker' ); ?></a>
+ <a class="button newquestion" href="http://owncloud.com" target="_blank"><?php echo $l->t( 'Commercial Support' ); ?></a>
</div>
<br /><br />
<iframe src="<?php echo($_['url']); ?>" width="100%" id="ifm" ></iframe>