Rechnungen wurden geändert und die Buttons angepasst bei Sprache sowie die Buttons darin geändert bzw dem LogoutButton angepasst.

This commit is contained in:
ja
2021-09-02 09:51:11 +02:00
parent b99b91dda8
commit 65174bf030
6 changed files with 39 additions and 32 deletions

View File

@@ -42,7 +42,7 @@
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="align-self-flex-center" style="/*margin-top:5px;*/margin-left:25px; margin-top:0.6510416666666667vw; margin-right:25px;">
<div class="align-self-flex-center" style="/*margin-top:5px;*/margin-left:5px; margin-top:0.6510416666666667vw; margin-right:5px;">
<div id="containerseiterand">
<div class="d-flex flex-col-4" style="align-content:center">
<h1>Rechnungen</h1>
@@ -66,9 +66,9 @@
<div style="height:/*20px*/2.1621621621621623vh;"></div>
<div id="conovertab">
<div id="conovertab" style="width:100%">
<table class="table table-hover table-responsive table-primary" id="tablerechnungen" contenteditable="false">
<table class="table table-hover table-responsive table-primary" id="tablerechnungen" contenteditable="false" style="width:100%">
<thead style="width:fit-content;font-size:14px;"><tr><th>Rechnungsnr</th><th>Rechnungsdatum</th><th>LKW</th><th>Grenzsztelle</th><th>Rechnungsbetrag</th><th>Abfertigungsdatum</th><th>Filiale</th><th>Abfertigungsnr.</th><th style="width:/*20px*/ 0.7927070947284979vw;"></th></tr></thead>
<tbody id="bodyoftable">
<tr><td>045100110</td><td>18.08.2021</td><td>14334234</td><td>SUBEN</td><td>509,21€</td><td>18.08.2021</td><td>SUBEN</td><td>512</td><td><center><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Hier klicken zum Downlaod der Rechnungen."><img src="../images/pdficon.gif" width="15" height="15"/></button></center></td></tr>