addjusted links in userConfig
This commit is contained in:
@@ -66,10 +66,13 @@ setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
|
||||
</li>
|
||||
<li><?php require_once("sidenav/loginStatus.php");?></li>
|
||||
<li class="bold">
|
||||
<a class="waves-effect waves-teal" href="#AppList">Apps</a>
|
||||
<a class="waves-effect waves-teal" href="/participo">zurück</a>
|
||||
</li>
|
||||
<li class="bold">
|
||||
<a class="waves-effect waves-teal" href="#Configs">UserInfos</a>
|
||||
<a class="waves-effect waves-teal" href="/participo/user#userInfos">Config</a>
|
||||
</li>
|
||||
<li class="bold">
|
||||
<a class="waves-effect waves-teal" href="/participo/user#kidsList">Kinder</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
@@ -92,7 +95,7 @@ if($_SESSION['login']){
|
||||
</p>
|
||||
<h2>Benutzer-Info</h2>
|
||||
<p>Informationen zum eigenen Benutzerkonto</p>
|
||||
<div id="userInfo" class="row">
|
||||
<div id="userInfos" class="row">
|
||||
|
||||
<div style="padding:1%;" class="col s12 m6">
|
||||
<div style="margin:1%;" class="card blue-grey darken-1">
|
||||
@@ -102,7 +105,7 @@ if($_SESSION['login']){
|
||||
<dl>
|
||||
<dt>Name</dt><dd><?php echo($userData['name']); ?></dd>
|
||||
<dt>Vorname</dt><dd><?php echo($userData['vorname']); ?></dd>
|
||||
<dt>Email</dt><dd><?php echo($userData['gebDatum']); ?></dd>
|
||||
<dt>Email</dt><dd><?php echo($userData['eMail']); ?></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user