Umänderung diverser Sachen

This commit is contained in:
ja
2021-08-20 11:03:34 +02:00
parent 84f41fe969
commit df9c24a619
4 changed files with 3 additions and 3 deletions

View File

@@ -312,7 +312,7 @@
</div>
<div class="btn-group">
<a type="button" class="btn btn-primary" href="Rechnungen.aspx" style="background-color:#fff; color:#043381;border:hidden;">Rechnungen</a>
<a type="button" class="btn btn-primary" href="Invoices.aspx" style="background-color:#fff; color:#043381;border:hidden;">Rechnungen</a>
<button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;border:hidden;">
<span class="visually-hidden">Toggle Dropdown</span>
</button>

View File

@@ -1,4 +1,4 @@
<%@ Page Title="Rechnungen VERAG" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Rechnungen.aspx.vb" Inherits="Kundenbereich_Default" %>
<%@ Page Title="Rechnungen VERAG" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Invoices.aspx.vb" Inherits="Kundenbereich_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<!-- Bootstrap -->

View File

@@ -143,7 +143,7 @@
<script>
function bust1() {
if (top != self)
top.location.replace('../Kunden/Kundenseite.aspx');
top.location.replace('../Customers/Welcome.aspx');
}
function bust2() {
if (top != self)