Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21357/templates/default
Modified Files:
print.tpl
Log Message:
Feature #1109495. Print view will now show the location if the field
is defined. Code provided by Nicolas Contamin.
Index: print.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/print.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** print.tpl 23 May 2004 23:54:42 -0000 1.5
--- print.tpl 1 Dec 2005 06:25:09 -0000 1.6
***************
*** 39,42 ****
--- 39,48 ----
<td align="left" class="G10B">{EVENT_START}</td>
</tr>
+ <!-- switch location_events on -->
+ <tr>
+ <td valign="top" width="100" class="G10BOLD">{L_LOCATION}:</td>
+ <td valign="top" align="left" class="G10B">{LOCATION}</td>
+ </tr>
+ <!-- switch location_events off -->
<tr>
<td valign="top" width="100" class="G10BOLD">{L_SUMMARY}:</td>
|