[xoops-cvslog 5207] CVS update: xoops2jp/html/modules/legacy/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:04:22 JST


Index: xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php:1.1.2.1	Sat Oct 14 23:55:21 2006
+++ xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php	Sun Oct 15 01:04:22 2006
@@ -7,7 +7,7 @@
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
 require_once XOOPS_ROOT_PATH . "/core/XCube_ActionForm.class.php";
-require_once XOOPS_MODULE_PATH . "/base/class/Legacy_Validator.class.php";
+require_once XOOPS_MODULE_PATH . "/legacy/class/Legacy_Validator.class.php";
 
 /**
  * @todo We may rename this class.
@@ -33,22 +33,22 @@
 		//
 		$this->mFieldProperties['weight'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['weight']->setDependsByArray(array('required','intRange'));
-		$this->mFieldProperties['weight']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_WEIGHT);
-		$this->mFieldProperties['weight']->addMessage('intRange', _AD_BASE_ERROR_INTRANGE, _AD_BASE_LANG_WEIGHT);
+		$this->mFieldProperties['weight']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _AD_LEGACY_LANG_WEIGHT);
+		$this->mFieldProperties['weight']->addMessage('intRange', _AD_LEGACY_ERROR_INTRANGE, _AD_LEGACY_LANG_WEIGHT);
 		$this->mFieldProperties['weight']->addVar('min', '0');
 		$this->mFieldProperties['weight']->addVar('max', '255');
 	
 		$this->mFieldProperties['side'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['side']->setDependsByArray(array('required','objectExist'));
-		$this->mFieldProperties['side']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_SIDE);
-		$this->mFieldProperties['side']->addMessage('objectExist', _AD_BASE_ERROR_OBJECTEXIST, _AD_BASE_LANG_SIDE);
+		$this->mFieldProperties['side']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _AD_LEGACY_LANG_SIDE);
+		$this->mFieldProperties['side']->addMessage('objectExist', _AD_LEGACY_ERROR_OBJECTEXIST, _AD_LEGACY_LANG_SIDE);
 		$this->mFieldProperties['side']->addVar('handler', 'columnside');
-		$this->mFieldProperties['side']->addVar('module', 'base');
+		$this->mFieldProperties['side']->addVar('module', 'legacy');
 	
 		$this->mFieldProperties['bcachetime'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['bcachetime']->setDependsByArray(array('required','objectExist'));
-		$this->mFieldProperties['bcachetime']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_BCACHETIME);
-		$this->mFieldProperties['bcachetime']->addMessage('objectExist', _AD_BASE_ERROR_OBJECTEXIST, _AD_BASE_LANG_BCACHETIME);
+		$this->mFieldProperties['bcachetime']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _AD_LEGACY_LANG_BCACHETIME);
+		$this->mFieldProperties['bcachetime']->addMessage('objectExist', _AD_LEGACY_ERROR_OBJECTEXIST, _AD_LEGACY_LANG_BCACHETIME);
 		$this->mFieldProperties['bcachetime']->addVar('handler', 'cachetime');
 	}
 }


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