[xoops-cvslog 2256] CVS update: xoops2jp/html/modules/user/admin/forms

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 2月 4日 (土) 17:40:09 JST


Index: xoops2jp/html/modules/user/admin/forms/GroupPermEditForm.class.php
diff -u /dev/null xoops2jp/html/modules/user/admin/forms/GroupPermEditForm.class.php:1.1.2.1
--- /dev/null	Sat Feb  4 17:40:09 2006
+++ xoops2jp/html/modules/user/admin/forms/GroupPermEditForm.class.php	Sat Feb  4 17:40:09 2006
@@ -0,0 +1,28 @@
+<?php
+
+require_once XOOPS_ROOT_PATH . "/class/XCube_ActionForm.class.php";
+
+class User_GroupPermEditForm extends XCube_ActionForm
+{
+	function getTokenName()
+	{
+		return "module.user.GroupPermEditForm.TOKEN";
+	}
+
+	function prepare()
+	{
+		//
+		// Set form properties
+		//
+		$this->mFormProperties['system'] =& new XCube_BoolArrayProperty('system');
+		$this->mFormProperties['module'] =& new XCube_BoolArrayProperty('module');
+		$this->mFormProperties['module_admin'] =& new XCube_BoolArrayProperty('module_admin');
+		$this->mFormProperties['block'] =& new XCube_BoolArrayProperty('block');
+	
+		//
+		// Set field properties
+		//
+	}
+}
+
+?>


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