- LSformElement_mail : Suppression d'attribut alt et title d'un bouton rendu

inutile par l'utilisation d'un LStips.
This commit is contained in:
Benjamin Renard 2009-02-17 12:50:25 +00:00
parent cdc7e665ca
commit fc8141c4ff

View file

@ -22,9 +22,7 @@ var LSformElement_mail = new Class({
addBtnAfter: function(el) {
var btn = new Element('img');
btn.setProperties({
src: varLSdefault.imagePath('mail.png'),
alt: 'Envoyer un mail',
title: 'Envoyer un mail'
src: varLSdefault.imagePath('mail.png')
});
btn.addClass('btn');
btn.injectAfter(el);