From 88054939624a4cc416942831dc9e94564e231b94 Mon Sep 17 00:00:00 2001 From: Florian Azizian <florian.azizian@maarch.org> Date: Mon, 1 Sep 2014 16:23:51 +0000 Subject: [PATCH] FIX #1507 manque des crochets autour de notes.linktodoc et notes.linktodetail --- core/trunk/data_fr.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/trunk/data_fr.sql b/core/trunk/data_fr.sql index 1a2e58a2187..cb5f870ce57 100644 --- a/core/trunk/data_fr.sql +++ b/core/trunk/data_fr.sql @@ -919,7 +919,7 @@ VALUES (8, '[notification courrier] Nouvelle annotation', '[notification] Nouvel <td>[notes.note_text]</td> <td>[notes.user_id]</td> <td>[notes.contact_society][notes.contact_firstname][notes.contact_lastname]</td> -<td><a href="notes.linktodetail" name="detail">dé###tail</a> <a href="notes.linktodoc" name="doc">doc</a></td> +<td><a href="[notes.linktodetail]" name="detail">dé###tail</a> <a href="[notes.linktodoc]" name="doc">doc</a></td> </tr> </tbody> </table>', 'HTML', NULL, NULL, 'ODP: open_office_presentation', 'notes', 'notifications'); -- GitLab