Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4031/phpicalendar/templates/default
Modified Files:
calendar_nav.tpl sidebar.tpl
Log Message:
control Pick Multiple label from language files
Index: calendar_nav.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** calendar_nav.tpl 8 Feb 2006 08:07:54 -0000 1.15
--- calendar_nav.tpl 16 Mar 2006 06:15:12 -0000 1.16
***************
*** 43,47 ****
<!-- 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}"/>
--- 43,47 ----
<!-- switch show_goto off -->
<hr />
! <div class = 'G10BOLD'>{L_PICK_MULTIPLE}:</div>
<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get">
<input type="hidden" name="getdate" value="{GETDATE}"/>
Index: sidebar.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** sidebar.tpl 8 Feb 2006 09:13:40 -0000 1.20
--- sidebar.tpl 16 Mar 2006 06:15:12 -0000 1.21
***************
*** 98,102 ****
<!-- 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="cpath" value="{CPATH}"/>
--- 98,102 ----
<!-- switch show_goto off -->
<hr />
! <div class = 'G10BOLD'>{L_PICK_MULTIPLE}:</div>
<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get">
<input type="hidden" name="cpath" value="{CPATH}"/>
|