[geeklog-cvs] Geeklog-1.x/plugins/calendar/templates editpersonalevent.thtml, 1.8, 1.9 submitevent.thtml, 1.13, 1.14

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

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


Index: submitevent.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/submitevent.thtml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** submitevent.thtml	22 May 2008 17:01:54 -0000	1.13
--- submitevent.thtml	7 Jun 2008 15:51:58 -0000	1.14
***************
*** 14,17 ****
--- 14,18 ----
                                  <div class="form-description">{lang_startdate}:</div>
                                  <div class="form-field">
+                                   <span dir="ltr">
                                      <select name="start_month">
                                          {month_options}
***************
*** 34,41 ****
--- 35,44 ----
                                      </select>
                                      {startampm_selection}
+                                   </span>
                                  </div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_enddate}:</div>
                                  <div class="form-field">
+                                   <span dir="ltr">
                                      <select name="end_month">
                                          {month_options}
***************
*** 58,61 ****
--- 61,65 ----
                                      </select>
                                      {startampm_selection}
+                                   </span>
                                  </div>
                                  <div class="clear-left"></div>

Index: editpersonalevent.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/editpersonalevent.thtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** editpersonalevent.thtml	22 May 2008 17:01:54 -0000	1.8
--- editpersonalevent.thtml	7 Jun 2008 15:51:58 -0000	1.9
***************
*** 21,24 ****
--- 21,25 ----
                                          <td align="right"><b>{lang_startdate}:</b></td>
                                          <td>
+                                           <span dir="ltr">
                                              <select name="start_month">
                                                  {startmonth_options}
***************
*** 41,44 ****
--- 42,46 ----
                                              </select>
                                              {startampm_selection}
+                                           </span>
                                          </td>
                                      </tr>
***************
*** 46,49 ****
--- 48,52 ----
                                          <td align="right"><b>{lang_enddate}:</b></td>
                                          <td>
+                                           <span dir="ltr">
                                              <select name="end_month">
                                                  {endmonth_options}
***************
*** 66,69 ****
--- 69,73 ----
                                              </select>
                                              {endampm_selection}
+                                           </span>
                                          </td>
                                      </tr>




More information about the geeklog-cvs mailing list