Skip to content

Commit 24d6613

Browse files
committed
fix: modulo Marche
1 parent 65b2b1f commit 24d6613

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

modules/marche/add.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<div class="row">
4646
<div class="col-md-4">
47-
{[ "type": "text", "label": "<?php echo tr('Nome'); ?>", "name": "name", "required": 1]}
47+
{[ "type": "text", "label": "<?php echo tr('Nome'); ?>", "name": "name", "required": 1, "value":"$name$"]}
4848
</div>
4949
<div class="col-md-4">
5050
{[ "type": "text", "label": "<?php echo tr('Link produttore'); ?>", "name": "link", "value":"$link$"]}

modules/marche/edit.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
<table class="table table-striped table-hover table-bordered">
8181
<thead>
8282
<tr>
83-
<th width="10%" class="text-center"><?php echo tr('Immagine'); ?></th>
8483
<th width="25%" class="text-left"><?php echo tr('Nome'); ?></th>
8584
<th width="25%" class="text-left"><?php echo tr('Link produttore'); ?></th>
8685
<th width="10%" class="text-center"><?php echo tr('Articolo'); ?></th>

modules/marche/row-list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
if (count($modelli) == 0) {
5656
echo '
5757
<tr>
58-
<td colspan="6" class="text-center">
58+
<td colspan="5" class="text-center">
5959
<em>'.tr('Nessun modello presente').'</em>
6060
</td>
6161
</tr>';

0 commit comments

Comments
 (0)