aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/skins/larry/templates
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-07 18:04:36 +0200
committerDaniel Lange <DLange@git.local>2016-04-07 18:04:36 +0200
commitdf6d1bb0c93738824f56745865150b1721bef0b1 (patch)
tree8b56fc38ebd7552fc69aa55a11d9809225705f45 /calendar/skins/larry/templates
parent29c9d22c20765f612b2c89cc31ef1e1622d3924e (diff)
downloadroundcube_calendar-df6d1bb0c93738824f56745865150b1721bef0b1.tar.gz
roundcube_calendar-df6d1bb0c93738824f56745865150b1721bef0b1.tar.bz2
roundcube_calendar-df6d1bb0c93738824f56745865150b1721bef0b1.zip
Update Larry skin
Diffstat (limited to 'calendar/skins/larry/templates')
-rw-r--r--calendar/skins/larry/templates/calendar.html11
-rw-r--r--calendar/skins/larry/templates/eventedit.html4
2 files changed, 5 insertions, 10 deletions
diff --git a/calendar/skins/larry/templates/calendar.html b/calendar/skins/larry/templates/calendar.html
index e659ecc..8dc779d 100644
--- a/calendar/skins/larry/templates/calendar.html
+++ b/calendar/skins/larry/templates/calendar.html
@@ -42,7 +42,7 @@
<roundcube:object name="plugin.calendar_list" id="calendarslist" class="treelist listing" />
</div>
<div class="boxfooter">
- <roundcube:button name="calendarcreatelink" id="calendarcreatemenulink" type="link" title="create" class="listbutton add" onclick="UI.show_popup('calendarcreatemenu', undefined, { above:true });return false" innerClass="inner" content="&#9881;" /><roundcube:button name="calendaroptionslink" id="calendaroptionsmenulink" type="link" title="moreactions" class="listbutton groupactions" onclick="UI.show_popup('calendaroptionsmenu', undefined, { above:true });return false" innerClass="inner" content="&#9881;" />
+ <roundcube:button command="calendar-create" type="link" title="calendar.createcalendar" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button name="calendaroptionslink" id="calendaroptionsmenulink" type="link" title="moreactions" class="listbutton groupactions" onclick="return UI.toggle_popup('calendaroptionsmenu', event, { above:true })" innerClass="inner" label="calendar.calendaractions" aria-haspopup="true" aria-expanded="false" aria-owns="calendaroptionsmenu-menu" />
</div>
</div>
</div>
@@ -61,11 +61,6 @@
</div>
</div>
-<div id="calendarcreatemenu" class="popupmenu">
- <ul class="toolbarmenu">
- <roundcube:object name="plugin.calendar_create_menu" />
- </ul>
-</div>
<div id="timezonedisplay"><roundcube:var name="env:timezone" /></div>
<roundcube:object name="message" id="messagestack" />
@@ -340,8 +335,8 @@
</div>
<div id="eventhistory" class="uidialog" aria-hidden="true">
- <roundcube:object name="plugin.object_changelog_table" id="event-changelog-table" class="records-table changelog-table" domain="calendar" />
- <div class="compare-button"><input type="button" class="button" value="↳ <roundcube:label name='calendar.compare' />" /></div>
+ <roundcube:object name="plugin.object_changelog_table" id="event-changelog-table" class="records-table changelog-table" />
+ <div class="compare-button"><input type="button" class="button" value="↳ <roundcube:label name='libkolab.compare' />" /></div>
</div>
<div id="calendarform" class="uidialog" aria-hidden="true">
diff --git a/calendar/skins/larry/templates/eventedit.html b/calendar/skins/larry/templates/eventedit.html
index 4d0585b..42c2008 100644
--- a/calendar/skins/larry/templates/eventedit.html
+++ b/calendar/skins/larry/templates/eventedit.html
@@ -117,10 +117,10 @@
<!-- attachments list (with upload form) -->
<div id="event-panel-attachments">
<div id="edit-attachments">
- <roundcube:object name="plugin.attachments_list" id="attachment-list" class="attachmentslist" />
+ <roundcube:object name="plugin.attachments_list" id="attachmentlist" class="attachmentslist" />
</div>
<div id="edit-attachments-form" role="region" aria-labelledby="aria-label-attachmentuploadform">
- <h3 id="aria-label-attachmentuploadform" class="voice"><roundcube:label name="arialabelattachmentuploadform" /></h2>
+ <h3 id="aria-label-attachmentuploadform" class="voice"><roundcube:label name="arialabelattachmentuploadform" /></h3>
<roundcube:object name="plugin.attachments_form" id="calendar-attachment-form" attachmentFieldSize="30" />
</div>
<roundcube:object name="plugin.filedroparea" id="event-panel-attachments" />

© 2014-2024 Faster IT GmbH | imprint | privacy policy