minor css and trad correction of graph visualisation dropdown
authorrougeronj
Mon, 26 Jan 2015 16:09:54 +0100
changeset 432 e66d0d91650d
parent 431 adb0be6dfdcf
child 433 bffe8dfa3a7f
minor css and trad correction of graph visualisation dropdown
src/hdalab/static/hdalab/css/additionnal_renkan.css
src/hdalab/templates/renkan_edit.html
--- a/src/hdalab/static/hdalab/css/additionnal_renkan.css	Mon Jan 26 13:21:50 2015 +0100
+++ b/src/hdalab/static/hdalab/css/additionnal_renkan.css	Mon Jan 26 16:09:54 2015 +0100
@@ -110,11 +110,14 @@
 	background: url("../img/graph-lineH.png") no-repeat scroll  right 5px center / 25px 25px #ffffff;
 }
 #graph-line:hover a,
-#graph-circle:hover a{
+#graph-circle:hover a,
+#graph-lineH:hover, a
+{
 	color: #4f5451;
 }
 #graph-line:hover,
-#graph-circle:hover
+#graph-circle:hover,
+#graph-lineH:hover
 {
 	background-color: rgb(224,224,224);
 }
--- a/src/hdalab/templates/renkan_edit.html	Mon Jan 26 13:21:50 2015 +0100
+++ b/src/hdalab/templates/renkan_edit.html	Mon Jan 26 16:09:54 2015 +0100
@@ -184,17 +184,17 @@
 				<p> {% trans '(Indisponible si modification du RENKAN)' %}</p>
 				<ul>
 					{% if 'shape=vert' in switch_shape_url.current %}
-						<li id="graph-line"><a href="">&#10003&nbsp;{% trans 'See the graph in column' %}</a></li>
-						<li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in line' %}</a></li>
-						<li id="graph-circle"><a href="{{ switch_shape_url.circle }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in circle' %}</a></li>
+						<li id="graph-line"><a href="">&#10003&nbsp;{% trans 'Voir le graph en colonne' %}</a></li>
+						<li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en ligne' %}</a></li>
+						<li id="graph-circle"><a href="{{ switch_shape_url.circle }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en cercle' %}</a></li>
 					{% elif 'shape=horiz' in switch_shape_url.current %}
-						<li id="graph-line"><a href="{{ switch_shape_url.vert }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in column' %}</a></li>
-						<li id="graph-lineH"><a href="">&#10003&nbsp;{% trans 'See the graph in line' %}</a></li>
-						<li id="graph-circle"><a href="{{ switch_shape_url.circle }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in circle' %}</a></li>
+						<li id="graph-line"><a href="{{ switch_shape_url.vert }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en colonne' %}</a></li>
+						<li id="graph-lineH"><a href="">&#10003&nbsp;{% trans 'Voir le graph en ligne' %}</a></li>
+						<li id="graph-circle"><a href="{{ switch_shape_url.circle }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en cercle' %}</a></li>
 					{% else %}
-						<li id="graph-line"><a href="{{ switch_shape_url.vert }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in column' %}</a></li>
-						<li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}">&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>
+						<li id="graph-line"><a href="{{ switch_shape_url.vert }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en colonne' %}</a></li>
+						<li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en ligne' %}</a></li>
+						<li id="graph-circle"><a href="">&#10003&nbsp;{% trans 'Voir le graph en cercle' %}</a></li>
 					{% endif %}
 				</ul>
 			</li>