Skip to content

Commit

Permalink
Merge pull request #7398 from ylavoie/fix/master/setup.css
Browse files Browse the repository at this point in the history
Move setup.css to system
  • Loading branch information
ehuelsmann committed May 14, 2023
2 parents d19b200 + 0f77b73 commit 0a90089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UI/setup/upgrade/preamble.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[% INCLUDE "ui-header.html"
stylesheet="ledgersmb.css"
include_stylesheet=["setup.css"] %]
include_stylesheet=["system/setup.css"] %]
<body class="[% dojo_theme %]">
<form method="POST"
enctype="multipart/form-data"
Expand Down
2 changes: 1 addition & 1 deletion lib/LedgerSMB/Scripts/setup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ verify_check => md5_hex($check->test_query),
rows => $rows,
buttons => $enabled_buttons,
hiddens => $hiddens,
include_stylesheet => 'setup.css',
include_stylesheet => 'system/setup.css',
});
}

Expand Down
2 changes: 1 addition & 1 deletion t/data/Is_LSMB_running.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="css/ledgersmb.css" type="text/css" />


<link rel="stylesheet" href="css/setup.css" type="text/css" />
<link rel="stylesheet" href="css/system/setup.css" type="text/css" />


<script>
Expand Down

0 comments on commit 0a90089

Please sign in to comment.