diff options
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r-- | httemplate/edit/elements/edit.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 22143a3f0..fa5ba439c 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -131,11 +131,8 @@ include( '/elements/menubar.html', @menubar ) ) %> -% if ( $cgi->param('error') ) { - <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT> - <BR><BR> -% } +<% include('/elements/error.html') %> % my $url = $opt{'post_url'} || popurl(1)."process/$table.html"; |