mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 08:53:23 -05:00
This closes #58.
This commit is contained in:
parent
b08a2387a0
commit
e388bd5358
@ -1307,7 +1307,7 @@ $(function() {
|
|||||||
if (volunteer.hasOwnProperty(year)) {
|
if (volunteer.hasOwnProperty(year)) {
|
||||||
if (volunteer[year].max_bike_earned >= obj.max_bike_earned) {
|
if (volunteer[year].max_bike_earned >= obj.max_bike_earned) {
|
||||||
$("#redeemable_hours").spinner("disable");
|
$("#redeemable_hours").spinner("disable");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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">
|
<form action="<?php echo $editFormAction; ?>" method="post" name="form_new" id="form_new">
|
||||||
<tr>
|
<tr>
|
||||||
<td height="30"><span class="yb_heading3red">Start New Shop:</span></td>
|
<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_locations($ctrl_shoplocation,"Treasure City") ?></td>
|
||||||
<td><?php list_shop_types($ctrl_shoptype) ?></td>
|
<td><?php list_shop_types($ctrl_shoptype) ?></td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user