diff --git a/.gitattributes b/.gitattributes index 419f3fc130f413a091e6b276e7b6b9f7c6261195..1baf07888f2ac1b781fa74e395efa57bc4646498 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/dist/icones_barre/paragraphe.png b/dist/icones_barre/paragraphe.png new file mode 100644 index 0000000000000000000000000000000000000000..c60b47f68b3904e250bfa0cfea408d711845f4b8 Binary files /dev/null and b/dist/icones_barre/paragraphe.png differ diff --git a/ecrire/inc/barre.php b/ecrire/inc/barre.php index 5cedb20f50af2c86e114a848f4d434a9d7f5fc4d..b0c3f59415b28feac39ebecee02d974b404cc2dd 100644 --- a/ecrire/inc/barre.php +++ b/ecrire/inc/barre.php @@ -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++; diff --git a/ecrire/lang/spip_fr.php b/ecrire/lang/spip_fr.php index bc533a7f618187f562c9df18d31601a5f064c1af..5ee488f2b2003198bad621169845e350e0510563 100644 --- a/ecrire/lang/spip_fr.php +++ b/ecrire/lang/spip_fr.php @@ -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é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éer un paragraphe', 'bouton_ajouter_document' => 'AJOUTER UN DOCUMENT', 'bouton_ajouter_image' => 'AJOUTER UNE IMAGE', 'bouton_changer' => 'Changer',