Ignore:
Timestamp:
2013/08/28 09:41:18 (11 years ago)
Author:
m_uehara
Message:

#2348 r23128 - r23137 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/admin/system/LC_Page_Admin_System_Input.php

    r23126 r23140  
    153153                        $this->tpl_mode      = $clean_mode_flg; 
    154154                        $this->tpl_member_id = $clean_id; 
    155                         $this->tpl_onfocus   = 'fnClearText(this.name);'; 
     155                        $this->tpl_onfocus   = 'eccube.clearValue(this.name);'; 
    156156                        $this->arrForm       = $this->getMemberData($clean_id); 
    157157                        $this->arrForm['password'] = DEFAULT_PASSWORD; 
Note: See TracChangeset for help on using the changeset viewer.