57 lines
1.4 KiB
PHP
57 lines
1.4 KiB
PHP
<div class="page-wrapper chiller-theme toggled">
|
|
<a id="show-sidebar" class="btn btn-sm btn-dark" href="#">
|
|
<i class="fas fa-bars"></i>
|
|
</a>
|
|
@include('admin.export.sidebar')
|
|
<!-- sidebar-wrapper -->
|
|
<template data-name="Loading">
|
|
<div class="d-flex justify-content-center" >
|
|
<strong>Loading...</strong>
|
|
<div class="spinner-border ml-1" role="status" aria-hidden="true"></div>
|
|
</div>
|
|
</template>
|
|
|
|
<main class="page-content">
|
|
<div class="container " style="padding-left: 20px; margin-top: 20px; padding-right: 5px; margin-left: 20px;max-width: 1400px;">
|
|
{{--<div class="container " style="padding-top: 0px; margin-right: unset; margin-left: 30px;max-width: 1400px;">
|
|
--}}
|
|
<h2 class="tableHeaderText">
|
|
Válasszon típust!
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</main>
|
|
<!-- page-content" -->
|
|
</div>
|
|
|
|
|
|
<style>
|
|
|
|
div.page-wrapper{
|
|
margin-left: 25px;
|
|
}
|
|
div.page-wrapper.toggled{
|
|
margin-left: 250px;
|
|
}
|
|
|
|
</style>
|
|
<script>
|
|
|
|
|
|
$(document).ready(function() {
|
|
/*
|
|
let loaded=APP.OrderModule.Stepper.getOpts()['loaded'];
|
|
debug('***********');
|
|
debug(loaded);
|
|
debug(loaded.includes('productSelect'));
|
|
if(!loaded.includes('productSelect')){
|
|
APP.OrderModule.initViewProductSelect();
|
|
}
|
|
*/
|
|
});
|
|
</script>
|