Skip to content

Commit

Permalink
Add link to admin documentation
Browse files Browse the repository at this point in the history
Requires nextcloud/documentation#346

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
  • Loading branch information
LukasReschke committed Feb 3, 2017
1 parent c7dfbf2 commit be04f92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appinfo/info.xml
Expand Up @@ -19,4 +19,7 @@
<admin>\OCA\User_SAML\Settings\Admin</admin>
<admin-section>OCA\User_SAML\Settings\Section</admin-section>
</settings>
<documentation>
<admin>admin-sso</admin>
</documentation>
</info>
4 changes: 4 additions & 0 deletions templates/admin.php
Expand Up @@ -6,6 +6,10 @@
?>
<form id="user-saml" class="section" action="#" method="post" data-type="<?php p($_['type']) ?>">
<h2 class="inlineblock"><?php p($l->t('SSO & SAML authentication')); ?></h2>
<a target="_blank" rel="noreferrer" class="icon-info"
title="<?php p($l->t('Open documentation'));?>"
href="<?php p(link_to_docs('admin-sso')); ?>"></a>

<div id="user-saml-save-indicator" class="msg success inlineblock" style="display: none;">Saved</div>

<div id="user-saml-settings">
Expand Down

0 comments on commit be04f92

Please sign in to comment.