@@ -33,11 +33,11 @@ function setSelectedIdp(id) {
3333
3434 <form action="<?= htmlentities ($ _SERVER ['PHP_SELF ' ]) ?> "
3535 layout-children="row" child-spacing="space-around">
36- <input type="hidden" name="entityID"
36+ <input type="hidden" name="entityID"
3737 value="<?= htmlspecialchars ($ this ->data ['entityID ' ]) ?> " />
38- <input type="hidden" name="return"
38+ <input type="hidden" name="return"
3939 value="<?= htmlspecialchars ($ this ->data ['return ' ]) ?> " />
40- <input type="hidden" name="returnIDParam"
40+ <input type="hidden" name="returnIDParam"
4141 value="<?= htmlspecialchars ($ this ->data ['returnIDParam ' ]) ?> " />
4242
4343 <?php
@@ -52,8 +52,8 @@ function setSelectedIdp(id) {
5252 <div class="mdl-card mdl-shadow--8dp margin">
5353 <div class="mdl-card__media white-bg fixed-height">
5454 <button class="mdl-button fill-parent no-padding" value="<?= $ name ?> "
55- onclick="setSelectedIdp('<?= $ idpId ?> ')">
56- <img src="<?= empty ($ idp ['logoURL ' ]) ?
55+ onclick="setSelectedIdp('<?= $ idpId ?> ')">
56+ <img src="<?= empty ($ idp ['logoURL ' ]) ?
5757 '/module.php/material/default-logo.png ' :
5858 $ idp ['logoURL ' ] ?> ">
5959 </button>
@@ -62,8 +62,8 @@ function setSelectedIdp(id) {
6262 <button class="mdl-button mdl-button--colored fill-parent"
6363 value="<?= $ name ?> "
6464 onclick="setSelectedIdp('<?= $ idpId ?> ')">
65- <!-- div added because of https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers
66- TODO: move properties to button and remove div if
65+ <!-- div added because of https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers
66+ TODO: move properties to button and remove div if
6767 these bugs are resolved. -->
6868 <div layout-children="row" child-spacing="space-between">
6969 <span>
@@ -80,7 +80,7 @@ function setSelectedIdp(id) {
8080 ?>
8181
8282 <?php
83- $ futureIdps = ['sil ' , 'usa ' , 'wga ' ];
83+ $ futureIdps = ['jaars ' , ' sil ' , 'usa ' , 'wga ' ];
8484 foreach ($ futureIdps as $ futureIdp ) {
8585 ?>
8686 <div class="mdl-card mdl-shadow--2dp margin disabled" title="Planned for a future release.">
0 commit comments