From: <cl...@us...> - 2005-09-14 20:45:04
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28924/templates/default Modified Files: calendar_nav.tpl sidebar.tpl Log Message: Multiple calendar selection patch. Needs formatting. Index: calendar_nav.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** calendar_nav.tpl 8 Oct 2004 21:20:19 -0000 1.12 --- calendar_nav.tpl 14 Sep 2005 20:44:55 -0000 1.13 *************** *** 39,42 **** --- 39,49 ---- </form> <!-- switch show_goto off --> + <hr> + <div class = 'G10BOLD'>Pick Multiple:</div> + <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> + <input type="hidden" name="getdate" value="{GETDATE}"> + <select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br /> + <input type="submit" value="go"> + </form> </div> </td> Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** sidebar.tpl 19 May 2004 03:45:09 -0000 1.14 --- sidebar.tpl 14 Sep 2005 20:44:55 -0000 1.15 *************** *** 92,95 **** --- 92,102 ---- </form> <!-- switch show_goto off --> + <hr> + <div class = 'G10BOLD'>Pick Multiple:</div> + <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> + <input type="hidden" name="getdate" value="{GETDATE}"> + <select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br /> + <input type="submit" value="go"> + </form> </div> </td> |