Preorder Map network outlines tweak
This commit is contained in:
@@ -1359,7 +1359,7 @@ $pagination_entity_name = "Vorbestellungen";
|
||||
* Globals for map display
|
||||
*/
|
||||
var borderpolies = [];
|
||||
<?php if($me->is("Admin")): ?>
|
||||
<?php if($me->is("Admin") && !isset($campaign)): ?>
|
||||
<?php foreach(ADBNetzgebietModel::search(["borderpoly" => true]) as $bp_netz): ?>
|
||||
borderpolies.push([<?=$bp_netz->borderpoly?>]);
|
||||
<?php endforeach; ?>
|
||||
|
||||
Reference in New Issue
Block a user