first implementation of error-reporting

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-29 11:09:16 +01:00
parent 6f61c7b5e7
commit defdaeee2e
5 changed files with 185 additions and 2 deletions

View File

@@ -34,8 +34,14 @@
<p>&nbsp;</p>
</div>
</div>
<aside class="right">
<a href="#" title="Click here to go back" id="historyback">Go back</a>
<aside>
<div style="float:left;">
<a href="#" title="Click here to go back" id="historyback">Go back</a>
</div>
<div style="float:right;">
<a href="<LINK>" title="Click here to report error">Report error</a>
</div>
<div style="clear:both;"></div>
</aside>
</section>