make send-report an option for admin and customer (section: security)

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-02 20:26:39 +01:00
parent ede732417e
commit 30f7d0a070
12 changed files with 166 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
<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>
<REPORT>
</div>
<div style="clear:both;"></div>
</aside>
@@ -50,4 +50,4 @@
</span>
</footer>
</body>
</html>
</html>

View File

@@ -39,7 +39,7 @@
<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>
<REPORT>
</div>
<div style="clear:both;"></div>
</aside>