mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
Puts inputs on same row as transaction slider.
This commit is contained in:
parent
88cdfc5887
commit
df66ead71e
@ -248,6 +248,7 @@ $(function() {
|
||||
slider_keyboard(slider_pointer,first_handle,"lower");
|
||||
slider_keyboard(slider_pointer,second_handle,"upper");
|
||||
|
||||
// keyboard friendly slider
|
||||
function slider_keyboard(slider_pointer, input, handle) {
|
||||
|
||||
input.keydown(function( e ) {
|
||||
|
@ -758,8 +758,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
<label class='gnucash_csv' for='gnucash_csv_range'>Deposit Range</label><br \>";
|
||||
echo "<div id='range_slider'><div id='gnucash_csv_range'></div></div>";
|
||||
|
||||
echo "</td></tr><tr><td></td><td></td>
|
||||
<td><input type='text' id='slider_lower'> <input type='text' id='slider_upper'></td></tr></table></form>";
|
||||
echo "<br \><input type='text' id='slider_lower'> <input type='text' id='slider_upper'></td></tr></table></form>";
|
||||
|
||||
?>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user