kronolithTabInfo/kronolithFormInfo -> kronolithDialogInfo
authorJan Schneider <jan@horde.org>
Fri, 5 Mar 2010 12:56:04 +0000 (12:56 +0000)
committerJan Schneider <jan@horde.org>
Fri, 5 Mar 2010 18:27:35 +0000 (19:27 +0100)
kronolith/templates/chunks/calendar.php
kronolith/templates/index/edit.inc
kronolith/templates/index/index.inc
kronolith/themes/screen.css

index 9d9ba9e..89edd83 100644 (file)
 </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" />
@@ -316,7 +316,7 @@ tbd
 </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" />
index 3d473a7..a5282ae 100644 (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>
index 6cb8d71..8bc7863 100644 (file)
@@ -180,7 +180,7 @@ require dirname(__FILE__) . '/agenda.inc';
 <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>
index 563fe3d..96b0127 100644 (file)
@@ -640,7 +640,7 @@ a.kronolithFormCancel {
     cursor: pointer;
     text-decoration: underline;
 }
-.kronolithFormInfo {
+.kronolithDialogInfo {
     font-style: italic;
 }