[xoops-cvslog 2709] CVS update: xoops2jp/html/modules/base/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 4月 11日 (火) 10:50:59 JST


Index: xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php:1.1.2.2
--- xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php:1.1.2.1	Thu Apr  6 16:54:08 2006
+++ xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php	Tue Apr 11 10:50:59 2006
@@ -14,6 +14,16 @@
 		$this->mActionForm->prepare();
 	}
 	
+	function isEnableCreate()
+	{
+		return true;
+	}
+	
+	function _isEditable()
+	{
+		return true;
+	}
+
 	function executeViewInput(&$controller, &$xoopsUser, &$render)
 	{
 		$render->setTemplateName("customblock_edit.html");


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