corrected spelling mistakes

This commit is contained in:
Marcel Schwarz 2018-06-21 21:31:21 +02:00
parent acb2652b08
commit 2d00d0e068
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
<form action="" method="post"> <form action="" method="post">
<?php <?php
if(isset($_SESSION['username'])){ if(isset($_SESSION['username'])){
echo('<input class="btn btn-secondary" type="button" value="Herzlich Willkommen ' . $_SESSION['username'] . '"></input>'); echo('<input class="btn btn-secondary" type="button" value="Welcome back, ' . $_SESSION['username'] . '"></input>');
} }
?> ?>
<input class="btn btn-danger" onClick="window.location.href = 'php/logout.php'" type="button" value="Logout"></input> <input class="btn btn-danger" onClick="window.location.href = 'php/logout.php'" type="button" value="Logout"></input>

View File

@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="alert alert-dark" role="alert"> <div class="alert alert-dark" role="alert">
<h4>Take a look in your FriendsBook!</h4> <h4>Take a look at your FriendsBook!</h4>
<hr /> <hr />
<button id="btnCreateTan" type="button" style="float: right;"class="btn btn-info">Create Tan</button> <button id="btnCreateTan" type="button" style="float: right;"class="btn btn-info">Create Tan</button>
<h5>Want more entries? Go and invite your friends with the friendsTAN</h5> <h5>Want more entries? Go and invite your friends with the friendsTAN</h5>