renames termination code to Anschluss ID
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<?php if(is_array($building->terminations) && count($building->terminations)): ?>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<th>Code</th>
|
||||
<th>Anschluss ID</th>
|
||||
<th>Bezeichung</th>
|
||||
<th>Kontakt</th>
|
||||
<th>Telefon</th>
|
||||
@@ -158,7 +158,7 @@
|
||||
<input type="hidden" name="building_id" value="<?=$building->id?>" />
|
||||
<table class="table tale-bordered">
|
||||
<tr>
|
||||
<td><input type="text" class="form-control" value="Code <automatisch generiert>" disabled="disabled" /></td>
|
||||
<td><input type="text" class="form-control" value="<automatisch generiert>" disabled="disabled" /></td>
|
||||
<td><input type="text" class="form-control" name="name" value="" placeholder="Bezeichnung" /></td>
|
||||
<td><input type="text" class="form-control" name="contact" value="" placeholder="Kontakt" /></td>
|
||||
<td><input type="text" class="form-control" name="phone" value="" placeholder="Telefon" /></td>
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
</a>
|
||||
<ul class="submenu">
|
||||
<li><a href="<?=self::getUrl("Building")?>">Objekte</a></li>
|
||||
<li><a href="<?=self::getUrl("Termination")?>">Anschlüsse</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user