connection edit bugfix
This commit is contained in:
@@ -258,7 +258,7 @@ if ($deviceId > 0) {
|
||||
|
||||
<button type="submit" class="button">Filter</button>
|
||||
<a href="?module=connections&action=list" class="button">Reset</a>
|
||||
<a href="?module=connections&action=save" class="button button-primary">+ Neue Verbindung</a>
|
||||
<a href="?module=connections&action=edit" class="button button-primary">+ Neue Verbindung</a>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -344,7 +344,7 @@ if ($deviceId > 0) {
|
||||
<div class="empty-state">
|
||||
<p>Keine Verbindungen gefunden.</p>
|
||||
<p>
|
||||
<a href="?module=connections&action=save" class="button button-primary">
|
||||
<a href="?module=connections&action=edit" class="button button-primary">
|
||||
Erste Verbindung anlegen
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user