MercurialWebTheme

Change of themes/mercurialweb/graph.tmpl

56:38afdf6585ee
themes/mercurialweb/graph.tmpl
     1.1 --- a/themes/mercurialweb/graph.tmpl	Sun Apr 29 20:57:36 2012 +0200
     1.2 +++ b/themes/mercurialweb/graph.tmpl	Sun May 20 18:39:14 2012 +0200
     1.3 @@ -36,13 +36,13 @@
     1.4  <div class="graph" style="padding-left:{canvaswidth}px;">
     1.5  <table class="graph" style="height:{truecanvasheight}px;">
     1.6    <tbody>
     1.7 -{jsdata%graphlabel}
     1.8 +{nodes%graphlabel}
     1.9    </tbody>
    1.10  </table>
    1.11  <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
    1.12   style="width:{canvaswidth}px; height:{truecanvasheight}px; position:absolute; top:0; left:0; z-index:-1;">
    1.13  <g transform="scale({bg_height}) translate(0.5 0.5)">
    1.14 -{jsdata%graphnode}
    1.15 +{nodes%graphnode}
    1.16  </g>
    1.17  </svg>
    1.18  </div>