mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +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) {
|
addBtnAfter: function(el) {
|
||||||
var btn = new Element('img');
|
var btn = new Element('img');
|
||||||
btn.setProperties({
|
btn.setProperties({
|
||||||
src: varLSdefault.imagePath('mail.png'),
|
src: varLSdefault.imagePath('mail.png')
|
||||||
alt: 'Envoyer un mail',
|
|
||||||
title: 'Envoyer un mail'
|
|
||||||
});
|
});
|
||||||
btn.addClass('btn');
|
btn.addClass('btn');
|
||||||
btn.injectAfter(el);
|
btn.injectAfter(el);
|
||||||
|
|
Loading…
Reference in a new issue