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);
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));
}
$('kronolithTaskForm').reset();
$('kronolithTaskSave').show();
$('kronolithTaskDelete').show();
- $('kronolithTaskForm').down('.kronolithFormActions .kronolithSep').show();
+ $('kronolithTaskForm').down('.kronolithFormActions .kronolithSeparator').show();
this.updateTasklistDropDown();
if (id) {
RedBox.loading();
$('kronolithTaskDelete').show();
}
if (!task.pe && !task.pd) {
- $('kronolithTaskForm').down('.kronolithFormActions .kronolithSep').hide();
+ $('kronolithTaskForm').down('.kronolithFormActions .kronolithSeparator').hide();
}
this.setTitle(task.n);
}
$('kronolithEventSave').show();
$('kronolithEventDelete').show();
- $('kronolithEventForm').down('.kronolithFormActions .kronolithSep').show();
+ $('kronolithEventForm').down('.kronolithFormActions .kronolithSeparator').show();
this.doAction('ListTopTags', {}, this.topTags);
if (id) {
RedBox.loading();
$('kronolithEventDelete').hide();
}
if (!ev.pe && !ev.pd) {
- $('kronolithEventForm').down('.kronolithFormActions .kronolithSep').hide();
+ $('kronolithEventForm').down('.kronolithFormActions .kronolithSeparator').hide();
}
this.setTitle(ev.t);
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>