[geeklog-cvs] Geeklog-1.x/public_html/admin story.php, 1.267, 1.268 user.php, 1.202, 1.203

Dirk Haun dhaun at qs1489.pair.com
Sun May 11 18:03:27 EDT 2008


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

Modified Files:
	story.php user.php 
Log Message:
Hard-code text direction for <input type="file"> (for bug #0000150)


Index: story.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/story.php,v
retrieving revision 1.267
retrieving revision 1.268
diff -C2 -d -r1.267 -r1.268
*** story.php	1 May 2008 19:43:42 -0000	1.267
--- story.php	11 May 2008 22:03:25 -0000	1.268
***************
*** 9,13 ****
  // | Geeklog story administration page.                                        |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog story administration page.                                        |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 605,609 ****
          $newallowed = $_CONF['maximagesperarticle'] - $icount;
          for ($z = $icount + 1; $z <= $_CONF['maximagesperarticle']; $z++) {
!             $fileinputs .= $z . ') <input type="file" name="file' . $z . '"' . XHTML . '>';
              if ($z < $_CONF['maximagesperarticle']) {
                  $fileinputs .= '<br' . XHTML . '>';
--- 605,610 ----
          $newallowed = $_CONF['maximagesperarticle'] - $icount;
          for ($z = $icount + 1; $z <= $_CONF['maximagesperarticle']; $z++) {
!             $fileinputs .= $z . ') <input type="file" dir="ltr" name="file'
!                         . $z . '"' . XHTML . '>';
              if ($z < $_CONF['maximagesperarticle']) {
                  $fileinputs .= '<br' . XHTML . '>';

Index: user.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/user.php,v
retrieving revision 1.202
retrieving revision 1.203
diff -C2 -d -r1.202 -r1.203
*** user.php	5 May 2008 00:30:37 -0000	1.202
--- user.php	11 May 2008 22:03:25 -0000	1.203
***************
*** 1097,1101 ****
      $retval = '<form action="' . $_CONF['site_admin_url']
              . '/user.php" method="post" enctype="multipart/form-data"><div>'
!             . $LANG28[29] . ': <input type="file" name="importfile" size="40"' . XHTML . '>'
              . '<input type="hidden" name="mode" value="import"' . XHTML . '>'
              . '<input type="submit" name="submit" value="' . $LANG28[30]
--- 1097,1101 ----
      $retval = '<form action="' . $_CONF['site_admin_url']
              . '/user.php" method="post" enctype="multipart/form-data"><div>'
!             . $LANG28[29] . ': <input type="file" dir="ltr" name="importfile" size="40"' . XHTML . '>'
              . '<input type="hidden" name="mode" value="import"' . XHTML . '>'
              . '<input type="submit" name="submit" value="' . $LANG28[30]




More information about the geeklog-cvs mailing list