This commit is contained in:
Bachir Soussi Chiadmi
2015-03-19 17:46:52 +01:00
parent c03a757d45
commit ea6cdaa6e7
2 changed files with 6 additions and 6 deletions
@@ -43,11 +43,11 @@
inkscape:snap-bbox="true"
inkscape:zoom="22.627417"
inkscape:cx="3.3702291"
inkscape:cy="6.1121789"
inkscape:cy="20.254315"
inkscape:window-x="-2"
inkscape:window-y="26"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
inkscape:current-layer="g8848" />
<g
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,20.39825,11.373555)"
id="g8842">
@@ -89,13 +89,13 @@
id="g8854">
<path
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"
id="path8856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<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"
width="1.7078427"
height="4.817914"
@@ -121,7 +121,7 @@
y="10.211365" />
</g>
<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"
width="23.688972"
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"]);
if($vars['type'] == "chapitre")
if($vars['type'] == "chapitre" && $vars['view_mode'] == "teaser")
$vars['content']['links']['node']['#links']['node-readmore']['title'] = t("Voir ce principe");