Update
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user