Minahito
minah****@users*****
2006年 8月 25日 (金) 19:14:28 JST
Index: xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php diff -u xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php:1.1.2.3 xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php:1.1.2.4 --- xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php:1.1.2.3 Fri Aug 18 20:30:01 2006 +++ xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php Fri Aug 25 19:14:28 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: ImagecategoryAdminEditForm.class.php,v 1.1.2.3 2006/08/18 11:30:01 minahito Exp $ + * @version $Id: ImagecategoryAdminEditForm.class.php,v 1.1.2.4 2006/08/25 10:14:28 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -62,12 +62,12 @@ $this->mFieldProperties['readgroups'] =& new XCube_FieldProperty($this); $this->mFieldProperties['readgroups']->setDependsByArray(array('objectExist')); - $this->mFieldProperties['readgroups']->addMessage('objectExist', _AD_BASE_ERROR_IMGCAT_READ_GROUPS, _AD_BASE_LANG_IMGCAT_READ_GROUPS); + $this->mFieldProperties['readgroups']->addMessage('objectExist', _AD_BASE_ERROR_IMGCAT_READ_GROUPS); $this->mFieldProperties['readgroups']->addVar('handler', 'group'); $this->mFieldProperties['uploadgroups'] =& new XCube_FieldProperty($this); $this->mFieldProperties['uploadgroups']->setDependsByArray(array('objectExist')); - $this->mFieldProperties['uploadgroups']->addMessage('objectExist', _AD_BASE_ERROR_IMGCAT_READ_GROUPS, _AD_BASE_LANG_IMGCAT_READ_GROUPS); + $this->mFieldProperties['uploadgroups']->addMessage('objectExist', _AD_BASE_ERROR_IMGCAT_UPLOAD_GROUPS); $this->mFieldProperties['uploadgroups']->addVar('handler', 'group'); } Index: xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php diff -u xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.4 xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.5 --- xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.4 Fri Aug 18 20:30:01 2006 +++ xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php Fri Aug 25 19:14:28 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: ImagecategoryAdminNewForm.class.php,v 1.1.2.4 2006/08/18 11:30:01 minahito Exp $ + * @version $Id: ImagecategoryAdminNewForm.class.php,v 1.1.2.5 2006/08/25 10:14:28 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -32,7 +32,7 @@ $this->mFieldProperties['imgcat_storetype'] =& new XCube_FieldProperty($this); $this->mFieldProperties['imgcat_storetype']->setDependsByArray(array('required','mask')); $this->mFieldProperties['imgcat_storetype']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_IMGCAT_STORETYPE); - $this->mFieldProperties['imgcat_storetype']->addMessage('mask', _AD_BASE_ERROR_MASK, _AD_BASE_LANG_IMGCAT_STORETYPE); + $this->mFieldProperties['imgcat_storetype']->addMessage('mask', _MD_BASE_ERROR_MASK, _AD_BASE_LANG_IMGCAT_STORETYPE); $this->mFieldProperties['imgcat_storetype']->addVar('mask', '(file|db)'); }