Commit e6d58c2c authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update selectsource.tpl.php set text

parent 49632fff
This commit is part of merge request !21. Comments created here will be created in the context of that merge request.
Showing with 2 additions and 2 deletions
+2 -2
...@@ -3,9 +3,9 @@ $this->data['header'] = $this->t('{multiauth:multiauth:select_source_header}'); ...@@ -3,9 +3,9 @@ $this->data['header'] = $this->t('{multiauth:multiauth:select_source_header}');
$this->includeAtTemplateBase('includes/header.php'); $this->includeAtTemplateBase('includes/header.php');
?> ?>
<h2><?php echo $this->t('{multiauth:multiauth:select_source_header}'); ?></h2> <h2><?php echo 'Identity Provider auswählen' ?></h2>
<p><?php echo $this->t('{multiauth:multiauth:select_source_text}'); ?></p> <p><?php echo 'Bitte wählen Sie eienn Identity-Provider aus, mit dem Sie sich authentifiizieren wollen:' ?></p>
<form action="/idp/module.php/multiauth/selectsource.php" method="get"> <form action="/idp/module.php/multiauth/selectsource.php" method="get">
<input type="hidden" name="AuthState" value="<?php echo htmlspecialchars($this->data['authstate']); ?>" /> <input type="hidden" name="AuthState" value="<?php echo htmlspecialchars($this->data['authstate']); ?>" />
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment