Änderungen an Userseiten und Erstellung von Login-Panels

This commit is contained in:
ja
2021-08-24 09:55:25 +02:00
parent 8c413da367
commit ebfa4f10bf
11 changed files with 174 additions and 51 deletions

View File

@@ -0,0 +1,12 @@
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Login_Edit_User.aspx.vb" Inherits="Customers_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="flex-fill">
<asp:Label ID="Label1" runat="server" Text="Userwerwaltung"></asp:Label>
</div>
</asp:Content>