Add root shortcut button. Add title on down button.
This commit is contained in:
parent
f3610768f6
commit
2b22a84103
1 changed files with 4 additions and 2 deletions
|
@ -19,8 +19,10 @@
|
|||
<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="createClosePreviousYearButton" href="#" class="button" onclick="javascript:createClosedSelect('previousYear');">Previous Year</a>
|
||||
<span style="margin-left: 100px;"> </span>
|
||||
<a href="#part2" class="button">Down</a>
|
||||
<span style="margin-left: 50px;"> </span>
|
||||
<a href="#part2" class="button" title="Go down to the table below.">Down</a>
|
||||
<span style="margin-left: 50px;"> </span>
|
||||
<a href="index.xhtml" class="button">Root</a>
|
||||
<a href="admins.xhtml" class="button">Admins</a>
|
||||
<a href="chapril.xhtml" class="button">Chapril</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue