[pLog-svn] r1276 - in plog/trunk/templates: summary wizard

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Mar 2 07:49:06 GMT 2005


Author: oscar
Date: 2005-03-02 07:49:06 +0000 (Wed, 02 Mar 2005)
New Revision: 1276

Modified:
   plog/trunk/templates/summary/formvalidate.template
   plog/trunk/templates/summary/message.template
   plog/trunk/templates/summary/pager.template
   plog/trunk/templates/wizard/intro.template
   plog/trunk/templates/wizard/step1.template
   plog/trunk/templates/wizard/step2.template
   plog/trunk/templates/wizard/step3.template
   plog/trunk/templates/wizard/step4.template
   plog/trunk/templates/wizard/step5.template
   plog/trunk/templates/wizard/update1.template
   plog/trunk/templates/wizard/update2.template
   plog/trunk/templates/wizard/update3.template
   plog/trunk/templates/wizard/update4.template
Log:
I new I was going to forget some templates pointing to the wrong icons... anyway, I've fixed all I could find
in the summary and wizard templates and they are now pointing to the right place. Please do the same if you
find more!


Modified: plog/trunk/templates/summary/formvalidate.template
===================================================================
--- plog/trunk/templates/summary/formvalidate.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/summary/formvalidate.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -3,7 +3,7 @@
 **}
   {if ($form->formHasRun() && !$form->formIsValid()) || $viewIsError}
 	  <div id="FormError">
-	   <img src="imgs/icon_warning-16.png" alt="Info" class="InfoIcon" />
+	   <img src="imgs/admin/icon_warning-16.png" alt="Info" class="InfoIcon" />
 	   <span style="color:red">{$message}</span>
 	  </div>
   {/if}  

Modified: plog/trunk/templates/summary/message.template
===================================================================
--- plog/trunk/templates/summary/message.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/summary/message.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -2,13 +2,13 @@
 <div id="onecolumn">
 {if $viewIsSuccess}
 <div id="FormInfo">
-  <img src="imgs/icon_info-16.png" alt="Info" class="InfoIcon" />
+  <img src="imgs/admin/icon_info-16.png" alt="Info" class="InfoIcon" />
   <p class="InfoText">{if $message==""}{$viewSuccessMessage}{else}{$message}{/if}</p>
 </div>
 {/if}
 {if $viewIsError}
 <div id="FormError">
-  <img src="imgs/icon_warning-16.png" alt="Info" class="InfoIcon" />
+  <img src="imgs/admin/icon_warning-16.png" alt="Info" class="InfoIcon" />
   <p class="ErrorText">{if $message==""}{$viewErrorMessage}{else}{$message}{/if}</p>
 </div>
 {/if}

Modified: plog/trunk/templates/summary/pager.template
===================================================================
--- plog/trunk/templates/summary/pager.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/summary/pager.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -12,7 +12,7 @@
 	</script>
 	{if !$pager->isFirstPage() && !$pager->isEmpty()}
 	 <span class="list_action_button">
-	   <a href="{$pager->getPrevPageLink()}"><img src="imgs/icon_left-16.png" alt="Previous" /></a>
+	   <a href="{$pager->getPrevPageLink()}"><img src="imgs/admin/icon_left-16.png" alt="Previous" /></a>
 	 </span>  
 	{/if}
 	<select name="plogPager" onChange="onPagerListChange(this)" {if $pager->isEmpty()}disabled="disabled"{/if}>
@@ -22,7 +22,7 @@
 	</select>
 	{if !$pager->isLastPage() && !$pager->isEmpty()}
 	 <span class="list_action_button">
-	   <a href="{$pager->getNextPageLink()}"><img src="imgs/icon_right-16.png" alt="Next" /></a>
+	   <a href="{$pager->getNextPageLink()}"><img src="imgs/admin/icon_right-16.png" alt="Next" /></a>
 	 </span>
 	{/if}
 {elseif $style=="links"}	

Modified: plog/trunk/templates/wizard/intro.template
===================================================================
--- plog/trunk/templates/wizard/intro.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/intro.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -4,12 +4,12 @@
    <legend>Database settings</legend>  
    {if $viewIsError}
     <div class="wizardError">
-     <img src="imgs/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
+     <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
      <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
     </div> 
    {else}
      <div class="wizardInfo">
-      <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
+      <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
       <p class="wizardInfoText">Welcome to the configuration wizard of pLog. This wizard will guide you through the process of installing pLog {$version}
       <br/><br/>
       The first thing that it is needed to know

Modified: plog/trunk/templates/wizard/step1.template
===================================================================
--- plog/trunk/templates/wizard/step1.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/step1.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -4,12 +4,12 @@
   <legend>Database Initialization</legend>   
   {if $viewIsError}
     <div class="wizardError">
-     <img src="imgs/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
+     <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
      <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
     </div>
   {else}
    <div class="wizardInfo">
-     <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" />   
+     <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />   
      <p class="wizardInfoText">The following information has been saved to the configuration file. Now the tables
      are going to be created in the database.</p>
    </div>  

Modified: plog/trunk/templates/wizard/step2.template
===================================================================
--- plog/trunk/templates/wizard/step2.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/step2.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -5,12 +5,12 @@
   <br/>   
    {if $viewIsError}
     <div class="wizardError">
-     <img src="imgs/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
+     <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
      <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
     </div> 
    {else}
    <div class="wizardInfo">
-    <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" />   
+    <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />   
     <p class="wizardInfoText">The database and the tables needed have been successfuly created. We can now
     proceed to the next step where we will create a user and a blog.</p>
   </div>

Modified: plog/trunk/templates/wizard/step3.template
===================================================================
--- plog/trunk/templates/wizard/step3.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/step3.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -4,12 +4,12 @@
   <legend>User Creation</legend>
 {if $viewIsError}
     <div class="wizardError">
-     <img src="imgs/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
+     <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
      <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
     </div> 
 {else}
  <div class="wizardInfo">
-  <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" /> 
+  <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" /> 
   <p class="wizardInfoText">At least one user is needed to run pLog and this user will be given administrator privileges. The administrator
   user is allowed to configure pLog from within the administration interface, as well as
   adding and removing users and blogs, etc.</p>

Modified: plog/trunk/templates/wizard/step4.template
===================================================================
--- plog/trunk/templates/wizard/step4.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/step4.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -4,12 +4,12 @@
 <legend>Blog Creation</legend>
 {if $viewIsError}
     <div class="wizardError">
-     <img src="imgs/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
+     <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
      <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
     </div> 
 {else}
  <div class="wizardInfo">
-  <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" /> 
+  <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" /> 
   <p class="wizardInfoText"> 
    Your user has been successfully registered! Now a blog should be created.
   </p>

Modified: plog/trunk/templates/wizard/step5.template
===================================================================
--- plog/trunk/templates/wizard/step5.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/step5.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -2,7 +2,7 @@
 <form method="post">
  <fieldset class="inputField">
   <div class="wizardInfo">
-  <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" />   
+  <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />   
   <p class="wizardInfoText">Installation is complete!<br/>
   <br/>
   {$message}

Modified: plog/trunk/templates/wizard/update1.template
===================================================================
--- plog/trunk/templates/wizard/update1.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/update1.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -4,12 +4,12 @@
 <legend>Database Info</legend>
 {if $viewIsError}
      <div class="wizardError">
-     <img src="imgs/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
+     <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
      <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
     </div> 
 {else}
  <div class="wizardInfo">
-  <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
+  <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
    <p class="wizardInfoText">
   The following database settings have been detected in the configuration file. Please make sure
   that they are correct and press "Next" to move to the next step. If they are not correct,

Modified: plog/trunk/templates/wizard/update2.template
===================================================================
--- plog/trunk/templates/wizard/update2.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/update2.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -4,12 +4,12 @@
 <legend>Database Changes</legend>
 {if $viewIsError}
     <div class="wizardError">
-     <img src="imgs/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
+     <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
      <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
     </div>
 {else}
    <div class="wizardInfo">
-    <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
+    <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
     <p class="wizardInfoText">
     {if $multipleSteps}
        Processing {$numPosts} posts per step, out of {$totalPosts}.<br/>

Modified: plog/trunk/templates/wizard/update3.template
===================================================================
--- plog/trunk/templates/wizard/update3.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/update3.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -4,12 +4,12 @@
 <legend>Data Changes</legend>
 {if $viewIsError}
     <div class="wizardError">
-     <img src="imgs/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
+     <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
      <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
     </div>
 {else}
    <div class="wizardInfo">
-    <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
+    <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
     <p class="wizardInfoText">
     The table holding the posts has been updated successfully. In total, {$totalPosts} posts have
     been updated.<br/><br/>

Modified: plog/trunk/templates/wizard/update4.template
===================================================================
--- plog/trunk/templates/wizard/update4.template	2005-03-02 06:51:20 UTC (rev 1275)
+++ plog/trunk/templates/wizard/update4.template	2005-03-02 07:49:06 UTC (rev 1276)
@@ -4,12 +4,12 @@
 <legend>Upgrade Complete</legend>
 {if $viewIsError}
     <div class="wizardError">
-     <img src="imgs/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
+     <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
      <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
     </div>
 {else}
    <div class="wizardInfo">
-    <img src="imgs/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
+    <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
     <p class="wizardInfoText">
   Installation is complete. Congratulations, Your 0.3-based installation has been updated
   to version 1.0.




More information about the pLog-svn mailing list