Änderung deer Strings welche dynamisch erzuegt wurden auf allen Seiten
This commit is contained in:
@@ -90,11 +90,11 @@
|
||||
<div>
|
||||
<div style="height:0.936768149882904vh"></div>
|
||||
<div class="col-12" style="margin-left:2px">
|
||||
<h2><%=Server.HtmlEncode("Invoices") %></h2>
|
||||
<h2><%Response.Write(Server.HtmlEncode("Invoices"))%></h2>
|
||||
</div>
|
||||
<div style="margin-left:6px">
|
||||
<div class="col-12" style="text-align:end">
|
||||
<asp:LinkButton ID="btn_resetForm" runat="server" OnClick="btn_resetForm_Click"><%=Server.HtmlEncode("Formular zurücksetzen") %></asp:LinkButton>
|
||||
<asp:LinkButton ID="btn_resetForm" runat="server" OnClick="btn_resetForm_Click"><%Response.Write(Server.HtmlEncode("Formular zurücksetzen"))%></asp:LinkButton>
|
||||
</div>
|
||||
<div style="height:20px">
|
||||
<asp:Label ID="lbl_status" runat="server" Font-Size="1em" ForeColor="Black" Text=""></asp:Label>
|
||||
|
||||
Reference in New Issue
Block a user