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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Dec 29 00:37:22 GMT 2004


Author: oscar
Date: 2004-12-29 00:37:21 +0000 (Wed, 29 Dec 2004)
New Revision: 592

Modified:
   plog/trunk/templates/wizard/step4.template
Log:
this file was using "summary/validate.template" instead of "wizard/validate.template"


Modified: plog/trunk/templates/wizard/step4.template
===================================================================
--- plog/trunk/templates/wizard/step4.template	2004-12-29 00:34:58 UTC (rev 591)
+++ plog/trunk/templates/wizard/step4.template	2004-12-29 00:37:21 UTC (rev 592)
@@ -20,7 +20,7 @@
    <span class="required">*</span>
    <div class="fieldHelp">Short but descriptive name for the new blog</div>
    <input type="text" style="width:100%" name="blogName" value="{$blogName}"/>
-   {include file="summary/validate.template" field=blogName message="Blog name is missing or incorrect"}
+   {include file="wizard/validate.template" field=blogName message="Blog name is missing or incorrect"}
   </div>
   <div class="field">
    <label for="blogLocale">Language</label>
@@ -40,7 +40,7 @@
      <img height="150" width="150" src="{$template->getScreenshotUrl()}" alt="{$template->getName()}" /><br/>
      <input type="radio" class="radio" name="blogTemplate" value="{$template->getName()}" {if $blogTemplate==$template->getName()}checked="checked"{/if} /> {$template->getName()}<br/>
     {/foreach}
-    {include file="summary/validate.template" field=blogTemplate message="Please select a template for the blog"}
+    {include file="wizard/validate.template" field=blogTemplate message="Please select a template for the blog"}
   </div>
  </fieldset>
  <div class="buttons">  
@@ -51,4 +51,4 @@
    <input type="hidden" name="ownerid" value="{$ownerid}"/>
   </div>
 </form>
-{include file="wizard/footer.template"}
\ No newline at end of file
+{include file="wizard/footer.template"}




More information about the pLog-svn mailing list