[xoops-cvslog 23] CVS update: xoops2jp/html/modules/system/admin/users

Back to archive index

onokazu onoka****@users*****
2005年 5月 30日 (月) 19:51:40 JST


Index: xoops2jp/html/modules/system/admin/users/users.php
diff -u xoops2jp/html/modules/system/admin/users/users.php:1.2.6.3 xoops2jp/html/modules/system/admin/users/users.php:1.2.6.4
--- xoops2jp/html/modules/system/admin/users/users.php:1.2.6.3	Fri May 13 20:04:10 2005
+++ xoops2jp/html/modules/system/admin/users/users.php	Mon May 30 19:51:40 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: users.php,v 1.2.6.3 2005/05/13 11:04:10 minahito Exp $
+// $Id: users.php,v 1.2.6.4 2005/05/30 10:51:40 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -43,10 +43,10 @@
  */
 function system_users_error($message)
 {
-	xoops_cp_header();
-	xoops_error($message);
-	xoops_cp_footer();
-	exit();
+    xoops_cp_header();
+    xoops_error($message);
+    xoops_cp_footer();
+    exit();
 }
 
 function displayUsers()
@@ -159,7 +159,7 @@
         $form_isedit = true;
         $groups = array_values($user->getGroups());
 
-		$token = XoopsMultiTokenHandler::quickCreate('users_synchronize');
+        $token = XoopsMultiTokenHandler::quickCreate('users_synchronize');
 
         include XOOPS_ROOT_PATH."/modules/system/admin/users/userform.php";
         echo "<br /><b>"._AM_USERPOST."</b><br /><br />\n";
@@ -169,11 +169,11 @@
         echo "<br />"._AM_PTBBTSDIYT."<br />\n";
         echo "<form action=\"admin.php\" method=\"post\">\n";
         echo $token->getHtml();
-        echo "<input type=\"hidden\" name=\"id\" value=\"".$user->getVar("uid")."\">";
-        echo "<input type=\"hidden\" name=\"type\" value=\"user\">\n";
-        echo "<input type=\"hidden\" name=\"fct\" value=\"users\">\n";
-        echo "<input type=\"hidden\" name=\"op\" value=\"synchronize\">\n";
-        echo "<input type=\"submit\" value=\""._AM_SYNCHRONIZE."\">\n";
+        echo "<input type=\"hidden\" name=\"id\" value=\"".$user->getVar("uid")."\" />";
+        echo "<input type=\"hidden\" name=\"type\" value=\"user\" />\n";
+        echo "<input type=\"hidden\" name=\"fct\" value=\"users\" />\n";
+        echo "<input type=\"hidden\" name=\"op\" value=\"synchronize\" />\n";
+        echo "<input type=\"submit\" value=\""._AM_SYNCHRONIZE."\" />\n";
         echo "</form>\n";
     } else {
         echo "<h4 style='text-align:left;'>";


xoops-cvslog メーリングリストの案内
Back to archive index