Mercurial > hg > rc1
diff plugins/calendar/skins/larry/templates/kolabform.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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/calendar/skins/larry/templates/kolabform.html Sat Jan 13 08:56:12 2018 -0500 @@ -0,0 +1,9 @@ +<div id="calendar-kolabform" class="propform tabbed"> + <roundcube:object name="calendarform" /> +</div> +<style type="text/css"> +#calendarpropform { min-width:680px; margin-top:-12px; } +</style> +<script type="text/javascript"> +UI.init_tabs('#calendar-kolabform'); +</script> \ No newline at end of file