src/hdalab/templates/renkan_edit.html
changeset 409 ee7d77197432
parent 407 3f64001a8e1f
child 411 5e3f4a5f0900
--- 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="">&#10003&nbsp;{% trans 'See the graph in line' %}</a></li>
-						<li id="graph-circle"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;{% trans 'See the graph in circle' %}</a></li>
+						<li id="graph-circle"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in circle' %}</a></li>
 					{% else %}
-						<li id="graph-line"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;{% trans 'See the graph in line' %}</a></li>
+						<li id="graph-line"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in line' %}</a></li>
 						<li id="graph-circle"><a href="">&#10003&nbsp;{% trans 'See the graph in circle' %}</a></li>
 					{% endif %}
 				</ul>