[geeklog-cvs] Geeklog-1.x/plugins/polls/templates/admin polleditor.thtml, 1.11, 1.12

Dirk Haun dhaun at qs1489.pair.com
Mon May 12 04:27:19 EDT 2008


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

Modified Files:
	polleditor.thtml 
Log Message:
Hard-coded the text direction for some ID field (sid, tid, etc.) - basically everything that's run through COM_sanitizeID (for bug #0000150)


Index: polleditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/admin/polleditor.thtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** polleditor.thtml	10 Feb 2008 15:18:12 -0000	1.11
--- polleditor.thtml	12 May 2008 08:27:17 -0000	1.12
***************
*** 5,9 ****
                                          <tr>
                                              <td align="right">{lang_pollid}:</td>
!                                             <td><input type="text" name="pid" value="{poll_id}" size="20"{xhtml}> {lang_donotusespaces}</td>
                                          </tr>
                                          <tr>
--- 5,9 ----
                                          <tr>
                                              <td align="right">{lang_pollid}:</td>
!                                             <td><input type="text" dir="ltr" name="pid" value="{poll_id}" size="20"{xhtml}> {lang_donotusespaces}</td>
                                          </tr>
                                          <tr>




More information about the geeklog-cvs mailing list