annotate plugins/calendar/skins/classic/templates/kolabacl.html @ 43:771f6803cc4b
default tip
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
author |
Charlie Root |
date |
Sun, 26 Jan 2025 13:13:49 -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>
|