[java-identity-provider] branch main updated: Remove stray ref. to old style.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 28 20:43:15 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ce7e661ce0d04c49b5d4856a184fbd0c2714005f
The following commit(s) were added to refs/heads/main by this push:
new ce7e661ce Remove stray ref. to old style.
ce7e661ce is described below
commit ce7e661ce0d04c49b5d4856a184fbd0c2714005f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 28 15:43:12 2022 -0500
Remove stray ref. to old style.
---
.../net/shibboleth/idp/module/views/intercept/impersonate.vm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/views/intercept/impersonate.vm b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/views/intercept/impersonate.vm
index de9c7f6bf..1dff24169 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/views/intercept/impersonate.vm
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/views/intercept/impersonate.vm
@@ -45,13 +45,13 @@
<fieldset>
<label for="impersonation">#springMessageText("idp.impersonate.login-as", "Login as")</label>
- <input class="form-element form-field" id="impersonation" name="principal" type="text" />
+ <input id="impersonation" name="principal" type="text" />
<!-- Defaults to input box above, example below populates a select list from an IdPAttribute. -->
<!--
#set ($attributeContext = $rpContext.getSubcontext('net.shibboleth.idp.attribute.context.AttributeContext'))
#set ($usernamesAttribute = $attributeContext.getUnfilteredIdPAttributes().get("impersonatableUsernames"))
- <select class="form-element form-field" id="impersonation" name="principal">
+ <select id="impersonation" name="principal">
#if ($usernamesAttribute)
#foreach ($username in $usernamesAttribute.getValues())
<option value="$encoder.encodeForHTML($username.getValue())">$encoder.encodeForHTML($username.getValue())</option>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list