Ignore:
Timestamp:
08/29/07 08:55:50 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

Location:
trunk/instant_messenger/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/js/im_functions.js

    r57 r63  
    749749                 
    750750                 func.confEl(option1_image, 'src', img_available.src); 
    751                  func.confEl(option1_image, 'style', 'width:16px;height:16px;'); 
     751                 func.confEl(option1_image, 'style', 'width:16px;height:16px;cursor:pointer;'); 
    752752                 func.confEl(option2_image, 'src', img_xa.src); 
    753                  func.confEl(option2_image, 'style', 'width:16px;height:16px;'); 
     753                 func.confEl(option2_image, 'style', 'width:16px;height:16px;cursor:pointer;'); 
    754754                 func.confEl(option3_image, 'src', img_dnd.src); 
    755                  func.confEl(option3_image, 'style', 'width:16px;height:16px;'); 
     755                 func.confEl(option3_image, 'style', 'width:16px;height:16px;cursor:pointer;'); 
    756756                 func.confEl(option4_image, 'src', img_unavailable.src); 
    757                  func.confEl(option4_image, 'style', 'width:16px;height:16px;'); 
     757                 func.confEl(option4_image, 'style', 'width:16px;height:16px;cursor:pointer;'); 
    758758                 func.confEl(option5_image, 'src', img_edit.src); 
    759                  func.confEl(option5_image, 'style', 'width:16px;height:16px;'); 
     759                 func.confEl(option5_image, 'style', 'width:16px;height:16px;cursor:pointer;'); 
    760760                 
    761761                 func.insEl(option1_image, IM.get_lang('online'), option1_link); 
     762                 func.confEl(option1_link, 'style','cursor:pointer;'); 
    762763                 func.insEl(option1_link, option1); 
     764 
    763765                 func.insEl(option2_image, IM.get_lang('away'), option2_link); 
     766                 func.confEl(option2_link, 'style','cursor:pointer;'); 
    764767                 func.insEl(option2_link, option2); 
     768 
    765769                 func.insEl(option3_image, IM.get_lang('busy'), option3_link); 
     770                 func.confEl(option3_link, 'style','cursor:pointer;'); 
    766771                 func.insEl(option3_link, option3); 
     772 
    767773                 func.insEl(option4_image, IM.get_lang('offline'), option4_link); 
     774                 func.confEl(option4_link, 'style','cursor:pointer;'); 
    768775                 func.insEl(option4_link, option4); 
     776 
    769777                 func.insEl(option5_image, IM.get_lang('Custom message...'), option5_link); 
     778                 func.confEl(option5_link, 'style','cursor:pointer;'); 
    770779                 func.insEl(option5_link, option5); 
    771780                 
  • trunk/instant_messenger/js/im_win.js

    r60 r63  
    102102                        params['body']       = main_menu_all; 
    103103                        params['close']      = true; 
    104                         params['height']     = 260; 
     104                        params['height']     = 270; 
    105105                        params['left']       = 10; 
    106106                        params['id']         = pId; 
    107107                        params['maximize']   = true; 
    108108                        params['style']      = 'visibility:hidden'; 
    109                         params['title']      = ".: " + IM.get_lang("instant_messenger") + " :."; 
     109                        params['title']      = 'Expresso Messenger'; 
    110110                        params['top']        = 10; 
    111                         params['width']      = 200; 
     111                        params['width']      = 210; 
    112112                        this.build(params); 
    113113 
Note: See TracChangeset for help on using the changeset viewer.