aboutsummaryrefslogtreecommitdiffstats
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
parent29c9d22c20765f612b2c89cc31ef1e1622d3924e (diff)
downloadroundcube_calendar-df6d1bb0c93738824f56745865150b1721bef0b1.tar.gz
roundcube_calendar-df6d1bb0c93738824f56745865150b1721bef0b1.tar.bz2
roundcube_calendar-df6d1bb0c93738824f56745865150b1721bef0b1.zip
Update Larry skin
-rw-r--r--calendar/skins/larry/calendar.css8
-rw-r--r--calendar/skins/larry/templates/calendar.html11
-rw-r--r--calendar/skins/larry/templates/eventedit.html4
3 files changed, 10 insertions, 13 deletions
diff --git a/calendar/skins/larry/calendar.css b/calendar/skins/larry/calendar.css
index 0669a8f..f2087fe 100644
--- a/calendar/skins/larry/calendar.css
+++ b/calendar/skins/larry/calendar.css
@@ -453,7 +453,8 @@ pre {
#calendars .searchresults .boxtitle {
background: none;
- padding: 2px 8px 2px 8px;
+ padding: 2px 8px;
+ border-radius: 0;
}
#calendars .searchresults .listing li {
@@ -538,6 +539,7 @@ body.calendarmain #searchmenulink {
width: 15px;
}
+#eventedit.uidialog,
.calendarmain div.uidialog {
display: none;
}
@@ -640,7 +642,7 @@ a.miniColors-trigger {
border-top: 2px solid #fafafa;
}
-#edit-attachments-form .formbuttons {
+#edit-attachments-form .buttons {
margin: 0.5em 0;
}
@@ -1110,7 +1112,7 @@ td.topalign {
#eventedit .edit-attendees-table th.invite,
#eventedit .edit-attendees-table td.invite {
- width: 44px;
+ width: 50px;
padding: 2px;
}
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