[geeklog-cvs] Geeklog-1.x/plugins/calendar/templates/dayview quickaddform.thtml, 1.5, 1.6

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/dayview
In directory qs1489.pair.com:/tmp/cvs-serv17634/dayview

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


Index: quickaddform.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/dayview/quickaddform.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** quickaddform.thtml	22 May 2008 17:01:54 -0000	1.5
--- quickaddform.thtml	7 Jun 2008 15:51:58 -0000	1.6
***************
*** 18,21 ****
--- 18,22 ----
                                                      <td><input type="text" size="20" maxlength="96" name="title"{xhtml}></td>
                                                      <td>
+                                                       <span dir="ltr">
                                                          <select name="start_month">
                                                              {month_options}
***************
*** 29,34 ****
--- 30,37 ----
                                                              {year_options}
                                                          </select>
+                                                       </span>
                                                      </td>
                                                      <td>
+                                                       <span dir="ltr">
                                                          <select name="start_hour">
                                                              {hour_options}
***************
*** 39,42 ****
--- 42,46 ----
                                                          </select>
                                                          {startampm_selection}
+                                                       </span>
                                                          <input type="submit" value="{lang_add}"{xhtml}>
                                                          <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>




More information about the geeklog-cvs mailing list