diff --git a/Layout/default/Cpeprovisioning/Index.php b/Layout/default/Cpeprovisioning/Index.php index 298faa3ec..67aa1aa98 100644 --- a/Layout/default/Cpeprovisioning/Index.php +++ b/Layout/default/Cpeprovisioning/Index.php @@ -1,381 +1,476 @@ getUrl($Mod, "Index"); +$pagination_baseurl_params = ["filter" => $filter]; +$pagination_entity_name = "Zu provisionierende CPEs"; ?> - - - -
-
+ + + +
+
-
- -
-

CPE Provisioning

+
+ +
+

CPE Provisioning

-
- +
+ + +
+
-
-
-
-
-

Filter

- -
"> -
-
- - -
- -
- - -
- -
- - -
- - -
- - -
- -
-
-
- - ">Filter zurücksetzen -
-
-
- -
-
- - -
-
-
-

CPE Provisioning

-
- - - - - - - bottom-no-border"> - - - - - - - - - top-no-border bottom-no-border"> - - - - - - - - - bottom-no-border top-no-border"> - - - - - - - - bottom-no-border"> - - - - top-no-border"> - - - - - -
NetzgebietService PINKundeProduktAccess TypeVLANs
- termination_id) ? $product->termination->building->network->name : $product->order->owner->zip." ".$product->order->owner->city?> - order->owner->spin?>order->owner->getCompanyOrName()?>product->name?>termination_id) ? " ".$product->termination->code."" : ""?>product->attributes['bras_type']->value?> - Down: product->attributes["bw_down"]->value?> / Up: product->attributes["bw_up"]->value?> - termination_id): ?> - termination->getPop()->vlan_public): ?> - - - termination->getPop()->vlan_nat): ?> - - - termination->getPop()->vlan_ipv6): ?> - - - - product->attributes['vlan_default_public']->value): ?> - - - product->attributes['vlan_default_nat']->value): ?> - - - product->attributes['vlan_default_ipv6']->value): ?> - - - - - order->products as $prod) { - if(is_array($prod->product->attributes) && count($prod->product->attributes)) { - if(array_key_exists("hw_only", $prod->product->attributes)) { - if($prod->product->attributes["hw_only"]->value) { - $hw[] = (int)$prod->amount."x ".$prod->product->name; - } - } - if(array_key_exists("voip_chan", $prod->product->attributes)) { - if($prod->product->attributes["voip_chan"]->value) { - $voip = true; - } - } - if(array_key_exists("vot", $prod->product->attributes)) { - if($prod->product->attributes["vot"]->value) { - $vot = true; - } - } - if($product->order->install_date) { - $vo_termin = $product->order->install_date; - } - if($hw && $voip_chan) { - break; - } - } - } - ?> - " : ""?> - ",$hw)."' >" : ""?> - " : ""?> - order->note) ? "',$product->order->note))."'>" : ""?> -
- termination_id && $product->termination->getPop()): ?> - POP: termination->getPop()->name?> - - Telefon: order->owner->phone?>Email: order->owner->email?> $product->order_id, "addJournal" => 1])?>"> Bestelljournal
- -
$filter])?>"> - - - - - +
+

Filter

+ + ">
-
- -
- - +
+ +
-
- -
-
- - +
+ +
-
-
-
- - +
+ +
-
- - -
- -
-
- - cpeprovisioning->shipping) ? "checked='checked'" : ""?> /> -
-
-
-
- - /> +
+ +
-
-
-
- - /> -
-
-
-
- - /> -
-
-
-
- - /> -
-
- - - -
-
- - cpeprovisioning->routerconfig_finished) ? "checked='checked'" : ""?> /> -
-
-
- - -
-
-
-
- - -
-
- -
- termination_id): ?> -
- -
-
- termination->getWorkflowValue("ont_deployed", "int")): ?> - - - - -
- " /> -
+
+
+ + ">Filter + zurücksetzen
-
+ - -
- -
-
- - -
-
-
-
-
- - -
-
- -
- -
- - -
- -
-
- - - + }) + + + diff --git a/Layout/default/Device/Index.php b/Layout/default/Device/Index.php index f30cfdbf2..162a79b27 100644 --- a/Layout/default/Device/Index.php +++ b/Layout/default/Device/Index.php @@ -127,7 +127,7 @@ $pagination_entity_name = "Device";