Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-07-05 11:59:41 +0300
committerLukas Reschke <lukas@owncloud.com>2016-07-05 12:00:02 +0300
commit1160b2c8747f02b82453e3ccca460ea57917c377 (patch)
tree8755a0f47a006f4038514d484e59ef0331b11178 /templates
parent53b182990cc3b4fff3f1d69784f185e68d84fcb3 (diff)
Add hint whether settings may work
Fixes https://github.com/nextcloud/user_saml/issues/14
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin.php b/templates/admin.php
index d5282bae..a0ce55e2 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -80,7 +80,7 @@ style('user_saml', 'admin');
</div>
<a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('user_saml.SAML.getMetadata')) ?>" class="button"><?php p($l->t('Download metadata XML')) ?></a>
- <!-- FIXME: Add test settings -->
- <a class="button"><?php p($l->t('Test settings')) ?></a>
+ <span class="warning hidden" id="user-saml-settings-incomplete"><?php p($l->t('Metadata invalid')) ?></span>
+ <span class="success hidden" id="user-saml-settings-complete"><?php p($l->t('Metadata valid')) ?></span>
</div>
</form>