[Rt-commit] r11247 - rt/branches/3.8-TESTING/html/Install
ruz at bestpractical.com
ruz at bestpractical.com
Thu Mar 27 18:08:48 EDT 2008
Author: ruz
Date: Thu Mar 27 18:08:48 2008
New Revision: 11247
Modified:
rt/branches/3.8-TESTING/html/Install/index.html
Log:
* show error
Modified: rt/branches/3.8-TESTING/html/Install/index.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Install/index.html (original)
+++ rt/branches/3.8-TESTING/html/Install/index.html Thu Mar 27 18:08:48 2008
@@ -111,6 +111,10 @@
<h1>Database</h1>
+% if ( $ActionError ) {
+<span class="error"><% $ActionError %></span>
+% }
+
<form method="post">
% for ( grep $DefinedOptions{$_}, keys %DefinedOptions ) {
<input type="hidden" name="DefinedOptions" value="<% $_ %>" />
More information about the Rt-commit
mailing list