Added project shortcut buttons.
This commit is contained in:
parent
77aec3c202
commit
e877955e95
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@
|
||||||
<a id="createClose6MonthsButton" href="#" class="button" onclick="javascript:createClosedSelect('6months');">6 months</a>
|
<a id="createClose6MonthsButton" href="#" class="button" onclick="javascript:createClosedSelect('6months');">6 months</a>
|
||||||
<a id="createCloseFullButton" href="#" class="button selected" onclick="javascript:createClosedSelect('full');">Full</a>
|
<a id="createCloseFullButton" href="#" class="button selected" onclick="javascript:createClosedSelect('full');">Full</a>
|
||||||
<a id="createClosePreviousYearButton" href="#" class="button" onclick="javascript:createClosedSelect('previousYear');">Previous Year</a>
|
<a id="createClosePreviousYearButton" href="#" class="button" onclick="javascript:createClosedSelect('previousYear');">Previous Year</a>
|
||||||
<a href="#part2" class="button" style="margin-left: 75px;" >Down</a>
|
<span style="margin-left: 100px;"> </span>
|
||||||
|
<a href="#part2" class="button">Down</a>
|
||||||
|
<a href="admins.xhtml" class="button">Admins</a>
|
||||||
|
<a href="chapril.xhtml" class="button">Chapril</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="issueCreatedClosed3MonthsChart" style="display: none; width: 50%; height: 400px;">CREATED/CLOSED 3 MONTHS CHART</div>
|
<div id="issueCreatedClosed3MonthsChart" style="display: none; width: 50%; height: 400px;">CREATED/CLOSED 3 MONTHS CHART</div>
|
||||||
<div id="issueCreatedClosed6MonthsChart" style="display: none; width: 50%; height: 400px;">CREATED/CLOSED 6 MONTHS CHART</div>
|
<div id="issueCreatedClosed6MonthsChart" style="display: none; width: 50%; height: 400px;">CREATED/CLOSED 6 MONTHS CHART</div>
|
||||||
|
|
Loading…
Reference in a new issue