1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 00:53:22 -05:00

This closes #58.

This commit is contained in:
Jonathan Rosenbaum 2018-01-02 07:36:17 +00:00
parent b08a2387a0
commit e388bd5358
2 changed files with 3 additions and 2 deletions

View File

@ -1307,7 +1307,7 @@ $(function() {
if (volunteer.hasOwnProperty(year)) {
if (volunteer[year].max_bike_earned >= obj.max_bike_earned) {
$("#redeemable_hours").spinner("disable");
}
}
}
}
}

View File

@ -136,7 +136,8 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
<form action="<?php echo $editFormAction; ?>" method="post" name="form_new" id="form_new">
<tr>
<td height="30"><span class="yb_heading3red">Start New Shop:</span></td>
<td><input id="ctrl_date" name="ctrl_date" type="text" class="yb_standard" value="<?php echo current_datetime(); ?>" /></td>
<td><input id="ctrl_date" name="ctrl_date" type="hidden" class="yb_standard" value="<?php echo current_datetime(); ?>" />
<div class="yb_standard" value="<?php echo current_datetime(); ?>" ><?php echo current_datetime(); ?></div></td>
<td><?php list_shop_locations($ctrl_shoplocation,"Treasure City") ?></td>
<td><?php list_shop_types($ctrl_shoptype) ?></td>
<td>&nbsp;</td>