On Mon, Dec 2, 2013 at 9:51 AM, Aaron Coburn <[email protected]> wrote:
> Hi, David, > > You are correct. If you want the drop-down menu to show some value > different than 1 hour (i.e. selected by default), then you will need to > modify the code as you describe. That said, users can always extend their > reservation as needed as long as it doesn’t exceed the max reservation > length set on the user group. > And I think that it also requires that there be no advance reservation for the "computer" being used by the user that would conflict with the extension. --henry > > Aaron > > > > > -- > Aaron Coburn > System Administrator / Programmer > Web Services, Amherst College > > > > > On Dec 2, 2013, at 9:24 AM, David DeMizio <[email protected]> wrote: > > Hello, > > Is the only way change the initial reservation from 1 hour to 2 hour from > the drop down by modify request.php > > function printReserveItems($modifystart=1, $imaging=0, $length=60, $ > maxlength=0, > $day=NULL, $hour=NULL, $minute=NULL, > $meridian=NULL, > $oneline=0) { > Do I need to change length to 120 or is there a better way from the UI. > I have not found it unless I'm just missing it in the UI. Thanks > > > >
