File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1106,9 +1106,9 @@ function search(button) {
11061106if ($ has_any_errors ) {
11071107 $ disabled = 'disabled ' ;
11081108 echo ' <div class="alert alert-warning mt-1 mb-2 p-2" style="font-size: 0.85rem;">
1109- <div class="form-check mb-0">
1110- <input type="checkbox" id="aggiorna_custom" class="form-check-input" value="1">
1111- <label for="aggiorna_custom" class="form-check-label">
1109+ <div class="form-check mb-0" style="display: flex; align-items: center;" >
1110+ <input type="checkbox" id="aggiorna_custom" class="form-check-input" value="1" style="margin-top: 0;" >
1111+ <label for="aggiorna_custom" class="form-check-label mb-0" style="margin-left: 0.5rem; ">
11121112 <i class="fa fa-exclamation-triangle mr-1 text-warning"></i> ' .tr ("Desidero comunque procedere all'aggiornamento " ).'
11131113 </label>
11141114 </div>
You can’t perform that action at this time.
0 commit comments