[pLog-svn] r5048 - plugins/branches/lifetype-1.2/iconize/templates
reto at devel.lifetype.net
reto at devel.lifetype.net
Sat Mar 10 19:37:42 EST 2007
Author: reto
Date: 2007-03-10 19:37:42 -0500 (Sat, 10 Mar 2007)
New Revision: 5048
Modified:
plugins/branches/lifetype-1.2/iconize/templates/iconize.template
Log:
woops, layout fix
Modified: plugins/branches/lifetype-1.2/iconize/templates/iconize.template
===================================================================
--- plugins/branches/lifetype-1.2/iconize/templates/iconize.template 2007-03-11 00:27:23 UTC (rev 5047)
+++ plugins/branches/lifetype-1.2/iconize/templates/iconize.template 2007-03-11 00:37:42 UTC (rev 5048)
@@ -3,28 +3,28 @@
{$locale->tr("iconize_info")}
-<form name="iconizePluginConfig" method="post">
+<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">
<label for="pluginEnabled">{$locale->tr("iconize_plugin_enabled")}</label>
- <span class="required"></span>
+
<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>
- </div>
+ </fieldset>
+</form>
<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>
- </fieldset>
-</form>
-<p> </p>
+
+{include file="$admintemplatepath/footernavigation.template"}
{include file="$admintemplatepath/footer.template"}
More information about the pLog-svn
mailing list