renames termination code to Anschluss ID

This commit is contained in:
Frank Schubert
2021-07-29 17:11:47 +02:00
parent 112df1a958
commit b908aec353
2 changed files with 2 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>