XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 20, 2009, 6:16:29 PM (15 years ago)
Author:
toemon
Message:

#108 XOOPS Language ファイルのdefine文をVer1.Xと異なったものに変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/blocks/recent_comments_block.php

    r142 r183  
    3232            $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />\n"; 
    3333                $form .= "<br />"; 
    34                 $form .= _MB_XPRESS_COUNT .": <input type='text' name='options[2]' value='" . $disp_count . "' /><br />\n"; 
    35                 $form .= _MB_XPRESS_LENGTH .": <input type='text' name='options[3]' value='" . $disp_length . "' /><br />\n"; 
    36                 $form .= _MB_XPRESS_DATE_FORMAT .": <input type='text' name='options[4]' value='" . $date_format . "' /><br />\n"; 
    37                 $form .= _MB_XPRESS_TIME_FORMAT .": <input type='text' name='options[5]' value='" . $time_format . "' /><br />\n"; 
     34                $form .= _MB_XP2_COUNT .": <input type='text' name='options[2]' value='" . $disp_count . "' /><br />\n"; 
     35                $form .= _MB_XP2_LENGTH .": <input type='text' name='options[3]' value='" . $disp_length . "' /><br />\n"; 
     36                $form .= _MB_XP2_DATE_FORMAT .": <input type='text' name='options[4]' value='" . $date_format . "' /><br />\n"; 
     37                $form .= _MB_XP2_TIME_FORMAT .": <input type='text' name='options[5]' value='" . $time_format . "' /><br />\n"; 
    3838            $form .= "<br />\n"; 
    39             $form .= _MB_XPRESS_COM_TYPE . "<br />\n"; 
     39            $form .= _MB_XP2_COM_TYPE . "<br />\n"; 
    4040            $isAll = (count($selected)==0||empty($selected[0]))?true:false; 
    4141            $form .= "&nbsp;&nbsp;<select name=\"options[]\" multiple=\"multiple\">"; 
    4242                    $form .= "<option value=\"0\" "; 
    4343                    if ($isAll) $form .= " selected=\"selected\""; 
    44                     $form .= ">"._MB_XPRESS_ALL ."</option>"; 
     44                    $form .= ">"._MB_XP2_ALL ."</option>"; 
    4545 
    4646                    $form .= "<option value=\"1\" "; 
    4747                    if (in_array(1, $selected)) 
    4848                                $form .= " selected=\"selected\""; 
    49                     $form .= ">"._MB_XPRESS_COMMENT ."</option>"; 
     49                    $form .= ">"._MB_XP2_COMMENT ."</option>"; 
    5050 
    5151                    $form .= "<option value=\"2\" "; 
    5252                    if (in_array(2, $selected)) 
    5353                                $form .= " selected=\"selected\""; 
    54                     $form .= ">"._MB_XPRESS_TRUCKBACK ."</option>"; 
     54                    $form .= ">"._MB_XP2_TRUCKBACK ."</option>"; 
    5555 
    5656                    $form .= "<option value=\"3\" "; 
    5757                    if (in_array(3, $selected)) 
    5858                                $form .= " selected=\"selected\""; 
    59                     $form .= ">"._MB_XPRESS_PINGBACK ."</option>"; 
     59                    $form .= ">"._MB_XP2_PINGBACK ."</option>"; 
    6060                $form .= "</select><br />"; 
    6161                //          $form .="<br /><input type='text' size='60' name='options[5]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' />"; 
Note: See TracChangeset for help on using the changeset viewer.