mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
- LSformElement_mail : Suppression d'attribut alt et title d'un bouton rendu
inutile par l'utilisation d'un LStips.
This commit is contained in:
parent
cdc7e665ca
commit
fc8141c4ff
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue