Add missing templates for "Save as event" dialog
This commit is contained in:
parent
a857b3cd29
commit
2e1724b928
2 changed files with 19 additions and 0 deletions
7
plugins/calendar/skins/elastic/templates/dialog.html
Normal file
7
plugins/calendar/skins/elastic/templates/dialog.html
Normal 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" />
|
12
plugins/calendar/skins/larry/templates/dialog.html
Normal file
12
plugins/calendar/skins/larry/templates/dialog.html
Normal 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>
|
Loading…
Add table
Reference in a new issue