mirror of
https://github.com/jakejarvis/spoons.git
synced 2026-07-29 07:05:20 -04:00
switch first name and last name on add page
This commit is contained in:
@@ -54,8 +54,8 @@ include('header.php');
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="span1"> </th>
|
||||
<th class="span3"><strong>First name</strong></th>
|
||||
<th class="span3"><strong>Last name</strong></th>
|
||||
<th class="span3"><strong>First name</strong></th>
|
||||
<th class="span5"><strong>Staff?</strong> <small>(Last name optional if staff.)</small></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -68,10 +68,10 @@ include('header.php');
|
||||
<?php echo $i + 1; ?>.
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="first-<?php echo $i ?>" placeholder="First name">
|
||||
<input type="text" name="last-<?php echo $i ?>" placeholder="Last name">
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="last-<?php echo $i ?>" placeholder="Last name">
|
||||
<input type="text" name="first-<?php echo $i ?>" placeholder="First name">
|
||||
</td>
|
||||
<td>
|
||||
<input type="checkbox" name="staff-<?php echo $i ?>" value="1" tabindex="-1">
|
||||
|
||||
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user