diff --git a/Layout/default/Dashboard/Index.php b/Layout/default/Dashboard/Index.php index 1f71252e1..38cd090f4 100644 --- a/Layout/default/Dashboard/Index.php +++ b/Layout/default/Dashboard/Index.php @@ -10,8 +10,7 @@
| Name | +Netzeigentümer | =__($role)?> | @@ -141,10 +142,11 @@ addresstypes as $address_id => $addresstypes): ?>|
|---|---|---|---|
| =AddressModel::getOne($address_id)->getCompanyOrName()?> | +owner_id == $address_id) ? "checked='checked'" : ""?> disabled="disabled" /> | $address_id, 'addresstype' => [$role]]) !== null): ?> - | - $address_id])?>" class="text-danger" title="Löschen"> + $network->id, "address_id" => $address_id])?>" onclick="if(!confirm('Berechtigungen wirklich löschen?')) return false;" class="text-danger" title="Löschen"> |
| - |