[xoops-cvslog 4040] CVS update: xoops2jp/html/modules/base/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 8月 8日 (火) 18:48:04 JST


Index: xoops2jp/html/modules/base/admin/forms/InstallWizardForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/InstallWizardForm.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/forms/InstallWizardForm.class.php:1.1.2.3
--- xoops2jp/html/modules/base/admin/forms/InstallWizardForm.class.php:1.1.2.2	Tue Mar 28 22:29:05 2006
+++ xoops2jp/html/modules/base/admin/forms/InstallWizardForm.class.php	Tue Aug  8 18:48:03 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: InstallWizardForm.class.php,v 1.1.2.3 2006/08/08 09:48:03 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
Index: xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.3
--- xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.2	Mon May 15 17:37:27 2006
+++ xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php	Tue Aug  8 18:48:03 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: ImagecategoryAdminNewForm.class.php,v 1.1.2.3 2006/08/08 09:48:03 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
Index: xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminDeleteForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminDeleteForm.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminDeleteForm.class.php:1.1.2.2
--- xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminDeleteForm.class.php:1.1.2.1	Tue May  9 19:20:44 2006
+++ xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminDeleteForm.class.php	Tue Aug  8 18:48:04 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: ImagecategoryAdminDeleteForm.class.php,v 1.1.2.2 2006/08/08 09:48:04 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
@@ -22,7 +26,6 @@
 		//
 		// Set field properties
 		//
-	
 		$this->mFieldProperties['imgcat_id'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['imgcat_id']->setDependsByArray(array('required'));
 		$this->mFieldProperties['imgcat_id']->addMessage('required', _AD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_IMGCAT_ID);
Index: xoops2jp/html/modules/base/admin/forms/CustomBlockEditForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/CustomBlockEditForm.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/forms/CustomBlockEditForm.class.php:1.1.2.2
--- xoops2jp/html/modules/base/admin/forms/CustomBlockEditForm.class.php:1.1.2.1	Thu Apr  6 16:53:20 2006
+++ xoops2jp/html/modules/base/admin/forms/CustomBlockEditForm.class.php	Tue Aug  8 18:48:04 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: CustomBlockEditForm.class.php,v 1.1.2.2 2006/08/08 09:48:04 minahito Exp $
+ */
 
 require_once XOOPS_ROOT_PATH . "/class/XCube_ActionForm.class.php";
 require_once XOOPS_MODULE_PATH . "/base/class/Legacy_Validator.class.php";
Index: xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php:1.1.2.2
--- xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php:1.1.2.1	Tue May  9 19:20:44 2006
+++ xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php	Tue Aug  8 18:48:04 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: ImagecategoryAdminEditForm.class.php,v 1.1.2.2 2006/08/08 09:48:04 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
Index: xoops2jp/html/modules/base/admin/forms/ModuleListForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/ModuleListForm.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/forms/ModuleListForm.class.php:1.1.2.3
--- xoops2jp/html/modules/base/admin/forms/ModuleListForm.class.php:1.1.2.2	Tue Mar 28 22:29:05 2006
+++ xoops2jp/html/modules/base/admin/forms/ModuleListForm.class.php	Tue Aug  8 18:48:04 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: ModuleListForm.class.php,v 1.1.2.3 2006/08/08 09:48:04 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
Index: xoops2jp/html/modules/base/admin/forms/ImageAdminDeleteForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/ImageAdminDeleteForm.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/forms/ImageAdminDeleteForm.class.php:1.1.2.2
--- xoops2jp/html/modules/base/admin/forms/ImageAdminDeleteForm.class.php:1.1.2.1	Wed May 10 19:25:33 2006
+++ xoops2jp/html/modules/base/admin/forms/ImageAdminDeleteForm.class.php	Tue Aug  8 18:48:04 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: ImageAdminDeleteForm.class.php,v 1.1.2.2 2006/08/08 09:48:04 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 


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