diff options
Diffstat (limited to 'rt/share/html/Elements/Error')
| -rwxr-xr-x | rt/share/html/Elements/Error | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rt/share/html/Elements/Error b/rt/share/html/Elements/Error index 87dfd0245..838432069 100755 --- a/rt/share/html/Elements/Error +++ b/rt/share/html/Elements/Error @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -52,6 +52,8 @@ <& /Elements/Tabs &> % } +<& /Elements/ListActions, actions => $Actions &> + <div class="error"> <%$Why%> <br /> @@ -64,6 +66,7 @@ $m->abort(); </%cleanup> <%args> +$Actions => [] $Code => undef $Details => '' $Title => loc("RT Error") |
