From 4d24d82819a3ae2fa2ac5891fd09eee5358db748 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Fri, 16 Oct 2015 15:10:53 +0200 Subject: [PATCH] seealso as alert-go_tp to differentiate from tip and note --- _extensions/odoo/translator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_extensions/odoo/translator.py b/_extensions/odoo/translator.py index 1fd734930..3aedd8dbe 100644 --- a/_extensions/odoo/translator.py +++ b/_extensions/odoo/translator.py @@ -247,7 +247,7 @@ class BootstrapTranslator(nodes.NodeVisitor, object): 'note': 'alert-info', 'hint': 'alert-info', 'tip': 'alert-info', - 'seealso': 'alert-info', + 'seealso': 'alert-go_to', 'warning': 'alert-warning', 'attention': 'alert-warning',