Ignore:
Timestamp:
2011/01/13 19:57:47 (16 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更)

  • デザインを刷新
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/user_data/packages/admin/js/file_manager.js

    r19873 r19909  
    225225// ファイル選択 
    226226function fnSelectFile(id, val) { 
    227     if(old_select_id != '') $("#" + old_select_id).children("td").css("background-color", "#FFFFFF"); 
    228     $("#" + id).children("td").css("background-color", val); 
    229227    old_select_id = id; 
    230228} 
    231  
    232 // 背景色を変える 
    233 function fnChangeBgColor(id, val) { 
    234     if (old_select_id != id) { 
    235         $("#" + id).children("td").css("background-color", val); 
    236     } 
    237 } 
    238  
    239 // test 
    240 function view_test(id) { 
    241     $("#" + id).val(tree) 
    242 } 
Note: See TracChangeset for help on using the changeset viewer.