annotate plugins/calendar/skins/larry/templates/kolabform.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 <div id="calendar-kolabform" class="propform tabbed">
|
|
2 <roundcube:object name="calendarform" />
|
|
3 </div>
|
|
4 <style type="text/css">
|
|
5 #calendarpropform { min-width:680px; margin-top:-12px; }
|
|
6 </style>
|
|
7 <script type="text/javascript">
|
|
8 UI.init_tabs('#calendar-kolabform');
|
|
9 </script> |