Skip to content

Commit

Permalink
Spostamento pulsante seleziona/deseloziona in importa
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPistorello committed Mar 24, 2022
1 parent 4c0398f commit 7492ecd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions include/common/importa.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,6 @@
<h3 class="box-title">'.tr('Righe da importare').'</h3>
</div>
<div class="row">
<div class="col-md-12">
{["type":"checkbox", "label":"'.tr('Seleziona/Deseleziona tutto').'", "name":"import_all", "value":"1"]}
</div>
</div>
<table class="box-body table table-striped table-hover table-condensed">
<thead>
<tr>
Expand Down Expand Up @@ -468,7 +462,12 @@
<!-- PULSANTI -->
<div class="row">
<div class="col-md-12 text-right">
<div class="col-md-3">
{["type":"checkbox", "label":"'.tr('Seleziona/Deseleziona tutto').'", "name":"import_all", "value":"1"]}
</div>
<div class="col-md-9 text-right">
<br>
<button type="submit" id="submit_btn" class="btn btn-primary pull-right">
<i class="fa fa-plus"></i> '.$options['button'].'
</button>
Expand Down

0 comments on commit 7492ecd

Please sign in to comment.