[geeklog-cvs] geeklog: Backed out changeset: ca2b6c700214

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Mar 23 15:09:46 EDT 2012


changeset 8551:64bbee5effd4
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/64bbee5effd4
user: Rouslan Placella <rouslan at placella.com>
date: Fri Mar 23 19:08:44 2012 +0000
description:
Backed out changeset: ca2b6c700214

diffstat:

 public_html/layout/newpro/css/users/users.css   |  8 +-------
 public_html/layout/newpro/users/loginform.thtml |  2 +-
 system/lib-security.php                         |  3 +--
 3 files changed, 3 insertions(+), 10 deletions(-)

diffs (57 lines):

diff -r dee4d8bc7003 -r 64bbee5effd4 public_html/layout/newpro/css/users/users.css
--- a/public_html/layout/newpro/css/users/users.css	Thu Mar 22 20:49:14 2012 -0400
+++ b/public_html/layout/newpro/css/users/users.css	Fri Mar 23 19:08:44 2012 +0000
@@ -51,7 +51,7 @@
 }
 
 div.standard-login-panel label {
-  margin: 0 1em;
+  margin-right: 1em;
   float: right;
   line-height: 1.8em;
 }
@@ -66,12 +66,6 @@
   height: 1.8em;
 }
 
-div.standard-login-panel.rtl input,
-div.standard-login-panel.rtl select,
-div.standard-login-panel.rtl label {
-  float: left;
-}
-
 div.standard-login-panel input.submit {
   height: 28px;
   font-size: 12px;
diff -r dee4d8bc7003 -r 64bbee5effd4 public_html/layout/newpro/users/loginform.thtml
--- a/public_html/layout/newpro/users/loginform.thtml	Thu Mar 22 20:49:14 2012 -0400
+++ b/public_html/layout/newpro/users/loginform.thtml	Fri Mar 23 19:08:44 2012 +0000
@@ -3,7 +3,7 @@
 
 {start_block_loginagain}
 <div class="login-wrapper {remote_login_class}">
-  <div class="standard-login-panel {remote_login_class} {lang_direction}">
+  <div class="standard-login-panel {remote_login_class}">
     <form action="{site_url}/users.php" method="post" id="userloginform" class="compact">
       <fieldset>
         <legend>{lang_login}</legend>
diff -r dee4d8bc7003 -r 64bbee5effd4 system/lib-security.php
--- a/system/lib-security.php	Thu Mar 22 20:49:14 2012 -0400
+++ b/system/lib-security.php	Fri Mar 23 19:08:44 2012 +0000
@@ -1801,7 +1801,7 @@
 */
 function SEC_loginForm($use_config = array())
 {
-    global $_CONF, $LANG01, $LANG04, $_SCRIPTS, $LANG_DIRECTION;
+    global $_CONF, $LANG01, $LANG04, $_SCRIPTS;
 
     $retval = '';
 
@@ -1833,7 +1833,6 @@
 
     $loginform->set_var('start_block_loginagain',
                         COM_startBlock($config['title']));
-    $loginform->set_var('lang_direction', $LANG_DIRECTION);
     $loginform->set_var('lang_message', $config['message']);
     if ($config['no_newreg_link'] || $_CONF['disable_new_user_registration']) {
         $loginform->set_var('lang_newreglink', '');



More information about the geeklog-cvs mailing list