fixed snopp button
This commit is contained in:
@@ -230,7 +230,7 @@ $pagination_entity_name = "Zu provisionierende CPEs";
|
||||
<?php if ($product->termination_id && $product->termination->getPop()): ?>
|
||||
<strong>POP</strong>: <?= $product->termination->getPop()->name ?>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</td>aa
|
||||
<td><strong>Telefon:</strong> <?= $product->order->owner->phone ?></td>
|
||||
|
||||
<td><strong>Email:</strong> <?= $product->order->owner->email ?></td>
|
||||
@@ -238,6 +238,12 @@ $pagination_entity_name = "Zu provisionierende CPEs";
|
||||
href="<?= self::getUrl("Order", "Index", ["id" => $product->order_id, "addJournal" => 1]) ?>"><i
|
||||
class="fas fa-scroll"></i> Bestelljournal</a></td>
|
||||
<td>
|
||||
<?php if (array_key_exists("hostnetwork_order", $product->product->attributes) &&
|
||||
$product->product->attributes['hostnetwork_order']->value &&
|
||||
$product->product->attributes['hostnetwork_order']->value == 1 &&
|
||||
strpos($product->product->name, 'XDSL') === false
|
||||
): ?>
|
||||
|
||||
<a href="<?= 'https://snopp.breitband-steiermark.at/Termination/index?filter[status][]=connected&filter[address]=' . urlencode($product->order->owner->street) ?>"
|
||||
target="_blank"
|
||||
style="color: #007bff; text-decoration: none;">
|
||||
@@ -247,6 +253,8 @@ $pagination_entity_name = "Zu provisionierende CPEs";
|
||||
src="/img/snop-logo.png"
|
||||
alt="Snop Logo">
|
||||
</a>
|
||||
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td colspan="2"></td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user