Skip to content
Snippets Groups Projects
Commit 16017c81 authored by Martin Haase's avatar Martin Haase
Browse files

minor problem: corrected javascript link

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@12948 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 6322c4b4
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ update_attr_thank_you = Thank you, %1$s, your user attributes are now up to date ...@@ -54,7 +54,7 @@ update_attr_thank_you = Thank you, %1$s, your user attributes are now up to date
auth_success_text = You were successfully authenticated with User ID '<b>%1$s</b>'. You may now access remote resources using the TextGrid Lab. This window can be closed. auth_success_text = You were successfully authenticated with User ID '<b>%1$s</b>'. You may now access remote resources using the TextGrid Lab. This window can be closed.
more_details = More <a href=\"javascript:toggle('d123')\">Details</a>. more_details = More <a href="%1$s">Details</a>.
authn_details_heading = Authentication Details authn_details_heading = Authentication Details
......
...@@ -54,7 +54,7 @@ update_attr_thank_you = Thank you, %1$s, your user attributes are now up to date ...@@ -54,7 +54,7 @@ update_attr_thank_you = Thank you, %1$s, your user attributes are now up to date
auth_success_text = You were successfully authenticated with User ID '<b>%1$s</b>'. You may now access remote resources using the TextGrid Lab. This window can be closed. auth_success_text = You were successfully authenticated with User ID '<b>%1$s</b>'. You may now access remote resources using the TextGrid Lab. This window can be closed.
more_details = More <a href=\"javascript:toggle('d123')\">Details</a>. more_details = More <a href="%1$s">Details</a>.
authn_details_heading = Authentication Details authn_details_heading = Authentication Details
......
...@@ -47,7 +47,7 @@ class WebUtils { ...@@ -47,7 +47,7 @@ class WebUtils {
echo "<p>".$this->t->_('auth_success_text','',array($rbachash["remote_user"]))."</p>\n"; echo "<p>".$this->t->_('auth_success_text','',array($rbachash["remote_user"]))."</p>\n";
// Details ----------------------------------------------- // Details -----------------------------------------------
echo "<p>".$this->t->_('more_details')."</p>\n"; echo "<p>".$this->t->_('more_details','',array("javascript:toggle('d123')"))."</p>\n";
echo "<div id=\"d123\"> <h2>".$this->t->_('authn_details_heading')."</h2>\n"; echo "<div id=\"d123\"> <h2>".$this->t->_('authn_details_heading')."</h2>\n";
echo "<table><tr><td>".$this->t->_('tgauth_instance')."</td><td>". $rbachash["rbacbase"] ."</td></tr>\n"; echo "<table><tr><td>".$this->t->_('tgauth_instance')."</td><td>". $rbachash["rbacbase"] ."</td></tr>\n";
echo "<tr><td>".$this->t->_('idp_entityid')."</td><td>". $rbachash["identity_provider"] ."</td></tr>\n"; echo "<tr><td>".$this->t->_('idp_entityid')."</td><td>". $rbachash["identity_provider"] ."</td></tr>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment