bug fixe
This commit is contained in:
@@ -43,11 +43,11 @@
|
|||||||
inkscape:snap-bbox="true"
|
inkscape:snap-bbox="true"
|
||||||
inkscape:zoom="22.627417"
|
inkscape:zoom="22.627417"
|
||||||
inkscape:cx="3.3702291"
|
inkscape:cx="3.3702291"
|
||||||
inkscape:cy="6.1121789"
|
inkscape:cy="20.254315"
|
||||||
inkscape:window-x="-2"
|
inkscape:window-x="-2"
|
||||||
inkscape:window-y="26"
|
inkscape:window-y="26"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg2" />
|
inkscape:current-layer="g8848" />
|
||||||
<g
|
<g
|
||||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,20.39825,11.373555)"
|
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,20.39825,11.373555)"
|
||||||
id="g8842">
|
id="g8842">
|
||||||
@@ -89,13 +89,13 @@
|
|||||||
id="g8854">
|
id="g8854">
|
||||||
<path
|
<path
|
||||||
transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
|
transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
|
||||||
style="opacity:0.92142202;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
d="m -16.291964,0.11942555 4.350505,0 0,4.35050435 z"
|
d="m -16.291964,0.11942555 4.350505,0 0,4.35050435 z"
|
||||||
id="path8856"
|
id="path8856"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cccc" />
|
sodipodi:nodetypes="cccc" />
|
||||||
<rect
|
<rect
|
||||||
style="opacity:0.92142202;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
id="rect8858"
|
id="rect8858"
|
||||||
width="1.7078427"
|
width="1.7078427"
|
||||||
height="4.817914"
|
height="4.817914"
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
y="10.211365" />
|
y="10.211365" />
|
||||||
</g>
|
</g>
|
||||||
<rect
|
<rect
|
||||||
style="opacity:0.92142202;fill:none;fill-opacity:0.69142857;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
style="opacity:1;fill:none;fill-opacity:0.69142857;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
id="rect8831"
|
id="rect8831"
|
||||||
width="23.688972"
|
width="23.688972"
|
||||||
height="18.688974"
|
height="18.688974"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
@@ -13,5 +13,5 @@ $vars["title_attributes_array"]["class"] = implode(" ", $vars["title_attributes_
|
|||||||
|
|
||||||
$vars["title_attributes"] = drupal_attributes($vars["title_attributes_array"]);
|
$vars["title_attributes"] = drupal_attributes($vars["title_attributes_array"]);
|
||||||
|
|
||||||
if($vars['type'] == "chapitre")
|
if($vars['type'] == "chapitre" && $vars['view_mode'] == "teaser")
|
||||||
$vars['content']['links']['node']['#links']['node-readmore']['title'] = t("Voir ce principe");
|
$vars['content']['links']['node']['#links']['node-readmore']['title'] = t("Voir ce principe");
|
||||||
|
|||||||
Reference in New Issue
Block a user