[pLog-svn] r5046 - in plugins/branches/lifetype-1.2/authimage: class/view templates
reto at devel.lifetype.net
reto at devel.lifetype.net
Sat Mar 10 19:26:26 EST 2007
Author: reto
Date: 2007-03-10 19:26:25 -0500 (Sat, 10 Mar 2007)
New Revision: 5046
Modified:
plugins/branches/lifetype-1.2/authimage/class/view/pluginauthimageconfigview.class.php
plugins/branches/lifetype-1.2/authimage/templates/authimage.template
Log:
xhtml fixes and updated default value (plog->lifetype)
Modified: plugins/branches/lifetype-1.2/authimage/class/view/pluginauthimageconfigview.class.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/class/view/pluginauthimageconfigview.class.php 2007-03-11 00:23:28 UTC (rev 5045)
+++ plugins/branches/lifetype-1.2/authimage/class/view/pluginauthimageconfigview.class.php 2007-03-11 00:26:25 UTC (rev 5046)
@@ -21,7 +21,7 @@
$length = $blogSettings->getValue( "plugin_authimage_length" );
if ($length == "") $length = 6;
$key = $blogSettings->getValue( "plugin_authimage_key" );
- if ($key == "") $key = "pLog";
+ if ($key == "") $key = "LifeType";
$expiredTime = $blogSettings->getValue( "plugin_authimage_expiredtime" );
if ($expiredTime == "") $expiredTime = 3600;
$default = $blogSettings->getValue( "plugin_authimage_default" );
@@ -40,4 +40,4 @@
parent::render();
}
}
-?>
\ No newline at end of file
+?>
Modified: plugins/branches/lifetype-1.2/authimage/templates/authimage.template
===================================================================
--- plugins/branches/lifetype-1.2/authimage/templates/authimage.template 2007-03-11 00:23:28 UTC (rev 5045)
+++ plugins/branches/lifetype-1.2/authimage/templates/authimage.template 2007-03-11 00:26:25 UTC (rev 5046)
@@ -1,13 +1,13 @@
{include file="$admintemplatepath/header.template"}
{include file="$admintemplatepath/navigation.template" showOpt=AuthImage title=$locale->tr("authimage_plugin")}
-<form name="authimageluginConfig" method="post">
+
+<form name="authimageluginConfig" 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("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" {user_cannot_override key=plugin_authimage_enabled}disabled="disabled"{/user_cannot_override} />{$locale->tr("authimage_plugin_enabled")}
</div>
@@ -17,28 +17,27 @@
<label for="length">{$locale->tr("label_length")}</label>
<span class="required">*</span>
<div class="formHelp">{$locale->tr("authimage_length")}</div>
- <input class="text" type="text" name="length" id="length" value="{$length}" width="10" {user_cannot_override key=plugin_authimage_length}disabled="disabled"{/user_cannot_override} />
+ <input class="text" type="text" name="length" id="length" value="{$length}" {user_cannot_override key=plugin_authimage_length}disabled="disabled"{/user_cannot_override} />
</div>
<div class="field">
<label for="key">{$locale->tr("label_key")}</label>
<span class="required">*</span>
<div class="formHelp">{$locale->tr("authimage_key")}</div>
- <input class="text" type="text" name="key" id="key" value="{$key}" width="10" {user_cannot_override key=plugin_authimage_key}disabled="disabled"{/user_cannot_override} />
+ <input class="text" type="text" name="key" id="key" value="{$key}" {user_cannot_override key=plugin_authimage_key}disabled="disabled"{/user_cannot_override} />
</div>
<div class="field">
<label for="expiredTime">{$locale->tr("label_expiredtime")}</label>
<span class="required">*</span>
<div class="formHelp">{$locale->tr("authimage_expiredtime")}</div>
- <input class="text" type="text" name="expiredTime" id="expiredTime" value="{$expiredTime}" width="10" {user_cannot_override key=plugin_authimage_expiredtime}disabled="disabled"{/user_cannot_override} />
+ <input class="text" type="text" name="expiredTime" id="expiredTime" value="{$expiredTime}" {user_cannot_override key=plugin_authimage_expiredtime}disabled="disabled"{/user_cannot_override} />
</div>
<div class="field">
<label for="default">{$locale->tr("label_default")}</label>
- <span class="required"></span>
<div class="formHelp">{$locale->tr("authimage_default")}</div>
- <table>
+ <table summary="">
<thead>
<tr>
<th style="width:20px;"></th>
More information about the pLog-svn
mailing list