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

html structure alignment. minor.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@834 44740490-163a-0410-bde0-09ae8108e29a
parent f57b2d53
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,8 @@ echo('</p>');
<legend><?php echo($this->t('{login:change_home_org_title}')); ?></legend>
<p><?php echo($this->t('{login:change_home_org_text}', array('%HOMEORG%' => $this->data['ldapconfig'][$this->data['org']]['description']))); ?></p>
<input type="hidden" name="RelayState" value="<?php echo htmlspecialchars($this->data['relaystate']); ?>" />
<input type="hidden" name="protocol" value="<?php echo htmlspecialchars($this->data['protocol']); ?>" />
<input type="hidden" name="AuthId" value="<?php echo htmlspecialchars($this->data['authid']); ?>" />
<input type="hidden" name="protocol" value="<?php echo htmlspecialchars($this->data['protocol']); ?>" />
<input type="hidden" name="AuthId" value="<?php echo htmlspecialchars($this->data['authid']); ?>" />
<input type="hidden" name="action" value="change_org" />
<input type="submit" id="submit" value="<?php echo($this->t('{login:change_home_org_button}')); ?>" />
</fieldset>
......
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