Skip to content
Extraits de code Groupes Projets
Valider 80194fd5 rédigé par Fil's avatar Fil
Parcourir les fichiers

bouton 'creer un paragraphe' dans la barre d'outils (merci b_b pour l'icone)

parent baccbae0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -48,6 +48,7 @@ dist/icones_barre/lien.png -text
dist/icones_barre/notes.png -text
dist/icones_barre/oelig-maj.png -text
dist/icones_barre/oelig.png -text
dist/icones_barre/paragraphe.png -text
dist/icones_barre/quote.png -text
dist/identifiants.html -text
dist/images/admin-12.gif -text
......
dist/icones_barre/paragraphe.png

251 octets

......@@ -105,6 +105,11 @@ function afficher_barre($champ, $forum=false, $lang='') {
$ret .= "</td>";
$ret .= "\n<td style='text-align:$spip_lang_right;' valign='middle'>"
. bouton_barre_racc ("barre_inserer('\\n\\n',$champ)", "paragraphe.png", _T('barre_paragraphe'), $champhelp)
. "</td>";
if (test_espace_prive()) {
$ret .= "\n<td style='text-align:$spip_lang_right;' valign='middle'>";
$col++;
......
......@@ -58,6 +58,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'barre_lien_input' => 'Veuillez indiquer l\'adresse de votre lien (vous pouvez indiquer une adresse Web sous la forme http://www.monsite/com ou simplement indiquer le num&eacute;ro d\'un article de ce site.',
'barre_note' => 'Transformer en [[Note de bas de page]]',
'barre_quote' => '<quote>Citer un message</quote>',
'barre_paragraphe' => 'Cr&#233;er un paragraphe',
'bouton_ajouter_document' => 'AJOUTER UN DOCUMENT',
'bouton_ajouter_image' => 'AJOUTER UNE IMAGE',
'bouton_changer' => 'Changer',
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter