[geeklog-cvs] Geeklog-1.x/public_html lib-common.php, 1.684, 1.685 users.php, 1.164, 1.165

Dirk Haun dhaun at qs1489.pair.com
Sun Mar 9 05:39:18 EDT 2008


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

Modified Files:
	lib-common.php users.php 
Log Message:
Make the OpenID input field wider when displayed on users.php


Index: users.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/users.php,v
retrieving revision 1.164
retrieving revision 1.165
diff -C2 -d -r1.164 -r1.165
*** users.php	24 Feb 2008 10:55:49 -0000	1.164
--- users.php	9 Mar 2008 09:39:16 -0000	1.165
***************
*** 656,659 ****
--- 656,660 ----
          $user_templates->set_file('openid_login', '../loginform_openid.thtml');
          $user_templates->set_var('lang_openid_login', $LANG01[128]);
+         $user_templates->set_var('input_field_size', 40);
          $app_url = isset($_SERVER['SCRIPT_URI']) ? $_SERVER['SCRIPT_URI'] : 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'];
          $user_templates->set_var('app_url', $app_url);

Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.684
retrieving revision 1.685
diff -C2 -d -r1.684 -r1.685
*** lib-common.php	8 Mar 2008 16:52:58 -0000	1.684
--- lib-common.php	9 Mar 2008 09:39:16 -0000	1.685
***************
*** 2393,2397 ****
              $login->set_file('openid_login', 'loginform_openid.thtml');
              $login->set_var('lang_openid_login', $LANG01[128]);
!             $login->set_var('app_url', $_CONF['site_url']."/users.php");
              $login->parse('output', 'openid_login');
              $login->set_var('openid_login',
--- 2393,2398 ----
              $login->set_file('openid_login', 'loginform_openid.thtml');
              $login->set_var('lang_openid_login', $LANG01[128]);
!             $login->set_var('input_field_size', 18);
!             $login->set_var('app_url', $_CONF['site_url'] . '/users.php');
              $login->parse('output', 'openid_login');
              $login->set_var('openid_login',




More information about the geeklog-cvs mailing list