[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/story storyeditor.thtml, 1.22, 1.23 storyeditor_advanced.thtml, 1.33, 1.34

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


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story
In directory qs1489.pair.com:/tmp/cvs-serv86860/public_html/layout/professional/admin/story

Modified Files:
	storyeditor.thtml storyeditor_advanced.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: storyeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story/storyeditor.thtml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** storyeditor.thtml	12 May 2008 07:53:05 -0000	1.22
--- storyeditor.thtml	12 May 2008 08:27:17 -0000	1.23
***************
*** 140,144 ****
                                      <tr>
                                          <td class="alignright" style="vertical-align:top;">{lang_sid}:</td>
!                                         <td><input type="text" size="40" maxlength="40" name="sid" value="{story_id}"{xhtml}></td>
                                      </tr>
                                      <tr>
--- 140,144 ----
                                      <tr>
                                          <td class="alignright" style="vertical-align:top;">{lang_sid}:</td>
!                                         <td><input type="text" dir="ltr" size="40" maxlength="40" name="sid" value="{story_id}"{xhtml}></td>
                                      </tr>
                                      <tr>

Index: storyeditor_advanced.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story/storyeditor_advanced.thtml,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** storyeditor_advanced.thtml	12 May 2008 07:53:05 -0000	1.33
--- storyeditor_advanced.thtml	12 May 2008 08:27:17 -0000	1.34
***************
*** 30,34 ****
              <tr>
                  <td class="alignright" style="vertical-align:top;">{lang_sid}:</td>
!                 <td><input type="text" size="48" maxlength="40" name="sid" value="{story_id}"{xhtml}></td>
              </tr>
              <tr>
--- 30,34 ----
              <tr>
                  <td class="alignright" style="vertical-align:top;">{lang_sid}:</td>
!                 <td><input type="text" dir="ltr" size="48" maxlength="40" name="sid" value="{story_id}"{xhtml}></td>
              </tr>
              <tr>




More information about the geeklog-cvs mailing list