summaryrefslogtreecommitdiff
path: root/templates/admin_login.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-20 11:11:18 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-20 11:11:18 +0000
commitfb651f36f35050e741041f4f494f537b2ebdb1dc (patch)
treef6a0d37893083f6a1ef1f0c2d276b6daa6bcc837 /templates/admin_login.tpl
parentfc62e08421ddedf39332820910f9ab5cfd238ae7 (diff)
downloadusers-fb651f36f35050e741041f4f494f537b2ebdb1dc.tar.gz
users-fb651f36f35050e741041f4f494f537b2ebdb1dc.tar.bz2
users-fb651f36f35050e741041f4f494f537b2ebdb1dc.zip
merge recent changes into HEAD
Diffstat (limited to 'templates/admin_login.tpl')
-rw-r--r--templates/admin_login.tpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/admin_login.tpl b/templates/admin_login.tpl
index b011209..e6901b7 100644
--- a/templates/admin_login.tpl
+++ b/templates/admin_login.tpl
@@ -59,6 +59,32 @@
{/form}
{/jstab}
+ {jstab title="Registration Form"}
+ {form legend="Registration Form"}
+ <input type="hidden" name="page" value="{$page}" />
+
+ <p class="formhelp">{tr}Here you can specify what the registration page should look like. All these settings will still be available from the users preferences page.{/tr}</p>
+
+ {foreach from=$registerSettings key=feature item=output}
+ <div class="row">
+ {formlabel label=`$output.label` for=$feature}
+ {forminput}
+ {if $output.type == 'text'}
+ <input type="text" size="50" name="{$feature}" id="{$feature}" value="{$gBitSystemPrefs.$feature|escape}" />
+ {else}
+ {html_checkboxes name="$feature" values="y" checked=`$gBitSystemPrefs.$feature` labels=false id=$feature}
+ {/if}
+ {formhelp note=`$output.note` page=`$output.page` link=`$output.link`}
+ {/forminput}
+ </div>
+ {/foreach}
+
+ <div class="row submit">
+ <input type="submit" name="registerprefs" value="{tr}Change preferences{/tr}" />
+ </div>
+ {/form}
+ {/jstab}
+
{jstab title="HTTP Settings"}
{form legend="HTTP Settings"}
<input type="hidden" name="page" value="{$page}" />