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/calender_block.php

    r121 r183  
    2828            $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 
    2929                $form .= "<br />"; 
    30                 $form .= _MB_XPRESS_SUN_COLOR .": <input type='text' name='options[2]' value='" . $sun_color . "' /><br />\n"; 
    31                 $form .= _MB_XPRESS_SAT_COLOR .": <input type='text' name='options[3]' value='" . $sat_color . "' /><br />\n"; 
     30                $form .= _MB_XP2_SUN_COLOR .": <input type='text' name='options[2]' value='" . $sun_color . "' /><br />\n"; 
     31                $form .= _MB_XP2_SAT_COLOR .": <input type='text' name='options[3]' value='" . $sat_color . "' /><br />\n"; 
    3232 
    3333                return $form; 
Note: See TracChangeset for help on using the changeset viewer.