This commit was generated by cvs2svn to compensate for changes in r2526,
[freeside.git] / rt / webrt / Elements / Error
1 <& /Elements/Header, Code => $Code, Why => $Why &>
2 <& /Elements/Tabs &>
3 <& /Elements/TitleBoxStart, title => $Title &>
4 <%$Why%>
5 <br>
6 <font size=-1>
7 <%$Details%>
8 </font>
9 <& /Elements/TitleBoxEnd &>
10 </body>
11 </HTML>
12
13
14 <%args>
15 $Code => undef
16 $Details => undef
17 $Title => "RT Error"
18 $Why => "the calling component did not specify why"
19 </%args>
20
21 <%INIT>
22 $RT::Logger->error("WebRT: $Why ($Details)");
23 </%INIT>