aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2005-09-14 20:44:55 +0000
committerChad Little <clittle@users.sourceforge.net>2005-09-14 20:44:55 +0000
commitdeac2b72545c65c85c8c81f09eaba7e06e8ac201 (patch)
tree697b747924e0069debf5a4bb7b6cc81ed120f0dc /templates
parent53a2c2b2694871cd549cd87f37497f794546617b (diff)
downloadphpicalendar-deac2b72545c65c85c8c81f09eaba7e06e8ac201.tar.gz
phpicalendar-deac2b72545c65c85c8c81f09eaba7e06e8ac201.tar.bz2
phpicalendar-deac2b72545c65c85c8c81f09eaba7e06e8ac201.zip
Multiple calendar selection patch. Needs formatting.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/calendar_nav.tpl7
-rw-r--r--templates/default/sidebar.tpl7
2 files changed, 14 insertions, 0 deletions
diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl
index 75fac01..c89468b 100644
--- a/templates/default/calendar_nav.tpl
+++ b/templates/default/calendar_nav.tpl
@@ -38,6 +38,13 @@
<input type="submit" value="Go">
</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>
</tr>
diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl
index c7ebe0a..81b93f7 100644
--- a/templates/default/sidebar.tpl
+++ b/templates/default/sidebar.tpl
@@ -91,6 +91,13 @@
<input type="submit" value="Go">
</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>
</tr>

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