Consistently use .kronolithSeparator.
authorJan Schneider <jan@horde.org>
Fri, 19 Feb 2010 21:34:09 +0000 (22:34 +0100)
committerJan Schneider <jan@horde.org>
Fri, 19 Feb 2010 23:18:09 +0000 (00:18 +0100)
kronolith/js/kronolith.js
kronolith/templates/chunks/calendar.php
kronolith/templates/index/edit.inc
kronolith/templates/index/index.inc
kronolith/templates/index/task.inc

index 17c1393..f1e73e6 100644 (file)
@@ -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('&middot;'))
+                    .insert(new Element('span', { className: 'kronolithSeparator' }).update('&middot;'))
                     .insert(' ');
             }
             this.createAgendaDay(date);
@@ -1722,12 +1722,12 @@ KronolithCore = {
             if (!now.isBefore(date)) {
                 col.addClassName('kronolithTaskDue');
             }
-            col.insert(new Element('span', { className: 'kronolithSep' }).update(' &middot; '));
+            col.insert(new Element('span', { className: 'kronolithSeparator' }).update(' &middot; '));
             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(' &middot; '));
+            col.insert(new Element('span', { className: 'kronolithSeparator' }).update(' &middot; '));
             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);
index 20cc2eb..c5c929a 100644 (file)
@@ -44,7 +44,7 @@ tbd
 <div class="kronolithFormActions">
   <input type="button" value="<?php echo _("Save") ?>" class="kronolithCalendarSave button ok" />
   <input type="button" value="<?php echo _("Delete") ?>" class="kronolithCalendarDelete button ko" />
-  <span class="kronolithSep"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
+  <span class="kronolithSeparator"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
 </div>
 </div>
 
@@ -87,7 +87,7 @@ tbd
 <div class="kronolithFormActions">
   <input type="button" value="<?php echo _("Save") ?>" class="kronolithCalendarSave button ok" />
   <input type="button" value="<?php echo _("Delete") ?>" class="kronolithCalendarDelete button ko" />
-  <span class="kronolithSep"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
+  <span class="kronolithSeparator"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
 </div>
 </div>
 
@@ -114,7 +114,7 @@ tbd
 <div class="kronolithFormActions">
   <input type="button" value="<?php echo _("Continue") ?>" class="kronolithCalendarContinue button ok" />
   <input type="button" value="<?php echo _("Delete") ?>" class="kronolithCalendarDelete button ko" />
-  <span class="kronolithSep"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
+  <span class="kronolithSeparator"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
 </div>
 </div>
 
@@ -135,7 +135,7 @@ tbd
 
 <div class="kronolithFormActions">
   <input type="button" value="<?php echo _("Continue") ?>" class="kronolithCalendarContinue button ok" />
-  <span class="kronolithSep"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
+  <span class="kronolithSeparator"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
 </div>
 </div>
 
@@ -155,7 +155,7 @@ tbd
 <div class="kronolithFormActions">
   <input type="button" value="<?php echo _("Save") ?>" class="kronolithCalendarSave button ok" />
   <input type="button" value="<?php echo _("Delete") ?>" class="kronolithCalendarDelete button ko" />
-  <span class="kronolithSep"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
+  <span class="kronolithSeparator"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
 </div>
 </div>
 
index 8972fce..d07254f 100644 (file)
 <div class="kronolithFormActions">
   <input id="kronolithEventSave" type="button" value="<?php echo _("Save") ?>" class="button ok" />
   <input id="kronolithEventDelete" type="button" value="<?php echo _("Delete") ?>" class="button ko" />
-  <span class="kronolithSep"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
+  <span class="kronolithSeparator"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
 </div>
 
 </form>
index a4ea5d5..8633199 100644 (file)
@@ -172,9 +172,9 @@ require dirname(__FILE__) . '/agenda.inc';
     <label><?php echo _("Add to") ?>:</label>
     <select id="kronolithQuickinsertCalendars">
     </select>
-    <span class="kronolithSep">|</span>
+    <span class="kronolithSeparator">|</span>
     <input type="button" id="kronolithQuickinsertSave" value="<?php echo _("Save") ?>" class="button ok" />
-    <span class="kronolithSep"><?php echo _("or") ?></span>
+    <span class="kronolithSeparator"><?php echo _("or") ?></span>
     <a href="#" id="kronolithQuickinsertCancel" class="kronolithFormCancel"><?php echo _("Cancel") ?></a><br />
   </form>
 </div>
index 7188c0d..8f7e1d7 100644 (file)
@@ -74,7 +74,7 @@
 <div class="kronolithFormActions">
   <input id="kronolithTaskSave" type="button" value="<?php echo _("Save") ?>" class="button ok" />
   <input id="kronolithTaskDelete" type="button" value="<?php echo _("Delete") ?>" class="button ko" />
-  <span class="kronolithSep"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
+  <span class="kronolithSeparator"><?php echo _("or") ?></span> <a class="kronolithFormCancel"><?php echo _("Cancel") ?></a>
 </div>
 
 </form>