[geeklog-cvs] Geeklog-1.x/plugins/calendar/templates submitevent.thtml, 1.14, 1.15

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
In directory qs1489.pair.com:/tmp/cvs-serv19691/plugins/calendar/templates

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


Index: submitevent.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/submitevent.thtml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** submitevent.thtml	7 Jun 2008 15:51:58 -0000	1.14
--- submitevent.thtml	7 Jun 2008 16:06:45 -0000	1.15
***************
*** 86,90 ****
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_link}:</div>
!                                 <div class="form-field"><input type="text" size="48" maxlength="{max_url_length}" name="url" value="http://"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_description}:</div>
--- 86,90 ----
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_link}:</div>
!                                 <div class="form-field"><input type="text" dir="ltr" size="48" maxlength="{max_url_length}" name="url" value="http://"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_description}:</div>




More information about the geeklog-cvs mailing list