floot plan editor
This commit is contained in:
@@ -15,6 +15,8 @@ $deviceTypeId = (int)($_GET['id'] ?? 0);
|
||||
$deviceType = null;
|
||||
$ports = [];
|
||||
|
||||
//TODO port hinzufügen geht nicht
|
||||
|
||||
if ($deviceTypeId > 0) {
|
||||
$deviceType = $sql->single(
|
||||
"SELECT * FROM device_types WHERE id = ?",
|
||||
|
||||
@@ -99,6 +99,7 @@ if (!empty($floor['svg_path'])) {
|
||||
<h4>Zeichenwerkzeug</h4>
|
||||
<button type="button" class="button" id="floor-start-polyline">Neue Linie starten</button>
|
||||
<button type="button" class="button" id="floor-finish-polyline">Linie beenden</button>
|
||||
<button type="button" class="button" id="floor-remove-last-point">Letzten Punkt entfernen</button>
|
||||
<button type="button" class="button button-danger" id="floor-delete-polyline">Ausgewählte Linie löschen</button>
|
||||
<button type="button" class="button button-danger" id="floor-clear-drawing">Alles löschen</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user