[xoops-cvslog 3614] CVS update: xoops2jp/html/modules/user/admin/actions

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 7月 19日 (水) 19:20:53 JST


Index: xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php:1.1.2.1 xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php:1.1.2.2
--- xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php:1.1.2.1	Tue Apr 11 18:16:26 2006
+++ xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php	Wed Jul 19 19:20:53 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package user
+ * @version $Id: UserSearchListAction.class.php,v 1.1.2.2 2006/07/19 10:20:53 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
Index: xoops2jp/html/modules/user/admin/actions/MailjobListAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/MailjobListAction.class.php:1.1.2.1 xoops2jp/html/modules/user/admin/actions/MailjobListAction.class.php:1.1.2.2
--- xoops2jp/html/modules/user/admin/actions/MailjobListAction.class.php:1.1.2.1	Thu Apr 27 19:23:38 2006
+++ xoops2jp/html/modules/user/admin/actions/MailjobListAction.class.php	Wed Jul 19 19:20:53 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package user
+ * @version $Id: MailjobListAction.class.php,v 1.1.2.2 2006/07/19 10:20:53 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
Index: xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php:1.1.2.5 xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php:1.1.2.6
--- xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php:1.1.2.5	Fri May 26 18:01:46 2006
+++ xoops2jp/html/modules/user/admin/actions/GroupPermAction.class.php	Wed Jul 19 19:20:53 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package user
+ * @version $Id: GroupPermAction.class.php,v 1.1.2.6 2006/07/19 10:20:53 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
@@ -6,8 +10,8 @@
 require_once XOOPS_MODULE_PATH."/user/admin/forms/GroupPermEditForm.class.php";
 
 /**
- *
- * This function keeps difficult problems that this depens on the column's block of X2 theme format.
+ * This function keeps difficult problems that this depens on the column's
+ * block of X2 theme format.
  */
 class User_GroupPermAction extends User_GroupPropertyAction
 {
@@ -19,10 +23,6 @@
 		$this->mActionForm->prepare();
 	}
 	
-	/**
-	 * This function don't use actionform, now.
-	 * I (minahito) must remove code-clone.
-	 */
 	function execute(&$controller, &$xoopsUser)
 	{
 		$this->_loadGroup();
@@ -92,11 +92,11 @@
 	function executeViewIndex(&$controller,&$xoopsUser,&$render)
 	{
 		$render->setTemplateName("group_perm.html");
-		$render->setAttribute("group",$this->mGroup);
-		$render->setAttribute("actionForm",$this->mActionForm);
-		$render->setAttribute("modulePermissions",$this->mPermissions);
-		$render->setAttribute("blockPermissions",$this->mBlockPermissions);
-		$render->setAttribute("systemPermissions",$this->mSystemPermissions);
+		$render->setAttribute("group", $this->mGroup);
+		$render->setAttribute("actionForm", $this->mActionForm);
+		$render->setAttribute("modulePermissions", $this->mPermissions);
+		$render->setAttribute("blockPermissions", $this->mBlockPermissions);
+		$render->setAttribute("systemPermissions", $this->mSystemPermissions);
 	}
 
 	function executeViewSuccess(&$controller,&$xoopsUser,&$render)
Index: xoops2jp/html/modules/user/admin/actions/AvatarListAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/AvatarListAction.class.php:1.1.2.2 xoops2jp/html/modules/user/admin/actions/AvatarListAction.class.php:1.1.2.3
--- xoops2jp/html/modules/user/admin/actions/AvatarListAction.class.php:1.1.2.2	Tue Mar 28 22:31:14 2006
+++ xoops2jp/html/modules/user/admin/actions/AvatarListAction.class.php	Wed Jul 19 19:20:53 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package user
+ * @version $Id: AvatarListAction.class.php,v 1.1.2.3 2006/07/19 10:20:53 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る