Fix title range
authorJeremy Harris <jgh@wizmail.org>
Wed, 4 Jan 2017 10:39:56 +0000 (10:39 +0000)
committerJeremy Harris <jgh@wizmail.org>
Wed, 4 Jan 2017 10:39:56 +0000 (10:39 +0000)
templates/history.tt
templates/status.tt

index 442a4c1c67187823e9d4069f16ab343ac9631c83..b365856239148266345325ddfbcf84d342efe738 100644 (file)
@@ -46,7 +46,7 @@ See accompanying License file for license details
 -%]
 [%# The IF-backstop is ugly and I'm not understanding why the res_img lookup does not for for '.' -%]
 [%- BLOCK colour ; IF res_imgs.$c.defined ; res_imgs.$c ; ELSE %]/img/t_notdone.gif [% END; END %]
-[%- BLOCK colourbar %]<img src=[% PROCESS colour %] title="[% st %]-[% st + w %]" height=16 width=[% w %] class=inline align=bottom/>[%- END -%]
+[%- BLOCK colourbar %]<img src=[% PROCESS colour %] title="[% st %]-[% st + w - 1 %]" height=16 width=[% w %] class=inline align=bottom/>[%- END -%]
 [% BLOCK stdet %]
     <tr [% PROCESS cl bgfor=row.stage %]>
       <td>[%- row.when_ago | replace('\s','&nbsp;') %]&nbsp;ago&nbsp;</td>
index 8e44bfcd25926eacdbf8861f7f9170f60cb38e33..b43f7c3707d86f218fab81ad2e899ee258fbf95a 100644 (file)
@@ -46,7 +46,7 @@ See accompanying License file for license details
 [%- END -%]
 [%# The IF-backstop is ugly and I'm not understanding why the res_img lookup does not for for '.' -%]
 [%- BLOCK colour ; IF res_imgs.$c.defined ; res_imgs.$c ; ELSE %]/img/t_notdone.gif [% END; END %]
-[%- BLOCK colourbar %]<img src=[% PROCESS colour %] title="[% st %]-[% st + w %]" height=16 width=[% w %] class=inline align=bottom/>[%- END -%]
+[%- BLOCK colourbar %]<img src=[% PROCESS colour %] title="[% st %]-[% st + w - 1 %]" height=16 width=[% w %] class=inline align=bottom/>[%- END -%]
 [% WRAPPER 'page.tt' 
        title = 'Exim BuildFarm Status'
        bodyclass = 'none'