Added beginnings of Cpeprovisioning

This commit is contained in:
Frank Schubert
2021-10-14 22:21:10 +02:00
parent 6e2853b6fd
commit 839ba80a64
7 changed files with 333 additions and 5 deletions

View File

@@ -263,7 +263,7 @@
<a href="<?=self::getUrl("Pipework", "Index", ["filter" => ["code" => $order->terminations[0]->building->code, "status_id" => ""]])?>" target="_blank"><span class="status not-connected" title="Tiefbau ausständig">BNC</span></a>
<?php endif; ?>
<?php endif; ?>
<?php
$voip = false;
@@ -447,7 +447,7 @@
var hash = window.location.hash.substr(1);
var match = hash.match(/order=(\d+)/);
if(match && match[1]) {
order = match[1]
order = match[1];
toggleOrder(order);
//$('body').scrollTop($('#order-' + order).offset() - 50);
scrollToDiv('#order-' + order);
@@ -503,7 +503,7 @@
$('#vororttermin-' + id).addClass("is-valid");
$('#vororttermin-' + id).removeClass("is-invalid");
$('#date-pill-' + id + '-install_date').html('Vorortinstallation: <span class="text-monospace"><span class="text-success">14.10.2021</span></span>');
$('#date-pill-' + id + '-install_date').html('Vorortinstallation: <span class="text-monospace"><span class="text-success">' + data.order.date + '</span></span>');
$('#date-pill-' + id + '-install_date').addClass("active");
setTimeout(function() {