Merge remote branch 'nagyrobi/patch-13' into nagyrobi

This commit is contained in:
Andrew Bauer 2014-02-26 08:46:21 -06:00
commit 18d56e20aa
1 changed files with 5 additions and 5 deletions

View File

@ -818,10 +818,10 @@ xhtmlHeaders(__FILE__, $SLANG['Timeline'] );
<div id="dataPanel"> <div id="dataPanel">
<div id="textPanel"> <div id="textPanel">
<div id="instruction"> <div id="instruction">
<p>Pass your mouse over the graph to view a snapshot image and event details.</p> <p><?= $SLANG['TimelineTip1'] ?></p>
<p>Click on the coloured sections of the graph, or the image, to view the event.</p> <p><?= $SLANG['TimelineTip2'] ?></p>
<p>Click on the background to zoom in to a smaller time period based around your click.</p> <p><?= $SLANG['TimelineTip3'] ?></p>
<p>Use the controls below to zoom out or navigate back and forward through the time range.</p> <p><?= $SLANG['TimelineTip4'] ?></p>
</div> </div>
<div id="eventData"> <div id="eventData">
</div> </div>