aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/skins/classic/templates/print.html
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-07 18:05:06 +0200
committerDaniel Lange <DLange@git.local>2016-04-07 18:05:06 +0200
commit62550e6776ea13a81b0e62e601a01482c656c007 (patch)
tree3c9fa0ce91aacc2ef4db463fbe14fe5330965afd /calendar/skins/classic/templates/print.html
parentdf6d1bb0c93738824f56745865150b1721bef0b1 (diff)
downloadroundcube_calendar-62550e6776ea13a81b0e62e601a01482c656c007.tar.gz
roundcube_calendar-62550e6776ea13a81b0e62e601a01482c656c007.tar.bz2
roundcube_calendar-62550e6776ea13a81b0e62e601a01482c656c007.zip
Re-add Classic skin that was hidden through (broken) .gitignore by upstream
Diffstat (limited to 'calendar/skins/classic/templates/print.html')
-rw-r--r--calendar/skins/classic/templates/print.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/calendar/skins/classic/templates/print.html b/calendar/skins/classic/templates/print.html
new file mode 100644
index 0000000..ead7ff5
--- /dev/null
+++ b/calendar/skins/classic/templates/print.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+</head>
+<body class="calendarprint">
+
+<div id="printconfig" class="noprint">
+ <div class="calwidth">
+ <a href="#close" onclick="window.close()" class="rightalign"><roundcube:label name="close" /></a>
+ <span class="prop"><input type="button" id="printme" value="<roundcube:label name='print' />" onclick="window.print()"></span>
+ <span class="prop"><label><input type="checkbox" id="propdescription" checked="checked" /> <roundcube:label name="calendar.printdescriptions" /></label></span>
+ </div>
+</div>
+
+<roundcube:object name="message" id="message" class="noprint" />
+
+<div id="calendar" class="calwidth"></div>
+
+<div class="calwidth">
+ <roundcube:object name="plugin.calendar_list" activeonly="true" id="calendarlist" />
+</div>
+
+<roundcube:object name="plugin.calendar_css" printmode="true" />
+
+<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="plugins/calendar/skins/classic/print.iehacks.css" /><![endif]-->
+</body>
+</html> \ No newline at end of file

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