Upload di file su MyImpianti (#81)
This commit is contained in:
parent
cbabe27966
commit
daee05dba7
|
@ -8,8 +8,7 @@ if (!empty($debugbar)) {
|
|||
$debugbarRenderer->setBaseUrl($assets.'/php-debugbar');
|
||||
}
|
||||
|
||||
echo '
|
||||
<!DOCTYPE html>
|
||||
echo '<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
|
|
@ -104,6 +104,8 @@ include_once __DIR__.'/../../core.php';
|
|||
</div>
|
||||
</form>
|
||||
|
||||
{( "name": "filelist_and_upload", "id_module": "<?php echo $id_module ?>", "id_record": "<?php echo $id_record ?>" )}
|
||||
|
||||
<a class="btn btn-danger ask" data-backto="record-list">
|
||||
<i class="fa fa-trash"></i> <?php echo tr('Elimina'); ?>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue