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

reto at devel.lifetype.net reto at devel.lifetype.net
Thu Apr 27 21:18:13 GMT 2006


Author: reto
Date: 2006-04-27 21:18:13 +0000 (Thu, 27 Apr 2006)
New Revision: 3291

Modified:
   plog/trunk/templates/admin/globalsettings_summary.template
Log:
oops, was one file too much in the last commit. sorry. multi language summary is still not working properly. my bad :(

Modified: plog/trunk/templates/admin/globalsettings_summary.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_summary.template	2006-04-27 20:17:23 UTC (rev 3290)
+++ plog/trunk/templates/admin/globalsettings_summary.template	2006-04-27 21:18:13 UTC (rev 3291)
@@ -59,13 +59,4 @@
     <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