Ignore:
Timestamp:
07/22/10 15:43:24 (14 years ago)
Author:
amuller
Message:

Ticket #1148 - Corrigindo tamanho das imagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/base/abas.js

    r3073 r3081  
    161161                borderTitle = borderTitle.substring(0, resize*0.08); 
    162162 
    163         td.innerHTML = "<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td id=font_border_id_" + ID+" class='font-menu' width=*>" + borderTitle + "</td><td width=1px><img onmousedown='javascript:return false' style='cursor:pointer' onclick=delete_border('" + ID + "','false') src='"+URL_SERVER+"expressoMail1_2/templates/"+template+"/images/close_button.gif'></td></tr></table>"; 
     163        td.innerHTML = "<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td id=font_border_id_" + ID+" class='font-menu' width=*>" + borderTitle + "</td><td width=1px><img onmousedown='javascript:return false' style='cursor:pointer' onclick=delete_border('" + ID + "','false') src='"+URL_SERVER+"expressoMail1_2/templates/"+template+"/images/close_button.png'></td></tr></table>"; 
    164164 
    165165        bb = document.getElementById("border_blank"); 
Note: See TracChangeset for help on using the changeset viewer.