[OGo-Users] Resolve Teams by default

Jeff users@opengroupware.org
26 Feb 2008 22:15:48 -0000


I'd like to set the Resolve Teams to be the default behavior.

I've found the checkbox to be in 
templates/LSWScheduler/SkyParticipantsSelection.wox
and
templates/LSWScheduler/OGoAttendeeSelection.wox

However, I'm not sure how (or if it's possible) to hardcode a "check" there.

Here's the unmodified code:
<input type="checkbox" var:checked="resolveTeams"/>

I tried adding a "checked" in the line (eg: '<input type="checkbox" var:checked="resolveTeams" checked />') and that blew something up because it didn't show me the checkbox at all any more.

I also tried changing "resolveTeams" to "true" and "1" to see if that would affect anything - it did not.

Am I barking up the wrong tree?

Thanks!
Jeff