[pLog-svn] r1144 - in plugins/trunk: articlereferers/templates authimage/templates contentfilter/templates delicious/templates dropcase/templates flickr/templates gravatar/templates hostblock/templates karma/templates nofollow/templates recentcomments/templates recenttrackbacks/templates secret/templates smileys/templates topcommentposts/templates topcommentvisitors/templates topreadposts/templates toptrackbackposts/templates

mark at devel.plogworld.net mark at devel.plogworld.net
Sun Feb 20 06:28:45 GMT 2005


Author: mark
Date: 2005-02-20 06:28:44 +0000 (Sun, 20 Feb 2005)
New Revision: 1144

Modified:
   plugins/trunk/articlereferers/templates/articlereferers.template
   plugins/trunk/authimage/templates/authimage.template
   plugins/trunk/contentfilter/templates/blogfilteredcontent.template
   plugins/trunk/contentfilter/templates/filteredcontent.template
   plugins/trunk/delicious/templates/delicious.template
   plugins/trunk/dropcase/templates/dropcase.template
   plugins/trunk/flickr/templates/flickr.template
   plugins/trunk/gravatar/templates/gravatar.template
   plugins/trunk/hostblock/templates/blockedhosts.template
   plugins/trunk/hostblock/templates/blogblockedhosts.template
   plugins/trunk/karma/templates/pluginsettings.template
   plugins/trunk/nofollow/templates/nofollow.template
   plugins/trunk/recentcomments/templates/recentcomments.template
   plugins/trunk/recenttrackbacks/templates/recenttrackbacks.template
   plugins/trunk/secret/templates/pluginsettings.template
   plugins/trunk/smileys/templates/smileys.template
   plugins/trunk/topcommentposts/templates/topcommentposts.template
   plugins/trunk/topcommentvisitors/templates/topcommentvisitors.template
   plugins/trunk/topreadposts/templates/topreadposts.template
   plugins/trunk/toptrackbackposts/templates/toptrackbackposts.template
Log:
Update a typo error "?\238?\185?\150/if}" to " {/if}.

Have no idea why this werid code can parse by smarty without problem :(

Modified: plugins/trunk/articlereferers/templates/articlereferers.template
===================================================================
--- plugins/trunk/articlereferers/templates/articlereferers.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/articlereferers/templates/articlereferers.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("articlereferers_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("articlereferers_plugin_enabled")}
    </div>
   </div>
   

Modified: plugins/trunk/authimage/templates/authimage.template
===================================================================
--- plugins/trunk/authimage/templates/authimage.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/authimage/templates/authimage.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-     <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("authimage_plugin_enabled")}
+     <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("authimage_plugin_enabled")}
    </div>
   </div> 
 

Modified: plugins/trunk/contentfilter/templates/blogfilteredcontent.template
===================================================================
--- plugins/trunk/contentfilter/templates/blogfilteredcontent.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/contentfilter/templates/blogfilteredcontent.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
      <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
      <span class="required"></span>
      <div class="formHelp">
-      <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("contentfilter_plugin_enabled")}
+      <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("contentfilter_plugin_enabled")}
      </div>
     </div>
     <div class="list_nav_option">

Modified: plugins/trunk/contentfilter/templates/filteredcontent.template
===================================================================
--- plugins/trunk/contentfilter/templates/filteredcontent.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/contentfilter/templates/filteredcontent.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
      <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
      <span class="required"></span>
      <div class="formHelp">
-      <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("contentfilter_plugin_enabled")}
+      <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("contentfilter_plugin_enabled")}
      </div>
     </div>
     <div class="list_nav_option">

Modified: plugins/trunk/delicious/templates/delicious.template
===================================================================
--- plugins/trunk/delicious/templates/delicious.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/delicious/templates/delicious.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>   
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("delicious_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("delicious_plugin_enabled")}
    </div>
   </div>
   

Modified: plugins/trunk/dropcase/templates/dropcase.template
===================================================================
--- plugins/trunk/dropcase/templates/dropcase.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/dropcase/templates/dropcase.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -8,7 +8,7 @@
   <div class="field">
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <div class="formHelp">   
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("dropcase_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("dropcase_plugin_enabled")}
    </div>
   </div>
 

Modified: plugins/trunk/flickr/templates/flickr.template
===================================================================
--- plugins/trunk/flickr/templates/flickr.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/flickr/templates/flickr.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>   
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("flickr_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("flickr_plugin_enabled")}
    </div>
   </div>
   

Modified: plugins/trunk/gravatar/templates/gravatar.template
===================================================================
--- plugins/trunk/gravatar/templates/gravatar.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/gravatar/templates/gravatar.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-     <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("gravatar_plugin_enabled")}
+     <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("gravatar_plugin_enabled")}
    </div>
   </div> 
 

Modified: plugins/trunk/hostblock/templates/blockedhosts.template
===================================================================
--- plugins/trunk/hostblock/templates/blockedhosts.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/hostblock/templates/blockedhosts.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
      <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
      <span class="required"></span>
      <div class="formHelp">
-      <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("hostblock_plugin_enabled")}
+      <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("hostblock_plugin_enabled")}
      </div>
     </div>
     <div class="list_nav_option">

Modified: plugins/trunk/hostblock/templates/blogblockedhosts.template
===================================================================
--- plugins/trunk/hostblock/templates/blogblockedhosts.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/hostblock/templates/blogblockedhosts.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
      <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
      <span class="required"></span>
      <div class="formHelp">
-      <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("hostblock_plugin_enabled")}
+      <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("hostblock_plugin_enabled")}
      </div>
     </div>
     <div class="list_nav_option">

Modified: plugins/trunk/karma/templates/pluginsettings.template
===================================================================
--- plugins/trunk/karma/templates/pluginsettings.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/karma/templates/pluginsettings.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>   
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("karma_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("karma_plugin_enabled")}
    </div>
   </div>
 
@@ -17,7 +17,7 @@
    <label for="disableNegative">{$locale->tr("label_disablenegative")}</label>
    <span class="required"></span>   
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="disableNegative" id="disableNegative" {if $disableNegative} checked="checked" {/if} value="1" />{$locale->tr("karma_disablenegative")}
+    <input class="checkbox" type="checkbox" name="disableNegative" id="disableNegative" {if $disableNegative} checked="checked" {/if} value="1" />{$locale->tr("karma_disablenegative")}
    </div>
   </div>  
 
@@ -32,7 +32,7 @@
    <label for="trackVoters"">{$locale->tr("label_trackvoters")}</label>
    <span class="required"></span>   
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="trackVoters"" id="trackVoters"" {if $trackVoters} checked="checked" {/if} value="1" />{$locale->tr("karma_trackvoters")}
+    <input class="checkbox" type="checkbox" name="trackVoters"" id="trackVoters"" {if $trackVoters} checked="checked" {/if} value="1" />{$locale->tr("karma_trackvoters")}
    </div>
   </div>  
 

Modified: plugins/trunk/nofollow/templates/nofollow.template
===================================================================
--- plugins/trunk/nofollow/templates/nofollow.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/nofollow/templates/nofollow.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -8,7 +8,7 @@
   <div class="field">
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <div class="formHelp">   
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("nofollow_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("nofollow_plugin_enabled")}
    </div>
   </div>
   

Modified: plugins/trunk/recentcomments/templates/recentcomments.template
===================================================================
--- plugins/trunk/recentcomments/templates/recentcomments.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/recentcomments/templates/recentcomments.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("recentcomments_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("recentcomments_plugin_enabled")}
    </div>
   </div>
   

Modified: plugins/trunk/recenttrackbacks/templates/recenttrackbacks.template
===================================================================
--- plugins/trunk/recenttrackbacks/templates/recenttrackbacks.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/recenttrackbacks/templates/recenttrackbacks.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">   
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("recenttrackbacks_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("recenttrackbacks_plugin_enabled")}
    </div>
   </div>
     

Modified: plugins/trunk/secret/templates/pluginsettings.template
===================================================================
--- plugins/trunk/secret/templates/pluginsettings.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/secret/templates/pluginsettings.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -8,7 +8,7 @@
   <div class="field">
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <div class="formHelp">   
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("secret_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("secret_plugin_enabled")}
    </div>
   </div>
 

Modified: plugins/trunk/smileys/templates/smileys.template
===================================================================
--- plugins/trunk/smileys/templates/smileys.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/smileys/templates/smileys.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-     <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("smileys_plugin_enabled")}
+     <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("smileys_plugin_enabled")}
    </div>
   </div> 
 

Modified: plugins/trunk/topcommentposts/templates/topcommentposts.template
===================================================================
--- plugins/trunk/topcommentposts/templates/topcommentposts.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/topcommentposts/templates/topcommentposts.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("topcommentposts_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("topcommentposts_plugin_enabled")}
    </div>
   </div>   
 

Modified: plugins/trunk/topcommentvisitors/templates/topcommentvisitors.template
===================================================================
--- plugins/trunk/topcommentvisitors/templates/topcommentvisitors.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/topcommentvisitors/templates/topcommentvisitors.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("topcommentvisitors_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("topcommentvisitors_plugin_enabled")}
    </div>
   </div>
      

Modified: plugins/trunk/topreadposts/templates/topreadposts.template
===================================================================
--- plugins/trunk/topreadposts/templates/topreadposts.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/topreadposts/templates/topreadposts.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("topreadposts_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("topreadposts_plugin_enabled")}
    </div>
   </div> 
     

Modified: plugins/trunk/toptrackbackposts/templates/toptrackbackposts.template
===================================================================
--- plugins/trunk/toptrackbackposts/templates/toptrackbackposts.template	2005-02-19 16:24:12 UTC (rev 1143)
+++ plugins/trunk/toptrackbackposts/templates/toptrackbackposts.template	2005-02-20 06:28:44 UTC (rev 1144)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("toptrackbackposts_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("toptrackbackposts_plugin_enabled")}
    </div>
   </div>
 




More information about the pLog-svn mailing list