1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
This commit is contained in:
Luca
2018-02-28 23:44:30 +01:00
parent 68649a8b8f
commit f1b0c2e2be
8 changed files with 11 additions and 13 deletions

View File

@@ -96,11 +96,12 @@ if (empty($id_record)) {
</form>';
?>
<script>
$( document ).ready(function() {
$(document).ready(function(){
<?php if ($first_row){ ?>
$('#first_row').prop('checked', true);
$('#first_row').prop('checked', false);
<?php } ?>
)};
$('#save').html( "<i class='fa fa-flag-checkered'></i> <?= 'Avvia importazione' ?> ");
});
</script>
<?php
}