--- a/src/hdalab/templates/renkan_edit.html Tue Dec 16 10:54:43 2014 +0100
+++ b/src/hdalab/templates/renkan_edit.html Tue Dec 16 11:25:37 2014 +0100
@@ -170,15 +170,16 @@
<div class="all-title">
<h1><strong>RENKAN</strong></h1>
<div class="renkan_help">
- <ul id="graph-layout">
+ <ul>
<li>
- {% trans 'Graph Layout' %}
+ {% trans 'Changer de disposition' %}
+ <p> {% trans '(Indisponible si modification du RENKAN)' %}</p>
<ul>
{% if 'shape=circle' in switch_shape_url %}
<li id="graph-line"><a href="">✓ {% trans 'See the graph in line' %}</a></li>
- <li id="graph-circle"><a href="{{ switch_shape_url }}"> {% trans 'See the graph in circle' %}</a></li>
+ <li id="graph-circle"><a href="{{ switch_shape_url }}"> {% trans 'See the graph in circle' %}</a></li>
{% else %}
- <li id="graph-line"><a href="{{ switch_shape_url }}"> {% trans 'See the graph in line' %}</a></li>
+ <li id="graph-line"><a href="{{ switch_shape_url }}"> {% trans 'See the graph in line' %}</a></li>
<li id="graph-circle"><a href="">✓ {% trans 'See the graph in circle' %}</a></li>
{% endif %}
</ul>