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');
|
$debugbarRenderer->setBaseUrl($assets.'/php-debugbar');
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '
|
echo '<!DOCTYPE html>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|
|
@ -104,6 +104,8 @@ include_once __DIR__.'/../../core.php';
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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">
|
<a class="btn btn-danger ask" data-backto="record-list">
|
||||||
<i class="fa fa-trash"></i> <?php echo tr('Elimina'); ?>
|
<i class="fa fa-trash"></i> <?php echo tr('Elimina'); ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue