[pLog-svn] r3644 - plog/trunk/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Jun 23 15:23:37 GMT 2006


Author: oscar
Date: 2006-06-23 15:23:36 +0000 (Fri, 23 Jun 2006)
New Revision: 3644

Modified:
   plog/trunk/templates/admin/globalsettings_summary.template
Log:
missing parameter


Modified: plog/trunk/templates/admin/globalsettings_summary.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_summary.template	2006-06-23 15:23:09 UTC (rev 3643)
+++ plog/trunk/templates/admin/globalsettings_summary.template	2006-06-23 15:23:36 UTC (rev 3644)
@@ -59,4 +59,11 @@
     <input class="radio" type="radio" id="config[use_captcha_auth]" name="config[use_captcha_auth]" value="1" {if $use_captcha_auth == 1 } checked="checked" {/if} />{$locale->tr("yes")}
     <input class="radio" type="radio" id="config[use_captcha_auth]" name="config[use_captcha_auth]" value="0" {if $use_captcha_auth == 0 } checked="checked" {/if} />{$locale->tr("no")}  
   </div>
+  <!-- use_http_accept_language_detection -->
+  <div class="field">
+    <label for="config[use_http_accept_language_detection]">use_http_accept_language_detection</label>  
+    <div class="formHelp">{$locale->tr("help_use_http_accept_language_detection")}</div>
+    <input class="radio" type="radio" id="config[use_http_accept_language_detection]" name="config[use_http_accept_language_detection]" value="1" {if $use_http_accept_language_detection == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[use_http_accept_language_detection]" name="config[use_http_accept_language_detection]" value="0" {if $use_http_accept_language_detection == 0 } checked="checked" {/if} />{$locale->tr("no")}  
+  </div>
  </div> 
\ No newline at end of file



More information about the pLog-svn mailing list