plugins/calendar

Aleksander Machniak machniak at kolabsys.com
Wed Dec 17 10:15:33 CET 2014


 plugins/calendar/skins/classic/templates/calendar.html |    2 +-
 plugins/calendar/skins/classic/templates/print.html    |    2 +-
 plugins/calendar/skins/larry/templates/print.html      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 33c2ad4f3040f196b35b3bbea84719ef02f43cb3
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Wed Dec 17 04:15:13 2014 -0500

    More assets_path compatibility fixes

diff --git a/plugins/calendar/skins/classic/templates/calendar.html b/plugins/calendar/skins/classic/templates/calendar.html
index 5f006d2..b955c71 100644
--- a/plugins/calendar/skins/classic/templates/calendar.html
+++ b/plugins/calendar/skins/classic/templates/calendar.html
@@ -4,7 +4,7 @@
 <title><roundcube:object name="pagetitle" /></title>
 <roundcube:include file="/includes/links.html" />
 <script type="text/javascript" src="/functions.js"></script>
-<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="./plugins/calendar/skins/classic/iehacks.css" /><![endif]-->
+<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="plugins/calendar/skins/classic/iehacks.css" /><![endif]-->
 </head>
 <roundcube:if condition="env:extwin" /><body class="calendarmain extwin"><roundcube:else /><body class="calendarmain"><roundcube:endif />
 
diff --git a/plugins/calendar/skins/classic/templates/print.html b/plugins/calendar/skins/classic/templates/print.html
index a9262c3..ead7ff5 100644
--- a/plugins/calendar/skins/classic/templates/print.html
+++ b/plugins/calendar/skins/classic/templates/print.html
@@ -23,6 +23,6 @@
 
 <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]-->
+<!--[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
diff --git a/plugins/calendar/skins/larry/templates/print.html b/plugins/calendar/skins/larry/templates/print.html
index bb3d81a..8d7789a 100644
--- a/plugins/calendar/skins/larry/templates/print.html
+++ b/plugins/calendar/skins/larry/templates/print.html
@@ -23,6 +23,6 @@
 
 <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]-->
+<!--[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




More information about the commits mailing list