Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit b4e22cc

Browse files
committed
ENH: refs #917. Put note about red points in trend view page
1 parent 3b99c6a commit b4e22cc

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

modules/tracker/public/css/trend/trend.view.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,14 @@ div.bottomButtonsDelete {
6262
input.deleteYes,input.deleteNo {
6363
margin-left: 10px !important;
6464
}
65+
66+
div.belowChartText {
67+
margin-top: 20px;
68+
font-style: italic;
69+
color: #707070;
70+
}
71+
72+
span.redText {
73+
font-weight: bold;
74+
color: red;
75+
}

modules/tracker/views/trend/view.phtml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ $this->headScript()->appendFile($this->coreWebroot.'/public/js/jquery/jqplot/jqp
7979
<img alt="" style="display: none;" id="dateRangeUpdating" src="<?php echo $this->coreWebroot?>/public/images/icons/loading.gif" />
8080
</div>
8181
<div id="chartDiv" class="chartContainer"></div>
82+
<?php if($this->logged)
83+
{ ?>
84+
<div class="belowChartText">
85+
* Points in <span class="redText">red</span> represent your unofficial submissions to this trend.
86+
</div>
87+
<?php } ?>
8288
</div>
8389

8490
<div class="viewSideBar">

0 commit comments

Comments
 (0)