Ignore:
Timestamp:
05/05/09 15:52:22 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Modificação para tornar flexível a utilização de múltiplos templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/doiMenuData.js

    r689 r790  
    1 _icon_dir="templates/default/images/menu/"; 
     1_icon_dir="templates/"+template+"/images/menu/"; 
    22 
    33function ConstructMenuTools(){ 
     
    8585                var _tr = document.createElement("TR"); 
    8686                var _td = document.createElement("TD"); 
    87                 _td.innerHTML = "<img height=\"16px\" src=\"templates/default/images/menu/"+item[2]+"\">&nbsp;"+item[1]+"&nbsp;"; 
     87                _td.innerHTML = "<img height=\"16px\" src=\"templates/"+template+"/images/menu/"+item[2]+"\">&nbsp;"+item[1]+"&nbsp;"; 
    8888                _td.style.color = "DARKBLUE"; 
    8989                _td.style.cursor = "pointer"; 
Note: See TracChangeset for help on using the changeset viewer.