Remove all deprecated use_buefy
logic
also remove some static files no longer used, etc.
This commit is contained in:
parent
01e5eee981
commit
9faaea881d
112 changed files with 2079 additions and 7039 deletions
|
@ -4,22 +4,16 @@
|
|||
|
||||
<%def name="extra_styles()">
|
||||
${parent.extra_styles()}
|
||||
% if use_buefy:
|
||||
<style type="text/css">
|
||||
.this-page-content {
|
||||
flex-grow: 1;
|
||||
}
|
||||
</style>
|
||||
% endif
|
||||
<style type="text/css">
|
||||
.this-page-content {
|
||||
flex-grow: 1;
|
||||
}
|
||||
</style>
|
||||
</%def>
|
||||
|
||||
<%def name="page_content()">
|
||||
<br />
|
||||
% if use_buefy:
|
||||
<customer-order-creator></customer-order-creator>
|
||||
% else:
|
||||
<p>Sorry, but this page is not supported by your current theme configuration.</p>
|
||||
% endif
|
||||
<customer-order-creator></customer-order-creator>
|
||||
</%def>
|
||||
|
||||
<%def name="order_form_buttons()">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue