[pLog-svn] r4969 - plugins/branches/lifetype-1.2/openid/templates
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Sat Mar 3 19:55:12 EST 2007
Author: jondaley
Date: 2007-03-03 19:55:12 -0500 (Sat, 03 Mar 2007)
New Revision: 4969
Modified:
plugins/branches/lifetype-1.2/openid/templates/openid.template
Log:
add in override settings. Oscar thinks of everything...
Modified: plugins/branches/lifetype-1.2/openid/templates/openid.template
===================================================================
--- plugins/branches/lifetype-1.2/openid/templates/openid.template 2007-03-04 00:52:05 UTC (rev 4968)
+++ plugins/branches/lifetype-1.2/openid/templates/openid.template 2007-03-04 00:55:12 UTC (rev 4969)
@@ -8,7 +8,13 @@
<div class="field">
<label for="pluginEnabled">{$locale->tr("label_enable")}</label>
<div class="formHelp"> {$locale->tr("openid_enable_help")} </div>
- <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("openid_plugin_enabled")}
+ <input class="checkbox" type="checkbox" name="pluginEnabled"
+ id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if}
+ {user_cannot_override
+ key=plugin_openid_enabled}disabled="disabled"
+ {/user_cannot_override}
+ value="1" />
+ {$locale->tr("openid_plugin_enabled")}
</div>
</fieldset>
@@ -20,4 +26,4 @@
</div>
</form>
{include file="$admintemplatepath/footernavigation.template"}
-{include file="$admintemplatepath/footer.template"}
\ No newline at end of file
+{include file="$admintemplatepath/footer.template"}
More information about the pLog-svn
mailing list