[geeklog-cvs] Geeklog-1.x/plugins/calendar/templates/admin eventeditor.thtml, 1.9, 1.10

Dirk Haun dhaun at qs1489.pair.com
Sat Jun 7 11:52:00 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/admin
In directory qs1489.pair.com:/tmp/cvs-serv17634/admin

Modified Files:
	eventeditor.thtml 
Log Message:
Hard-coded the text direction as "ltr" for the date/time selection (reported by LWC)


Index: eventeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/admin/eventeditor.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** eventeditor.thtml	22 May 2008 17:01:54 -0000	1.9
--- eventeditor.thtml	7 Jun 2008 15:51:58 -0000	1.10
***************
*** 19,22 ****
--- 19,23 ----
                                          <td align="right" valign="top"><b>{lang_eventstartdate}:</b></td>
                                          <td>
+                                           <span dir="ltr">
                                              <select name="start_month">
                                                  {startmonth_options}
***************
*** 39,42 ****
--- 40,44 ----
                                              </select>
                                              {startampm_selection}
+                                           </span>
                                          </td>
                                      </tr>
***************
*** 44,47 ****
--- 46,50 ----
                                          <td align="right" valign="top"><b>{lang_eventenddate}:</b></td>
                                          <td>
+                                           <span dir="ltr">
                                              <select name="end_month">
                                                  {endmonth_options}
***************
*** 64,67 ****
--- 67,71 ----
                                              </select>
                                              {endampm_selection}
+                                           </span>
                                          </td>
                                      </tr>




More information about the geeklog-cvs mailing list