Ignore:
Timestamp:
2013/01/14 12:47:09 (11 years ago)
Author:
h_yoshimoto
Message:

#2022 基本情報管理>SHOPマスターでのJSエラーを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/admin/basis/LC_Page_Admin_Basis.php

    r22205 r22233  
    113113                        break; 
    114114                } 
    115                 $this->tpl_onload = "fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '" . DISABLED_RGB . "'); window.alert(" . t('LC_Page_Admin_Basis_011') .");"; 
     115                $this->tpl_onload = "fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '" . DISABLED_RGB . "'); window.alert(\"" . t('LC_Page_Admin_Basis_011') . "\");"; 
    116116            } 
    117117            if (empty($this->arrForm['regular_holiday_ids'])) { 
Note: See TracChangeset for help on using the changeset viewer.