[pLog-svn] r5443 - plugins/branches/lifetype-1.2/iconize/templates

reto at devel.lifetype.net reto at devel.lifetype.net
Thu May 24 14:12:25 EDT 2007


Author: reto
Date: 2007-05-24 14:12:25 -0400 (Thu, 24 May 2007)
New Revision: 5443

Modified:
   plugins/branches/lifetype-1.2/iconize/templates/iconize.template
Log:
fix for enable/disable checkbox in the per blog settings page

Modified: plugins/branches/lifetype-1.2/iconize/templates/iconize.template
===================================================================
--- plugins/branches/lifetype-1.2/iconize/templates/iconize.template	2007-05-24 06:30:10 UTC (rev 5442)
+++ plugins/branches/lifetype-1.2/iconize/templates/iconize.template	2007-05-24 18:12:25 UTC (rev 5443)
@@ -1,30 +1,32 @@
 {include file="$admintemplatepath/header.template"}
 {include file="$admintemplatepath/navigation.template" showOpt=IcoNize title=$locale->tr("iconize_plugin")}
 
-{$locale->tr("iconize_info")}
-
 <form name="iconizePluginConfig" action="admin.php" method="post">
  <fieldset class="inputField">
  <legend>{$locale->tr("label_configuration")}</legend>
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}  
   <div class="field">
+  {$locale->tr("iconize_info")}
+  </div>
+  <div class="field">
    <label for="pluginEnabled">{$locale->tr("iconize_plugin_enabled")}</label>
 
    <div class="formHelp">
     <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" {user_cannot_override key=plugin_iconize_enabled}disabled="disabled"{/user_cannot_override}/>{$locale->tr("iconize_plugin_enabled")}
    </div>
   </div>
- 
+
  </fieldset>
-</form>
-
- <div class="buttons">
+  <div class="buttons">
   <input type="hidden" name="op" value="updateiconize" />
   <input type="reset" name="{$locale->tr("reset")}" />
   <input type="submit" name="{$locale->tr("update_settings")}" value="{$locale->tr("update")}" />
- </div>
+ </div> 
+</form>
 
 
+
+
 {include file="$admintemplatepath/footernavigation.template"}
 {include file="$admintemplatepath/footer.template"}



More information about the pLog-svn mailing list