Ext message fix

This commit is contained in:
Olu Amey
2021-10-26 06:59:36 -04:00
parent cf0a7172c6
commit 0a561ae6dc
2 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<div class="navbar-collapse collapse" id="footer"> <div class="navbar-collapse collapse" id="footer">
<div class="navbar-text"> <div class="navbar-text">
&copy; 2020. <a href="/dash" class="navbar-link">WrenchBoard</a> &copy; <?php echo date("Y"); ?>. <a href="/dash" class="navbar-link">WrenchBoard</a>
</div> </div>
<div class="navbar-right"> <div class="navbar-right">
+18 -15
View File
@@ -3,23 +3,26 @@
<div class="page-container pb-20"> <div class="page-container pb-20">
<!-- Page content --> <!-- Page content -->
<div class="page-content"> <div class="page-content" >
<!-- Main content --> <!-- Main content -->
<div class="content-wrapper"> <div class="content-wrapper">
<div class="row">
<div class="col-xs-12 col-md-4"><div>
<!-- Form with validation -->
<div class="text-center">
<h2> WrenchBoard </h2>
</div>
<div class="panel panel-body login-form"> <div class="row">
<a href="/" class="btn bg-blue btn-block content-group">Home</a> <div class="col-xs-12 col-md-12>
</div> <div>
<!-- /form with validation --> <div class="text-center">
</div></div> <img src="/assets/ext/images/wrenchboard.png" alt="WrenchBoard">
<div class="col-xs-6 col-md-8"> </div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-md-12">
<div class="alert alert-info alert-styled-left alert-arrow-left alert-component content-group-lg"> <div class="alert alert-info alert-styled-left alert-arrow-left alert-component content-group-lg">
<h3 class="alert-heading text-semibold"><? echo $page_title; ?></h3> <h3 class="alert-heading text-semibold"><? echo $page_title; ?></h3>
<h4>Help us secure your WrenchBoard account by verifying your email registration address. Verification will let you access all of WrenchBoard's features. </h4> <h4>Help us secure your WrenchBoard account by verifying your email registration address. Verification will let you access all of WrenchBoard's features. </h4>
@@ -27,8 +30,8 @@
<h5> If you do not receive the confirmation message within a few minutes of signing up, please check your Junk E-mail folder just in case the confirmation email got delivered there instead of your inbox. If so, select the confirmation message and click Not Junk, which will allow future messages to get through. <h5> If you do not receive the confirmation message within a few minutes of signing up, please check your Junk E-mail folder just in case the confirmation email got delivered there instead of your inbox. If so, select the confirmation message and click Not Junk, which will allow future messages to get through.
</h5> </h5>
</div> </div>
<a href="/" class="btn bg-blue btn-block content-group">Return Home</a>
</div> </div>
</div> </div>