annotate plugins/calendar/skins/classic/templates/kolabacl.html @ 12:ff1f27bd05ad
partial success in getting back_link to message when making event from mail
| author |
Charlie Root |
| date |
Sat, 13 Jan 2018 09:39:32 -0500 |
| parents |
f6fe4b6ae66a |
| children |
|
| rev |
line source |
|
3
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 <html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 <head>
|
|
|
4 <title><roundcube:object name="pagetitle" /></title>
|
|
|
5 <roundcube:include file="/includes/links.html" />
|
|
|
6 <script type="text/javascript" src="/functions.js"></script>
|
|
|
7 </head>
|
|
|
8 <body class="iframe" style="background:#fff; margin:0">
|
|
|
9
|
|
|
10 <roundcube:object name="folderacl" />
|
|
|
11
|
|
|
12 </body>
|
|
|
13 </html>
|