import rt 2.0.14
[freeside.git] / rt / webrt / SelfService / Error.html
1 <& /SelfService/Elements/Header, Title => 'Error' &>
2 <& /Elements/TitleBoxStart, title => $Title &>
3 <%$Why%>
4 <br>
5 <font size=-1>
6 <%$Details%>
7 </font>
8 <& /Elements/TitleBoxEnd &>
9 </body>
10 </HTML>
11
12
13 <%args>
14 $Code => undef
15 $Details => undef
16 $Title => "RT Error"
17 $Why => "the calling component did not specify why"
18 </%args>
19
20 <%INIT>
21 $RT::Logger->error("WebRT: $Why ($Details)");
22 </%INIT>