Skip to content
Snippets Groups Projects
Commit 90f4fa82 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

adding paragraph on slo page

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1262 44740490-163a-0410-bde0-09ae8108e29a
parent c2888e98
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,10 @@ function sendResponse() {
?>
<div id="confirmation" style="margin-top: 1em" ><?php echo $this->t('{logout:logout_all_question}'); ?> <br />
<div id="confirmation" style="margin-top: 1em" >
<p>
<?php echo $this->t('{logout:logout_all_question}'); ?> <br />
</p>
<input type="button" id="ok" name="ok" value="<?php echo $this->t('{logout:logout_all}'); ?>" />
<input type="button" id="cancel" name="cancel" value="<?php echo $this->t('{logout:logout_only}', array('%SP%' => $requestername)); ?>" />
......
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