XPressME Integration Kit

Trac

Changeset 512


Ignore:
Timestamp:
Feb 13, 2010, 10:32:16 PM (14 years ago)
Author:
toemon
Message:

ブロックオプションのカテゴリー選択に、直接ID指定部分追加 Fixes #285

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/extras/for_wordpressme2011/ja_EUC/language/japanese/blocks.php

    r495 r512  
    4949        define("_MB_XP2_DAYS_AND","¤«¤é"); 
    5050        define("_MB_XP2_DAYS_AGO","ÆüÁ°¤Þ¤Ç¤Î´Ö"); 
     51        define("_MB_XP2_CATS_DIRECT_SELECT","ID¤òľÀÜ»ØÄê(Ê£¿ô¤¢¤ë¾ì¹ç¤Ï¥«¥ó¥Þ¶èÀÚ¤ê¤ÇÆþÎÏ)"); 
    5152         
    5253// recent posts list     
  • trunk/extras/for_wordpressme2011/ja_UTF/language/ja_utf8/blocks.php

    r495 r512  
    4949        define("_MB_XP2_DAYS_AND","から"); 
    5050        define("_MB_XP2_DAYS_AGO","日前までの間"); 
     51        define("_MB_XP2_CATS_DIRECT_SELECT","IDを直接指定(複数ある場合はカンマ区切りで入力)"); 
    5152         
    5253// recent posts list     
  • trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/blocks.php

    r495 r512  
    4949        define("_MB_XP2_DAYS_AND","e"); 
    5050        define("_MB_XP2_DAYS_AGO","dias atrás"); 
     51        define("_MB_XP2_CATS_DIRECT_SELECT","Contribuição direta de ID(Vírgula separou lista de categorie ID)"); 
    5152         
    5253// recent posts list     
  • trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php

    r495 r512  
    4949        define("_MB_XP2_DAYS_AND","and"); 
    5050        define("_MB_XP2_DAYS_AGO","days ago"); 
     51        define("_MB_XP2_CATS_DIRECT_SELECT","Direct input of ID(Comma separated list of categorie ID)"); 
    5152         
    5253// recent posts list     
  • trunk/xpressme_integration_kit/blocks/block_common.php

    r495 r512  
    7272    } 
    7373    $output = _MB_XP2_CATS_SELECT ."<br />\n"; 
    74     $output .=  "<input type='hidden' name='$option_name' value='$value' />\n"; 
    7574    $output .= '&nbsp;&nbsp;<select name="categorie" '.$size.' multiple="multiple" onclick="CatSelect()">' ."\n"; 
    7675    $output .= $option; 
    77     $output .= '</select><br />'; 
     76    $output .= '</select>'; 
     77//    $output .=        "<input type='hidden' name='$option_name' value='$value' />\n"; 
     78    $output .=  '&emsp;' .  _MB_XP2_CATS_DIRECT_SELECT . " <input type='text' name='$option_name' value='$value' /><br />\n"; 
    7879    $output .= ' 
    7980<script type="text/javascript"> 
  • trunk/xpressme_integration_kit/language/english/blocks.php

    r495 r512  
    4949        define("_MB_XP2_DAYS_AND","and"); 
    5050        define("_MB_XP2_DAYS_AGO","days ago"); 
     51        define("_MB_XP2_CATS_DIRECT_SELECT","Direct input of ID(Comma separated list of categorie ID)"); 
    5152         
    5253// recent posts list     
  • trunk/xpressme_integration_kit/language/ja_utf8/blocks.php

    r495 r512  
    4949        define("_MB_XP2_DAYS_AND","から"); 
    5050        define("_MB_XP2_DAYS_AGO","日前までの間"); 
     51        define("_MB_XP2_CATS_DIRECT_SELECT","IDを直接指定(複数ある場合はカンマ区切りで入力)"); 
    5152         
    5253// recent posts list     
Note: See TracChangeset for help on using the changeset viewer.