1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-04-26 12:18:27 -04:00

switch first name and last name on add page

This commit is contained in:
Jake Jarvis 2013-06-14 09:16:55 -04:00
parent 43c92f0374
commit de75e9828f
134 changed files with 3 additions and 3 deletions

View File

@ -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>&nbsp;&nbsp;&nbsp;&nbsp;<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">

0
mpdf/CHANGELOG.txt Executable file → Normal file
View File

0
mpdf/CREDITS.txt Executable file → Normal file
View File

0
mpdf/FONT INFO.txt Executable file → Normal file
View File

0
mpdf/LICENSE.txt Executable file → Normal file
View File

0
mpdf/README.txt Executable file → Normal file
View File

0
mpdf/classes/barcode.php Executable file → Normal file
View File

0
mpdf/classes/bmp.php Executable file → Normal file
View File

0
mpdf/classes/directw.php Executable file → Normal file
View File

0
mpdf/classes/form.php Executable file → Normal file
View File

0
mpdf/classes/gif.php Executable file → Normal file
View File

0
mpdf/classes/grad.php Executable file → Normal file
View File

0
mpdf/classes/indic.php Executable file → Normal file
View File

0
mpdf/classes/svg.php Executable file → Normal file
View File

0
mpdf/classes/tocontents.php Executable file → Normal file
View File

0
mpdf/classes/ttfontsuni.php Executable file → Normal file
View File

0
mpdf/classes/wmf.php Executable file → Normal file
View File

0
mpdf/compress.php Executable file → Normal file
View File

0
mpdf/config_cp.php Executable file → Normal file
View File

0
mpdf/config_fonts.php Executable file → Normal file
View File

0
mpdf/font/ccourier.php Executable file → Normal file
View File

0
mpdf/font/ccourierb.php Executable file → Normal file
View File

0
mpdf/font/ccourierbi.php Executable file → Normal file
View File

0
mpdf/font/ccourieri.php Executable file → Normal file
View File

0
mpdf/font/chelvetica.php Executable file → Normal file
View File

0
mpdf/font/chelveticab.php Executable file → Normal file
View File

0
mpdf/font/chelveticabi.php Executable file → Normal file
View File

0
mpdf/font/chelveticai.php Executable file → Normal file
View File

0
mpdf/font/csymbol.php Executable file → Normal file
View File

0
mpdf/font/ctimes.php Executable file → Normal file
View File

0
mpdf/font/ctimesb.php Executable file → Normal file
View File

0
mpdf/font/ctimesbi.php Executable file → Normal file
View File

0
mpdf/font/ctimesi.php Executable file → Normal file
View File

0
mpdf/font/czapfdingbats.php Executable file → Normal file
View File

0
mpdf/graph.php Executable file → Normal file
View File

0
mpdf/graph_cache/dummy.txt Executable file → Normal file
View File

0
mpdf/iccprofiles/SWOP2006_Coated5v2.icc Executable file → Normal file
View File

0
mpdf/iccprofiles/sRGB_IEC61966-2-1.icc Executable file → Normal file
View File

0
mpdf/includes/CJKdata.php Executable file → Normal file
View File

0
mpdf/includes/functions.php Executable file → Normal file
View File

0
mpdf/includes/ind_bn_1_001.volt.php Executable file → Normal file
View File

0
mpdf/includes/ind_gu_1_001.volt.php Executable file → Normal file
View File

0
mpdf/includes/ind_hi_1_001.volt.php Executable file → Normal file
View File

0
mpdf/includes/ind_kn_1_001.volt.php Executable file → Normal file
View File

0
mpdf/includes/ind_ml_1_001.volt.php Executable file → Normal file
View File

0
mpdf/includes/ind_or_1_001.volt.php Executable file → Normal file
View File

0
mpdf/includes/ind_pa_1_001.volt.php Executable file → Normal file
View File

0
mpdf/includes/ind_ta_1_001.volt.php Executable file → Normal file
View File

0
mpdf/includes/ind_te_1_001.volt.php Executable file → Normal file
View File

0
mpdf/includes/no_image.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

0
mpdf/includes/out.php Executable file → Normal file
View File

0
mpdf/includes/subs_core.php Executable file → Normal file
View File

0
mpdf/includes/subs_win-1252.php Executable file → Normal file
View File

0
mpdf/includes/upperCase.php Executable file → Normal file
View File

0
mpdf/mpdf.css Executable file → Normal file
View File

0
mpdf/mpdf.php Executable file → Normal file
View File

0
mpdf/mpdfi/filters/FilterASCII85.php Executable file → Normal file
View File

0
mpdf/mpdfi/filters/FilterLZW.php Executable file → Normal file
View File

0
mpdf/mpdfi/fpdi_pdf_parser.php Executable file → Normal file
View File

0
mpdf/mpdfi/pdf_context.php Executable file → Normal file
View File

0
mpdf/mpdfi/pdf_parser.php Executable file → Normal file
View File

0
mpdf/patterns/NOTES.txt Executable file → Normal file
View File

0
mpdf/patterns/de.php Executable file → Normal file
View File

0
mpdf/patterns/dictionary.txt Executable file → Normal file
View File

0
mpdf/patterns/en.php Executable file → Normal file
View File

0
mpdf/patterns/es.php Executable file → Normal file
View File

0
mpdf/patterns/fi.php Executable file → Normal file
View File

0
mpdf/patterns/fr.php Executable file → Normal file
View File

0
mpdf/patterns/it.php Executable file → Normal file
View File

0
mpdf/patterns/nl.php Executable file → Normal file
View File

0
mpdf/patterns/pl.php Executable file → Normal file
View File

0
mpdf/patterns/ru.php Executable file → Normal file
View File

0
mpdf/patterns/sv.php Executable file → Normal file
View File

0
mpdf/progbar.css Executable file → Normal file
View File

0
mpdf/tmp/dummy.txt Executable file → Normal file
View File

0
mpdf/ttfontdata/dummy.txt Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSans-Bold.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSans-BoldOblique.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSans-Oblique.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSans.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSansCondensed-Bold.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSansCondensed-BoldOblique.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSansCondensed-Oblique.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSansCondensed.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSansMono-Bold.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSansMono-BoldOblique.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSansMono-Oblique.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSansMono.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSerif-Bold.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSerif-BoldItalic.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSerif-Italic.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSerif.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSerifCondensed-Bold.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSerifCondensed-Italic.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuSerifCondensed.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/DejaVuinfo.txt Executable file → Normal file
View File

0
mpdf/ttfonts/GNUFreeFontinfo.txt Executable file → Normal file
View File

0
mpdf/ttfonts/Garuda-Bold.ttf Executable file → Normal file
View File

0
mpdf/ttfonts/Garuda-BoldOblique.ttf Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More