3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-05-21 06:14:30 +02:00

[+] Rufnummern

This commit is contained in:
Chrissi Tank 2018-02-16 23:26:20 +01:00
parent 632536bbf0
commit ef5a8aad6c
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ if ($result->num_rows > 0) {
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div class="mdl-card mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text">
<h4 style="text-align: center"><?php echo $row['Ort'];?></h4>
<h4 style="text-align: center"><?php echo $row['Ort'];?> [<?php echo $row['id'];?>]</h4>
<table style="margin-left: auto; margin-right: auto" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
<thead>
<tr>

View File

@ -66,7 +66,7 @@
<div class="mdl-layout--large-screen-only mdl-layout__header-row">
</div>
<div class="mdl-layout__tab-bar mdl-js-ripple-effect mdl-color--primary-dark">
<a href="#feuerwehr" class="mdl-layout__tab">Feuerwehr</a>
<a href="#feuerwehr" class="mdl-layout__tab is-active">Feuerwehr</a>
<a href="#rettungsdienst" class="mdl-layout__tab">Rettungsdienst</a>
<a href="#polizei" class="mdl-layout__tab">Polizei</a>
<a href="#thw" class="mdl-layout__tab">THW</a>