Changeset 512 for trunk/xpressme_integration_kit
- Timestamp:
- Feb 13, 2010, 10:32:16 PM (15 years ago)
- Location:
- trunk/xpressme_integration_kit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/blocks/block_common.php
r495 r512 72 72 } 73 73 $output = _MB_XP2_CATS_SELECT ."<br />\n"; 74 $output .= "<input type='hidden' name='$option_name' value='$value' />\n";75 74 $output .= ' <select name="categorie" '.$size.' multiple="multiple" onclick="CatSelect()">' ."\n"; 76 75 $output .= $option; 77 $output .= '</select><br />'; 76 $output .= '</select>'; 77 // $output .= "<input type='hidden' name='$option_name' value='$value' />\n"; 78 $output .= ' ' . _MB_XP2_CATS_DIRECT_SELECT . " <input type='text' name='$option_name' value='$value' /><br />\n"; 78 79 $output .= ' 79 80 <script type="text/javascript"> -
trunk/xpressme_integration_kit/language/english/blocks.php
r495 r512 49 49 define("_MB_XP2_DAYS_AND","and"); 50 50 define("_MB_XP2_DAYS_AGO","days ago"); 51 define("_MB_XP2_CATS_DIRECT_SELECT","Direct input of ID(Comma separated list of categorie ID)"); 51 52 52 53 // recent posts list -
trunk/xpressme_integration_kit/language/ja_utf8/blocks.php
r495 r512 49 49 define("_MB_XP2_DAYS_AND","から"); 50 50 define("_MB_XP2_DAYS_AGO","日前までの間"); 51 define("_MB_XP2_CATS_DIRECT_SELECT","IDを直接指定(複数ある場合はカンマ区切りで入力)"); 51 52 52 53 // recent posts list
Note: See TracChangeset
for help on using the changeset viewer.