Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Food-ordering-system #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<form class="formValidate" id="formValidate" method="post" action="place-order.php" novalidate="novalidate">
<div class="row">
<div class="col s12 m4 l3">
<h4 class="header">Order Food</h4>
<h4 class="header">you can Order Food now</h4>
</div>
<div>
<table id="data-table-customer" class="responsive-table display" cellspacing="0">
Expand Down Expand Up @@ -268,7 +268,7 @@
<div class="footer-copyright">
<div class="container">
<span>Copyright © 2017 <a class="grey-text text-lighten-4" href="#" target="_blank">Students</a> All rights reserved.</span>
<span class="right"> Design and Developed by <a class="grey-text text-lighten-4" href="#">Students</a></span>
<span class="right"> Design and Developed by Lona kani Alfred<a class="grey-text text-lighten-4" href="#">Students</a></span>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<form method="post" action="routers/router.php" class="login-form" id="form">
<div class="row">
<div class="input-field col s12 center">
<p class="center login-form-text">Login for Food Ordering System</p>
<p class="center login-form-text">Signup to the system for food</p>
</div>
</div>
<div class="row margin">
Expand Down
4 changes: 2 additions & 2 deletions orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@

<!--start container-->
<div class="container">
<p class="caption">List of your past orders with details</p>
<p class="caption">List all your past orders in complete order</p>
<div class="divider"></div>
<!--editableTable-->
<div id="work-collections" class="seaction">
Expand Down Expand Up @@ -273,7 +273,7 @@
<div class="footer-copyright">
<div class="container">
<span>Copyright © 2017 <a class="grey-text text-lighten-4" href="#" target="_blank">Students</a> All rights reserved.</span>
<span class="right"> Design and Developed by <a class="grey-text text-lighten-4" href="#">Students</a></span>
<span class="right"> Design and Developed by Lona Kani Alfred <a class="grey-text text-lighten-4" href="#">Students</a></span>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion users.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

<!--start container-->
<div class="container">
<p class="caption">Enable, Disable or Verify Users.</p>
<p class="caption">allow, unable or authenticate users.</p>
<div class="divider"></div>
<!--editableTable-->
<div id="editableTable" class="section">
Expand Down