[pLog-svn] r601 - plog/trunk/templates/wizard

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Dec 29 14:06:56 GMT 2004


Author: oscar
Date: 2004-12-29 14:06:55 +0000 (Wed, 29 Dec 2004)
New Revision: 601

Modified:
   plog/trunk/templates/wizard/intro.template
Log:
the database name was missing after an error, thanks benjamin for the fix!

Modified: plog/trunk/templates/wizard/intro.template
===================================================================
--- plog/trunk/templates/wizard/intro.template	2004-12-29 14:03:42 UTC (rev 600)
+++ plog/trunk/templates/wizard/intro.template	2004-12-29 14:06:55 UTC (rev 601)
@@ -48,7 +48,7 @@
    <div class="field">
     <label for="dbName">Database name</label>
     <span class="required">*</span> 
-    <input style="width:100%" type="text" id="dbName" name="dbName" value=""/>
+    <input style="width:100%" type="text" id="dbName" name="dbName" value="{$dbName}"/>
     <div class="formHelp">Name of the database where tables will be created</div>
     {include file="wizard/validate.template" field=dbName message="Database name is missing or incorrect"}    
    </div> 




More information about the pLog-svn mailing list