added new snopp button
This commit is contained in:
@@ -237,7 +237,18 @@ $pagination_entity_name = "Zu provisionierende CPEs";
|
||||
<td><a target="_blank"
|
||||
href="<?= self::getUrl("Order", "Index", ["id" => $product->order_id, "addJournal" => 1]) ?>"><i
|
||||
class="fas fa-scroll"></i> Bestelljournal</a></td>
|
||||
<td colspan="3"></td>
|
||||
<td>
|
||||
<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;">
|
||||
Snopp
|
||||
<img style="height: 18px; vertical-align: middle;"
|
||||
class="logo-top-search"
|
||||
src="/img/snop-logo.png"
|
||||
alt="Snop Logo">
|
||||
</a>
|
||||
</td>
|
||||
<td colspan="2"></td>
|
||||
|
||||
<tr class="<?= ($prov_count % 2 == 0) ? "table-bg-even" : "table-bg-odd" ?> bottom-no-border">
|
||||
<td colspan="6">
|
||||
|
||||
Reference in New Issue
Block a user