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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Feb 28 17:48:44 GMT 2005


Author: oscar
Date: 2005-02-28 17:48:44 +0000 (Mon, 28 Feb 2005)
New Revision: 1248

Modified:
   plog/trunk/templates/wizard/step4.template
Log:
now the thumbnail of the screenshot should look a bit bigger, it was too small in my opinion...

Modified: plog/trunk/templates/wizard/step4.template
===================================================================
--- plog/trunk/templates/wizard/step4.template	2005-02-28 17:45:16 UTC (rev 1247)
+++ plog/trunk/templates/wizard/step4.template	2005-02-28 17:48:44 UTC (rev 1248)
@@ -37,7 +37,7 @@
    <span class="required">*</span>
    <div class="fieldHelp">Default template that will be used throughout your site</div>
     {foreach from=$siteTemplates item=template}
-     <img height="150" width="150" src="{$template->getScreenshotUrl()}" alt="{$template->getName()}" /><br/>
+     <img height="300" width="300" src="{$template->getScreenshotUrl()}" alt="{$template->getName()}" /><br/>
      <input type="radio" class="radio" id="blogTemplate" name="blogTemplate" value="{$template->getName()}" {if $blogTemplate==$template->getName()}checked="checked"{/if} /> {$template->getName()}<br/>
     {/foreach}
     {include file="wizard/validate.template" field=blogTemplate message="Please select a template for the blog"}




More information about the pLog-svn mailing list