From 0fe68248a56c7e43e83f13e6b1d1e2056df77458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 26 Aug 2008 08:04:00 +0000 Subject: [PATCH] Adding translation of which SP you arrived from. fix2 (iframe SLO) git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@837 44740490-163a-0410-bde0-09ae8108e29a --- templates/default/logout-iframe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/logout-iframe.php b/templates/default/logout-iframe.php index 64b1a6d11..c5b01deda 100644 --- a/templates/default/logout-iframe.php +++ b/templates/default/logout-iframe.php @@ -51,7 +51,7 @@ for (j=1; j<=10; j++) { <!-- form method="get" action="<?php echo $this->data['logoutresponse']; ?>"> <input type="submit" name="s" value="OK, continue back to <?php echo $this->data['requesterName']; ?> to complete the logout process." /> </form --> - <br />[ <a href="<?php echo $this->data['logoutresponse']; ?>">OK, continue back to <?php echo $this->data['requesterName']; ?> to complete the logout process.</a> ] + <br />[ <a href="<?php echo $this->data['logoutresponse']; ?>">OK, continue back to <?php echo $requestername; ?> to complete the logout process.</a> ] </div> </div> -- GitLab