From: Jan Schneider Date: Fri, 19 Feb 2010 21:34:09 +0000 (+0100) Subject: Consistently use .kronolithSeparator. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4f2062cae38552b7bb57b38c127ff2a527aa19f0;p=horde.git Consistently use .kronolithSeparator. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 17c1393f8..f1e73e6ea 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -1472,7 +1472,7 @@ KronolithCore = { if (!event.value.al) { div.update(new Element('span', { className: 'kronolithDate' }).update(event.value.start.toString('t'))) .insert(' ') - .insert(new Element('span', { className: 'kronolithSep' }).update('·')) + .insert(new Element('span', { className: 'kronolithSeparator' }).update('·')) .insert(' '); } this.createAgendaDay(date); @@ -1722,12 +1722,12 @@ KronolithCore = { if (!now.isBefore(date)) { col.addClassName('kronolithTaskDue'); } - col.insert(new Element('span', { className: 'kronolithSep' }).update(' · ')); + col.insert(new Element('span', { className: 'kronolithSeparator' }).update(' · ')); col.insert(new Element('span', { className: 'kronolithDate' }).update(date.toString(Kronolith.conf.date_format))); } if (!Object.isUndefined(task.value.sd)) { - col.insert(new Element('span', { className: 'kronolithSep' }).update(' · ')); + col.insert(new Element('span', { className: 'kronolithSeparator' }).update(' · ')); col.insert(new Element('span', { className: 'kronolithInfo' }).update(task.value.sd)); } @@ -1861,7 +1861,7 @@ KronolithCore = { $('kronolithTaskForm').reset(); $('kronolithTaskSave').show(); $('kronolithTaskDelete').show(); - $('kronolithTaskForm').down('.kronolithFormActions .kronolithSep').show(); + $('kronolithTaskForm').down('.kronolithFormActions .kronolithSeparator').show(); this.updateTasklistDropDown(); if (id) { RedBox.loading(); @@ -1933,7 +1933,7 @@ KronolithCore = { $('kronolithTaskDelete').show(); } if (!task.pe && !task.pd) { - $('kronolithTaskForm').down('.kronolithFormActions .kronolithSep').hide(); + $('kronolithTaskForm').down('.kronolithFormActions .kronolithSeparator').hide(); } this.setTitle(task.n); @@ -3295,7 +3295,7 @@ KronolithCore = { } $('kronolithEventSave').show(); $('kronolithEventDelete').show(); - $('kronolithEventForm').down('.kronolithFormActions .kronolithSep').show(); + $('kronolithEventForm').down('.kronolithFormActions .kronolithSeparator').show(); this.doAction('ListTopTags', {}, this.topTags); if (id) { RedBox.loading(); @@ -3541,7 +3541,7 @@ KronolithCore = { $('kronolithEventDelete').hide(); } if (!ev.pe && !ev.pd) { - $('kronolithEventForm').down('.kronolithFormActions .kronolithSep').hide(); + $('kronolithEventForm').down('.kronolithFormActions .kronolithSeparator').hide(); } this.setTitle(ev.t); diff --git a/kronolith/templates/chunks/calendar.php b/kronolith/templates/chunks/calendar.php index 20cc2ebcd..c5c929a0a 100644 --- a/kronolith/templates/chunks/calendar.php +++ b/kronolith/templates/chunks/calendar.php @@ -44,7 +44,7 @@ tbd
" class="kronolithCalendarSave button ok" /> " class="kronolithCalendarDelete button ko" /> - +
@@ -87,7 +87,7 @@ tbd
" class="kronolithCalendarSave button ok" /> " class="kronolithCalendarDelete button ko" /> - +
@@ -114,7 +114,7 @@ tbd
" class="kronolithCalendarContinue button ok" /> " class="kronolithCalendarDelete button ko" /> - +
@@ -135,7 +135,7 @@ tbd
" class="kronolithCalendarContinue button ok" /> - +
@@ -155,7 +155,7 @@ tbd
" class="kronolithCalendarSave button ok" /> " class="kronolithCalendarDelete button ko" /> - +
diff --git a/kronolith/templates/index/edit.inc b/kronolith/templates/index/edit.inc index 8972fce3e..d07254f9f 100644 --- a/kronolith/templates/index/edit.inc +++ b/kronolith/templates/index/edit.inc @@ -201,7 +201,7 @@
" class="button ok" /> " class="button ko" /> - +
diff --git a/kronolith/templates/index/index.inc b/kronolith/templates/index/index.inc index a4ea5d52a..8633199c8 100644 --- a/kronolith/templates/index/index.inc +++ b/kronolith/templates/index/index.inc @@ -172,9 +172,9 @@ require dirname(__FILE__) . '/agenda.inc'; - | + | " class="button ok" /> - +
diff --git a/kronolith/templates/index/task.inc b/kronolith/templates/index/task.inc index 7188c0d43..8f7e1d718 100644 --- a/kronolith/templates/index/task.inc +++ b/kronolith/templates/index/task.inc @@ -74,7 +74,7 @@
" class="button ok" /> " class="button ko" /> - +