mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 12:30:35 +01:00
Fix AdminLTE
Fix problema dei box AdminLTE (ee76cad982ac1cbffde621adb7a5117f99249f0b).
This commit is contained in:
parent
1d9e130d69
commit
eb94bfa792
@ -1,4 +1,7 @@
|
|||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
// Inizializzazzione dei box AdminLTE
|
||||||
|
$('.box').boxWidget();
|
||||||
|
|
||||||
// Modal di default
|
// Modal di default
|
||||||
$('[data-href]').not('.ask, .bound').click(function () {
|
$('[data-href]').not('.ask, .bound').click(function () {
|
||||||
launch_modal($(this).data('title'), $(this).data('href'), 1, $(this).data('target'));
|
launch_modal($(this).data('title'), $(this).data('href'), 1, $(this).data('target'));
|
||||||
|
@ -24,8 +24,6 @@ echo '
|
|||||||
</div>
|
</div>
|
||||||
</div>';
|
</div>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
'<div class="box box-info collapsed-box">
|
'<div class="box box-info collapsed-box">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
@ -86,9 +84,6 @@ echo
|
|||||||
</div>
|
</div>
|
||||||
</div>';
|
</div>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
'<div class="row">
|
'<div class="row">
|
||||||
<div class="col-md-12 text-right">
|
<div class="col-md-12 text-right">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user