[+] Rufnummern

This commit is contained in:
2018-02-16 23:53:04 +01:00
parent ef5a8aad6c
commit 3a370d4576
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,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>
+1 -1
View File
@@ -23,7 +23,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>
+1 -1
View File
@@ -20,7 +20,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>