view plugins/calendar/skins/larry/templates/kolabacl.html @ 3:f6fe4b6ae66a

calendar plugin nearly as distributed
author Charlie Root
date Sat, 13 Jan 2018 08:56:12 -0500
parents
children
line wrap: on
line source

<roundcube:object name="doctype" value="html5" />
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<style type="text/css" media="screen">

body.aclform {
	background: #efefef;
	margin: 0;
}

body.aclform .hint {
	margin: 1em;
}

</style>
</head>
<body class="iframe aclform">

<roundcube:object name="folderacl" />

<roundcube:include file="/includes/footer.html" />

</body>
</html>