Änderung deer Strings welche dynamisch erzuegt wurden auf allen Seiten

This commit is contained in:
ja
2021-11-24 15:39:16 +01:00
parent 53c7b5842a
commit 11ca404f9f
21 changed files with 189 additions and 195 deletions

View File

@@ -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>