Skip to content

Commit

Permalink
Update GlobalSettings.ascx
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Feb 16, 2024
1 parent bb9a131 commit 17168a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Yvand.LDAPCPSE/TEMPLATE/ADMIN/LDAPCPSE/GlobalSettings.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
<wssawc:InputFormTextBox title="" class="ms-input" ID="TxtUserIdAdditionalLdapAttributes" Columns="50" runat="server" MaxLength="255" />
</li>
<li>
<label for="<%= TxtUserIdLeadingToken.ClientID %>" title="Static or dynnamic token to add to the permission's value">Leading token &#9432;</label>
<label for="<%= TxtUserIdLeadingToken.ClientID %>" title="Static or dynnamic token to add to the permission's value">Leading token in claim value &#9432;</label>
<wssawc:InputFormTextBox title="" class="ms-input" ID="TxtUserIdLeadingToken" Columns="50" runat="server" MaxLength="255" />
</li>
<li>
Expand Down Expand Up @@ -479,7 +479,7 @@
<wssawc:InputFormTextBox title="" class="ms-input" ID="TxtGroupAdditionalLdapAttributes" Columns="50" runat="server" MaxLength="255" />
</li>
<li>
<label for="<%= TxtGroupLeadingToken.ClientID %>" title="Static or dynnamic token to add to the permission's value">Leading token &#9432;</label>
<label for="<%= TxtGroupLeadingToken.ClientID %>" title="Static or dynnamic token to add to the permission's value">Leading token in claim value &#9432;</label>
<wssawc:InputFormTextBox title="" class="ms-input" ID="TxtGroupLeadingToken" Columns="50" runat="server" MaxLength="255" />
</li>
<li>
Expand Down

0 comments on commit 17168a0

Please sign in to comment.