aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-11-27 07:56:31 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-11-27 07:56:31 +0000
commit6b786f6023ec8ff6e8ece7b352d0fa95b7946e02 (patch)
treee74866aa5ca8d090b2c8922fb301d3829d0407fc /templates
parent561a87eeef31ad4927e20aec1be00d7a58ecf08b (diff)
downloadphpicalendar-6b786f6023ec8ff6e8ece7b352d0fa95b7946e02.tar.gz
phpicalendar-6b786f6023ec8ff6e8ece7b352d0fa95b7946e02.tar.bz2
phpicalendar-6b786f6023ec8ff6e8ece7b352d0fa95b7946e02.zip
patches to fix several files to work better with cookies. Changes in preferences.php, preferencees.tpl, init.inc.php
Diffstat (limited to 'templates')
-rw-r--r--templates/default/preferences.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/default/preferences.tpl b/templates/default/preferences.tpl
index 769ef27..3c154df 100644
--- a/templates/default/preferences.tpl
+++ b/templates/default/preferences.tpl
@@ -45,7 +45,8 @@
<tr align="left" valign="top">
<td nowrap="nowrap">{L_SELECT_CAL}:</td>
<td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td>
- <td><select name="cookie_calendar" class="query_style">{CALENDAR_SELECT}</select></td>
+ <td><select name="cookie_calendar" class="query_style">{CALENDAR_SELECT}</select>
+ <input type="hidden" name="cpath" value="{CPATH}"></td>
</tr>
<tr align="left" valign="top">
<td nowrap="nowrap">{L_SELECT_VIEW}:</td>

© 2014-2024 Faster IT GmbH | imprint | privacy policy