Index: /trunk/extras/for_wordpressme2011/ja_EUC/language/japanese/blocks.php
===================================================================
--- /trunk/extras/for_wordpressme2011/ja_EUC/language/japanese/blocks.php	(revision 511)
+++ /trunk/extras/for_wordpressme2011/ja_EUC/language/japanese/blocks.php	(revision 512)
@@ -49,4 +49,5 @@
 	define("_MB_XP2_DAYS_AND","¤«¤é");
 	define("_MB_XP2_DAYS_AGO","ÆüÁ°¤Þ¤Ç¤Î´Ö");
+	define("_MB_XP2_CATS_DIRECT_SELECT","ID¤òÄ¾ÀÜ»ØÄê(Ê£¿ô¤¢¤ë¾ì¹ç¤Ï¥«¥ó¥Þ¶èÀÚ¤ê¤ÇÆþÎÏ)");
 	
 // recent posts list	
Index: /trunk/extras/for_wordpressme2011/ja_UTF/language/ja_utf8/blocks.php
===================================================================
--- /trunk/extras/for_wordpressme2011/ja_UTF/language/ja_utf8/blocks.php	(revision 511)
+++ /trunk/extras/for_wordpressme2011/ja_UTF/language/ja_utf8/blocks.php	(revision 512)
@@ -49,4 +49,5 @@
 	define("_MB_XP2_DAYS_AND","から");
 	define("_MB_XP2_DAYS_AGO","日前までの間");
+	define("_MB_XP2_CATS_DIRECT_SELECT","IDを直接指定(複数ある場合はカンマ区切りで入力)");
 	
 // recent posts list	
Index: /trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/blocks.php
===================================================================
--- /trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/blocks.php	(revision 511)
+++ /trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/blocks.php	(revision 512)
@@ -49,4 +49,5 @@
 	define("_MB_XP2_DAYS_AND","e");
 	define("_MB_XP2_DAYS_AGO","dias atrás");
+	define("_MB_XP2_CATS_DIRECT_SELECT","Contribuição direta de ID(Vírgula separou lista de categorie ID)");
 	
 // recent posts list	
Index: /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php
===================================================================
--- /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php	(revision 511)
+++ /trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php	(revision 512)
@@ -49,4 +49,5 @@
 	define("_MB_XP2_DAYS_AND","and");
 	define("_MB_XP2_DAYS_AGO","days ago");
+	define("_MB_XP2_CATS_DIRECT_SELECT","Direct input of ID(Comma separated list of categorie ID)");
 	
 // recent posts list	
Index: /trunk/xpressme_integration_kit/blocks/block_common.php
===================================================================
--- /trunk/xpressme_integration_kit/blocks/block_common.php	(revision 511)
+++ /trunk/xpressme_integration_kit/blocks/block_common.php	(revision 512)
@@ -72,8 +72,9 @@
     }
     $output = _MB_XP2_CATS_SELECT ."<br />\n";
-    $output .= 	"<input type='hidden' name='$option_name' value='$value' />\n";
     $output .= '&nbsp;&nbsp;<select name="categorie" '.$size.' multiple="multiple" onclick="CatSelect()">' ."\n";
     $output .= $option;
-    $output .= '</select><br />';
+    $output .= '</select>';
+//    $output .= 	"<input type='hidden' name='$option_name' value='$value' />\n";
+    $output .= 	'&emsp;' .  _MB_XP2_CATS_DIRECT_SELECT . " <input type='text' name='$option_name' value='$value' /><br />\n";
     $output .= '
 <script type="text/javascript">
Index: /trunk/xpressme_integration_kit/language/english/blocks.php
===================================================================
--- /trunk/xpressme_integration_kit/language/english/blocks.php	(revision 511)
+++ /trunk/xpressme_integration_kit/language/english/blocks.php	(revision 512)
@@ -49,4 +49,5 @@
 	define("_MB_XP2_DAYS_AND","and");
 	define("_MB_XP2_DAYS_AGO","days ago");
+	define("_MB_XP2_CATS_DIRECT_SELECT","Direct input of ID(Comma separated list of categorie ID)");
 	
 // recent posts list	
Index: /trunk/xpressme_integration_kit/language/ja_utf8/blocks.php
===================================================================
--- /trunk/xpressme_integration_kit/language/ja_utf8/blocks.php	(revision 511)
+++ /trunk/xpressme_integration_kit/language/ja_utf8/blocks.php	(revision 512)
@@ -49,4 +49,5 @@
 	define("_MB_XP2_DAYS_AND","から");
 	define("_MB_XP2_DAYS_AGO","日前までの間");
+	define("_MB_XP2_CATS_DIRECT_SELECT","IDを直接指定(複数ある場合はカンマ区切りで入力)");
 	
 // recent posts list	
