Add missing templates for "Save as event" dialog

This commit is contained in:
Aleksander Machniak 2018-12-03 15:35:01 +00:00
parent a857b3cd29
commit 2e1724b928
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<roundcube:include file="includes/layout.html" />
<h1 class="voice"><roundcube:label name="calendar.arialabeleventform" /></h1>
<roundcube:include file="/templates/eventedit.html" />
<roundcube:include file="includes/footer.html" />

View file

@ -0,0 +1,12 @@
<roundcube:object name="doctype" value="html5" />
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
</head>
<body class="iframe eventdialog noscroll">
<roundcube:include file="/templates/eventedit.html" />
</body>
</html>