Verbesserung des Fehlers wegen doppelt definiertem Usernamen
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
<li><a href="Cards_Boxes.aspx" style="background-color:#fff;color:#043381;text-align:left;border:none">Karten_Boxen</a></li>
|
||||
<%ElseIf Me.Page.User.Identity.Name = "userwithlongername" Then%>
|
||||
<li><a type="button" class="btn btn-primary" href="#" aria-disabled="true" data-bs-toggle="tooltip" data-bs-placement="top" title="Bald verfügbar!" style="background-color:#fff;color:#043381;text-align:left;border:none">Coming soon</a></li>
|
||||
<%ElseIf Me.Page.User.Identity.Name = "userwithlongername" Then%>
|
||||
<%ElseIf Me.Page.User.Identity.Name = "Userwithlongername" Then%>
|
||||
<li><a type="button" class="btn btn-primary" href="#" aria-disabled="true" data-bs-toggle="tooltip" data-bs-placement="top" title="Bald verfügbar!" style="background-color:#fff;color:#043381;text-align:left;border:none">Coming soon</a></li>
|
||||
<%End If %>
|
||||
<!-- </ul>-->
|
||||
|
||||
Reference in New Issue
Block a user