Upload di file su MyImpianti (#81)

This commit is contained in:
Thomas Zilio 2018-02-04 17:31:33 +01:00
parent cbabe27966
commit daee05dba7
2 changed files with 3 additions and 2 deletions

View File

@ -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">

View File

@ -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>