This commit is contained in:
ja
2021-10-25 08:03:41 +02:00
parent a7211a7c46
commit 09ef3dc16f

View File

@@ -29,7 +29,7 @@
<title>VERAG Spedition AG Login</title>
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
<!-- <link rel="stylesheet" type="text/css" href="../css/style.css"/>-->
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
<link rel="SHORTCUT ICON" href="../images/Icons/favicon/favicon.ico" />
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<script src="js/netzwerk.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" href="../css/login/CreateUser.css" />
@@ -213,7 +213,7 @@
<asp:Image ID="Image1" runat="server" style="width:128px;height:128px;background-color:#003680" AlternateText="A place where a photo of your face should be seen." ImageUrl="~/images/samples/default-avatar.jpg"/>
</td>
<td>
<asp:FileUpload ID="FileUpload_Desktop" runat="server" />
<asp:FileUpload ID="FileUpload_Desktop" runat="server" AllowMultiple="false" ClientIDMode="AutoID" ToolTip="If you like to upload a photo you can do so here." />
</td>
</tr>
<tr style="height:38px">