Logout Button wurde gefixed

This commit is contained in:
ja
2021-09-16 14:45:29 +02:00
parent 773c15e9e6
commit 64c3227b33
6 changed files with 86 additions and 43 deletions

View File

@@ -41,6 +41,7 @@
<h3>Hier finden Sie Informationen zu den aktuellen Aufträgen.</h3>
</div>
<%Try
VERAG_PROG_ALLGEMEIN.cAllgemein.ERR_OP_GLOBAL = VERAG_PROG_ALLGEMEIN.ERROR_OP.SHOW
'Dim AD As New VERAG_PROG_ALLGEMEIN.cAdressen(799124)
Dim VERAGSQL = New VERAG_PROG_ALLGEMEIN.SQL
@@ -132,7 +133,6 @@
</div>
</div>
</div>
</div>
</div>
<div style="height:/*24px*/1.873536299765808vh"></div>
@@ -164,18 +164,14 @@
</table>-->
</div>
</div></div></div>
</div>
</div>
<br /><br /><br />
<% End If
End If
End If
Catch ex As Exception
Response.Write(ex.Message & ex.StackTrace)
End Try %>
End If
End If
Catch ex As Exception
Response.Write(ex.Message & ex.StackTrace)
End Try %>
<div></div></div>
<%-- <div class="footer_menu">
<div class="footer_menu_content">
@@ -199,8 +195,7 @@
</script>
<script type='text/javascript'>
$(document).ready(function () {
$("#container2").hide();
$("#container2").hide();
$('#<%=RadioButtonList1.ClientID %> input[type="radio"]').change(function () {
if ($(this).val() == "Freigabe") {
$("#container2").show();