Prepare v12
This commit is contained in:
parent
8492272a08
commit
2c327aae66
File diff suppressed because one or more lines are too long
@ -263,7 +263,7 @@ if ($action == 'edit') {
|
|||||||
<td><?php echo dol_htmlentities($attrval->ref) ?></td>
|
<td><?php echo dol_htmlentities($attrval->ref) ?></td>
|
||||||
<td><?php echo dol_htmlentities($attrval->value) ?></td>
|
<td><?php echo dol_htmlentities($attrval->value) ?></td>
|
||||||
<td class="right">
|
<td class="right">
|
||||||
<a href="card.php?id=<?php echo $object->id ?>&action=edit_value&valueid=<?php echo $attrval->id ?>"><?php echo img_edit() ?></a>
|
<a class="editfielda marginrightonly" href="card.php?id=<?php echo $object->id ?>&action=edit_value&valueid=<?php echo $attrval->id ?>"><?php echo img_edit() ?></a>
|
||||||
<a href="card.php?id=<?php echo $object->id ?>&action=delete_value&valueid=<?php echo $attrval->id ?>"><?php echo img_delete() ?></a>
|
<a href="card.php?id=<?php echo $object->id ?>&action=delete_value&valueid=<?php echo $attrval->id ?>"><?php echo img_delete() ?></a>
|
||||||
</td>
|
</td>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -126,8 +126,8 @@ foreach ($variants as $key => $attribute) {
|
|||||||
print '<td class="right">'.$attribute->countChildValues().'</td>';
|
print '<td class="right">'.$attribute->countChildValues().'</td>';
|
||||||
print '<td class="right">'.$attribute->countChildProducts().'</td>';
|
print '<td class="right">'.$attribute->countChildProducts().'</td>';
|
||||||
print '<td class="right">';
|
print '<td class="right">';
|
||||||
print '<a href="card.php?id='.$attribute->id.'&action=edit">'.img_edit().'</a>';
|
print '<a class="editfielda marginrightonly paddingleftonly" href="card.php?id='.$attribute->id.'&action=edit">'.img_edit().'</a>';
|
||||||
print '<a href="card.php?id='.$attribute->id.'&action=delete">'.img_delete().'</a>';
|
print '<a class="marginrightonly paddingleftonlyhref="card.php?id='.$attribute->id.'&action=delete">'.img_delete().'</a>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td class="center linecolmove tdlineupdown">';
|
print '<td class="center linecolmove tdlineupdown">';
|
||||||
if ($key > 0) {
|
if ($key > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user