</div>
<div id="kronolithCalendarinternalTabImportExport" class="kronolithTabsOption" style="display:none">
- <div class="kronolithTabInfo"><?php echo _("iCalendar is a computer file format which allows internet users to send meeting requests and tasks to other internet users, via email, or sharing files with an extension of .ics. Recipients of the iCalendar data file (with supporting software, such as an email client or calendar application) can respond to the sender easily or counter propose another meeting date/time.") ?></div>
+ <div class="kronolithDialogInfo"><?php echo _("iCalendar is a computer file format which allows internet users to send meeting requests and tasks to other internet users, via email, or sharing files with an extension of .ics. Recipients of the iCalendar data file (with supporting software, such as an email client or calendar application) can respond to the sender easily or counter propose another meeting date/time.") ?></div>
<?php /* ?>
<label><?php echo _("Import ICS file") ?>:
<input type="file" name="import_file" />
</div>
<div id="kronolithCalendartasklistsTabImportExport" class="kronolithTabsOption" style="display:none">
- <div class="kronolithTabInfo"><?php echo _("iCalendar is a computer file format which allows internet users to send meeting requests and tasks to other internet users, via email, or sharing files with an extension of .ics. Recipients of the iCalendar data file (with supporting software, such as an email client or calendar application) can respond to the sender easily or counter propose another meeting date/time.") ?></div>
+ <div class="kronolithDialogInfo"><?php echo _("iCalendar is a computer file format which allows internet users to send meeting requests and tasks to other internet users, via email, or sharing files with an extension of .ics. Recipients of the iCalendar data file (with supporting software, such as an email client or calendar application) can respond to the sender easily or counter propose another meeting date/time.") ?></div>
<?php /* ?>
<label><?php echo _("Import ICS file") ?>:
<input type="file" name="import_file" />
</div>
<div id="kronolithEventTabTags" class="kronolithTabsOption" style="display:none">
- <div class="kronolithTabInfo"><?php echo _("To make it easier to find, you can enter comma separated tags related to the event subject.") ?></div>
+ <div class="kronolithDialogInfo"><?php echo _("To make it easier to find, you can enter comma separated tags related to the event subject.") ?></div>
<input id="kronolithEventTags" name="tags" />
<label for="kronolithEventTopTags"><?php echo _("Previously used tags") ?>:</label><br />
<span id="kronolithEventTags_loading_img" style="display:none;"><?php echo Horde::img('loading.gif', _("Loading...")) ?></span>
</div>
<div id="kronolithEventTabExport" class="kronolithTabsOption" style="display:none">
- <div class="kronolithTabInfo"><?php echo _("iCalendar is a computer file format which allows internet users to send meeting requests and tasks to other internet users, via email, or sharing files with an extension of .ics. Recipients of the iCalendar data file (with supporting software, such as an email client or calendar application) can respond to the sender easily or counter propose another meeting date/time.") ?></div>
+ <div class="kronolithDialogInfo"><?php echo _("iCalendar is a computer file format which allows internet users to send meeting requests and tasks to other internet users, via email, or sharing files with an extension of .ics. Recipients of the iCalendar data file (with supporting software, such as an email client or calendar application) can respond to the sender easily or counter propose another meeting date/time.") ?></div>
<label><?php echo _("Export ICS file") ?>:</label>
<a id="kronolithEventExport"><?php echo _("Event ICS file") ?></a>
</div>
<div id="kronolithQuickinsert" style="display:none">
<form id="kronolithQuickinsertForm" action="">
<input type="text" id="kronolithQuickinsertQ" size="35" value="" class="kronolithLongField" /><br />
- <span class="kronolithFormInfo"><?php echo _("I.e. Dinner with John tomorrow 8pm") ?></span><br />
+ <div class="kronolithDialogInfo"><?php echo _("I.e. Dinner with John tomorrow 8pm") ?></div>
<label><?php echo _("Add to") ?>:</label>
<select id="kronolithQuickinsertCalendars">
</select>
cursor: pointer;
text-decoration: underline;
}
-.kronolithFormInfo {
+.kronolithDialogInfo {
font-style: italic;
}