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

Dirk Haun dhaun at qs1489.pair.com
Sat Jun 7 12:06:47 EDT 2008


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

Modified Files:
	eventeditor.thtml 
Log Message:
Hard-coded all URL input fields to dir="ltr"


Index: eventeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/admin/eventeditor.thtml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** eventeditor.thtml	7 Jun 2008 15:51:58 -0000	1.10
--- eventeditor.thtml	7 Jun 2008 16:06:45 -0000	1.11
***************
*** 102,106 ****
                                      <tr>
                                          <td align="right"><b>{lang_eventurl}:</b></td>
!                                         <td><input type="text" size="48"  maxlength="{max_url_length}" name="url" value="{event_url}"{xhtml}> {lang_includehttp}</td>
                                      </tr>
                                      <tr>
--- 102,106 ----
                                      <tr>
                                          <td align="right"><b>{lang_eventurl}:</b></td>
!                                         <td><input type="text" dir="ltr" size="48"  maxlength="{max_url_length}" name="url" value="{event_url}"{xhtml}> {lang_includehttp}</td>
                                      </tr>
                                      <tr>




More information about the geeklog-cvs mailing list