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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jan 4 14:00:23 GMT 2005


Author: oscar
Date: 2005-01-04 14:00:22 +0000 (Tue, 04 Jan 2005)
New Revision: 660

Modified:
   plog/trunk/templates/admin/globalsettings.template
   plog/trunk/templates/admin/globalsettings_bayesian.template
   plog/trunk/templates/admin/globalsettings_email.template
   plog/trunk/templates/admin/globalsettings_general.template
   plog/trunk/templates/admin/globalsettings_helpers.template
   plog/trunk/templates/admin/globalsettings_interfaces.template
   plog/trunk/templates/admin/globalsettings_resources.template
   plog/trunk/templates/admin/globalsettings_search.template
   plog/trunk/templates/admin/globalsettings_security.template
   plog/trunk/templates/admin/globalsettings_summary.template
   plog/trunk/templates/admin/globalsettings_templates.template
   plog/trunk/templates/admin/globalsettings_uploads.template
   plog/trunk/templates/admin/globalsettings_url.template
Log:
cleaned up the html markup a bit

Modified: plog/trunk/templates/admin/globalsettings.template
===================================================================
--- plog/trunk/templates/admin/globalsettings.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -10,6 +10,7 @@
   
   <form name="updateGlobalSettings" action="admin.php" method="post">
    <fieldset class="inputField">
+	<legend>{$locale->tr("editSiteSettings")}</legend>
    
    {include file="$admintemplatepath/globalsettings_general.template"}
 

Modified: plog/trunk/templates/admin/globalsettings_bayesian.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_bayesian.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_bayesian.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -7,8 +7,8 @@
    <div class="field">
     <label for="config[bayesian_filter_enabled]">bayesian_filter_enabled</label>
 	<div class="formHelp">{$locale->tr("help_bayesian_filter_enabled")}</div>
-    <input class="radio" type="radio" name="config[bayesian_filter_enabled]" id="config[bayesian_filter_enabled]" value="1" {if $bayesian_filter_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[bayesian_filter_enabled]" id="config[bayesian_filter_enabled]" value="0" {if $bayesian_filter_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[bayesian_filter_enabled]" id="config[bayesian_filter_enabled]" value="1" {if $bayesian_filter_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[bayesian_filter_enabled]" id="config[bayesian_filter_enabled]" value="0" {if $bayesian_filter_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- bayesian_filter_spam_probability_treshold -->
    <div class="field">
@@ -45,8 +45,8 @@
     <label for="config[bayesian_filter_spam_comments_action]">bayesian_filter_spam_comments_action</label>
 	<div class="fieldHelp">{$locale->tr("help_bayesian_filter_spam_comments_action")}</div>
     <select name="config[bayesian_filter_spam_comments_action]" id="config[bayesian_filter_nonspam_probability_treshold]">
-      <option value="0" {if $bayesian_filter_spam_comments_action == 0} selected="selected" {/if}>{$locale->tr("keep_spam_comments")}</option>
-      <option value="1" {if $bayesian_filter_spam_comments_action == 1} selected="selected" {/if}>{$locale->tr("throw_away_spam_comments")}</option>
+      <option value="0" {if $bayesian_filter_spam_comments_action == 0} selected="selected" {/if} />{$locale->tr("keep_spam_comments")}</option>
+      <option value="1" {if $bayesian_filter_spam_comments_action == 1} selected="selected" {/if} />{$locale->tr("throw_away_spam_comments")}</option>
     </select>
    </div>
 </div>
\ No newline at end of file

Modified: plog/trunk/templates/admin/globalsettings_email.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_email.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_email.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -5,15 +5,15 @@
    <div class="field">
     <label for="config[check_email_address_validity]">check_email_address_validity</label>
 	<div class="formHelp">{$locale->tr("help_check_email_address_validity")}</div>
-    <input class="radio" type="radio" id="config[check_email_address_validity]" name="config[check_email_address_validity]" value="1" {if $check_email_address_validity == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[check_email_address_validity]" name="config[check_email_address_validity]" value="0" {if $check_email_address_validity == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[check_email_address_validity]" name="config[check_email_address_validity]" value="1" {if $check_email_address_validity == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[check_email_address_validity]" name="config[check_email_address_validity]" value="0" {if $check_email_address_validity == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- email_service_enabled -->
    <div class="field">
     <label for="config[email_service_enabled]">email_service_enabled</label>
 	<div class="formHelp">{$locale->tr("help_email_service_enabled")}</div>
-    <input class="radio" type="radio" id="config[email_service_enabled]" name="config[email_service_enabled]" value="1" {if $email_service_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[email_service_enabled]" name="config[email_service_enabled]" value="0" {if $email_service_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[email_service_enabled]" name="config[email_service_enabled]" value="1" {if $email_service_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[email_service_enabled]" name="config[email_service_enabled]" value="0" {if $email_service_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- post_notification_source_address -->
    <div class="field">
@@ -26,10 +26,10 @@
     <label for="config[email_service_type]">email_service_type</label>
     <div class="formHelp">{$locale->tr("help_email_service_type")}</div>
 	<select name="config[email_service_type]" id="config[email_service_type]">
-      <option value="php" {if $email_service_type == "php"} selected="selected" {/if}>PHP mail()</option>
-      <option value="smtp" {if $email_service_type == "smtp"} selected="selected" {/if}>SMTP</option>
-      <option value="qmail" {if $email_service_type == "qmail"} selected="selected" {/if}>Qmail</option>
-      <option value="sendmail" {if $email_service_type == "sendmail"} selected="selected" {/if}>Sendmail</option>
+      <option value="php" {if $email_service_type == "php"} selected="selected" {/if} />PHP mail()</option>
+      <option value="smtp" {if $email_service_type == "smtp"} selected="selected" {/if} />SMTP</option>
+      <option value="qmail" {if $email_service_type == "qmail"} selected="selected" {/if} />Qmail</option>
+      <option value="sendmail" {if $email_service_type == "sendmail"} selected="selected" {/if} />Sendmail</option>
      </select>
    </div>	 
    <!-- smtp_host -->
@@ -48,8 +48,8 @@
    <div class="field">
     <label for="config[smtp_use_authentication]">smtp_use_authentication</label>
 	<div class="formHelp">{$locale->tr("help_smtp_use_authentication")}</div>
-    <input class="radio" type="radio" id="config[smtp_use_authentication]" name="config[smtp_use_authentication]" value="1" {if $smtp_use_authentication == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[smtp_use_authentication]" name="config[smtp_use_authentication]" value="0" {if $smtp_use_authentication == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[smtp_use_authentication]" name="config[smtp_use_authentication]" value="1" {if $smtp_use_authentication == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[smtp_use_authentication]" name="config[smtp_use_authentication]" value="0" {if $smtp_use_authentication == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- smtp_username -->
    <div class="field">

Modified: plog/trunk/templates/admin/globalsettings_general.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_general.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_general.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -6,15 +6,15 @@
    <div class="field">
     <label for="config[comments_enabled]">comments_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_comments_enabled")}</div>	
-    <input class="radio" type="radio" name="config[comments_enabled]" value="1" {if $comments_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[comments_enabled]" value="0" {if $comments_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[comments_enabled]" value="1" {if $comments_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[comments_enabled]" value="0" {if $comments_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- make comments look nicer by adding some paragraphs tags -->
    <div class="field">
     <label for="config[comments_enabled"]>beautify_comments_text</label>
     <div class="fieldHelp">{$locale->tr("help_beautify_comments_text")}</div>	
-    <input class="radio" type="radio" name="config[beautify_comments_text]" value="1" {if $beautify_comments_text == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[beautify_comments_text]" value="0" {if $beautify_comments_text == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[beautify_comments_text]" value="1" {if $beautify_comments_text == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[beautify_comments_text]" value="0" {if $beautify_comments_text == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- temp_folder -->
    <div class="field">
@@ -32,8 +32,8 @@
    <div class="field">
     <label for="config[subdomains_enabled"]>subdomains_enabled</label>
      <div class="fieldHelp">{$locale->tr("help_subdomains_enabled")}</div>	
-     <input class="radio" type="radio" name="config[subdomains_enabled]" value="1" {if $subdomains_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-     <input class="radio" type="radio" name="config[subdomains_enabled]" value="0" {if $subdomains_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+     <input class="radio" type="radio" name="config[subdomains_enabled]" value="1" {if $subdomains_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+     <input class="radio" type="radio" name="config[subdomains_enabled]" value="0" {if $subdomains_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- subdomains_base_url -->
    <div class="field">
@@ -45,8 +45,8 @@
    <div class="field">
     <label for="config[include_blog_id_in_url]">include_blog_id_in_url</label>
     <div class="fieldHelp">{$locale->tr("help_include_blog_id_in_url")}</div>	
-    <input class="radio" type="radio" name="config[include_blog_id_in_url]" value="1" {if $include_blog_id_in_url == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[include_blog_id_in_url]" value="0" {if $include_blog_id_in_url == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[include_blog_id_in_url]" value="1" {if $include_blog_id_in_url == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[include_blog_id_in_url]" value="0" {if $include_blog_id_in_url == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>   
    <!-- script_name -->
    <div class="field">
@@ -68,11 +68,10 @@
    </div>
    <!-- save_drafts_via_xmlhttprequest_enabled -->
    <div class="field">
-    <label for="config[save_drafts_via_xmlhttprequest_enabled]">save_drafts_via_xmlhttprequest_enabled</div>
+    <label for="config[save_drafts_via_xmlhttprequest_enabled]">save_drafts_via_xmlhttprequest_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_save_drafts_via_xmlhttprequest_enabled")}</div>
-    <input class="radio" type="radio" name="config[save_drafts_via_xmlhttprequest_enabled]" value="1" {if $save_drafts_via_xmlhttprequest_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[save_drafts_via_xmlhttprequest_enabled]" value="0" {if $save_drafts_via_xmlhttprequest_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
-    </td>
+    <input class="radio" type="radio" name="config[save_drafts_via_xmlhttprequest_enabled]" value="1" {if $save_drafts_via_xmlhttprequest_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[save_drafts_via_xmlhttprequest_enabled]" value="0" {if $save_drafts_via_xmlhttprequest_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>      
    <!-- locale_folder -->
    <div class="field">
@@ -86,7 +85,7 @@
     <div class="fieldHelp">{$locale->tr("help_default_template")}</div>	
     <select name="config[default_locale]">
      {foreach from=$locales item=locale_item}
-      <option value="{$locale_item}" {if $locale_item == $default_locale} selected="selected" {/if}>{$locale_item}</option>
+      <option value="{$locale_item}" {if $locale_item == $default_locale} selected="selected" {/if} />{$locale_item}</option>
      {/foreach}
     </select>
    </div>
@@ -95,9 +94,9 @@
     <label for="config[default_blog_id]">default_blog_id</label>
     <div class="fieldHelp">{$locale->tr("help_default_locale")}</div>
     <select name="config[default_blog_id]">
-	 <option value="0" {if $default_blog_id == 0}selected="selected"{/if}>Summary</option>
+	 <option value="0" {if $default_blog_id == 0}selected="selected"{/if} />Summary</option>
      {foreach from=$siteblogs item=siteblog}
-      <option value="{$siteblog->getId()}" {if $default_blog_id == $siteblog->getId()} selected="selected" {/if}>{$siteblog->getBlog()}</option>
+      <option value="{$siteblog->getId()}" {if $default_blog_id == $siteblog->getId()} selected="selected" {/if} />{$siteblog->getBlog()}</option>
      {/foreach}
     </select>
    </div>
@@ -111,36 +110,36 @@
    <div class="field">
     <label for="config[referer_tracker_enabled]">referer_tracker_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_referer_tracker_enabled")}</div>	
-    <input class="radio" type="radio" name="config[referer_tracker_enabled]" value="1" {if $referer_tracker_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[referer_tracker_enabled]" value="0" {if $referer_tracker_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[referer_tracker_enabled]" value="1" {if $referer_tracker_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[referer_tracker_enabled]" value="0" {if $referer_tracker_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- show_more_enabled -->
    <div class="field">
     <label for="config[show_more_enabled]">show_more_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_show_more_enabled")}</div>	
-    <input class="radio" type="radio" name="config[show_more_enabled]" value="1" {if $show_more_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[show_more_enabled]" value="0" {if $show_more_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[show_more_enabled]" value="1" {if $show_more_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[show_more_enabled]" value="0" {if $show_more_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- update_article_reads -->
    <div class="field">
     <label for="config[update_article_reads]">update_article_reads</label>
     <div class="fieldHelp">{$locale->tr("help_update_article_reads")}</div>
-    <input class="radio" type="radio" name="config[update_article_reads]" value="1" {if $update_article_reads == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[update_article_reads]" value="0" {if $update_article_reads == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[update_article_reads]" value="1" {if $update_article_reads == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[update_article_reads]" value="0" {if $update_article_reads == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- xmlrpc_ping_enabled -->
    <div class="field">
     <label for="config[xmlrpc_ping_enabled]">xmlrpc_ping_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_xmlrpc_ping_enabled")}</div>	
-    <input class="radio" type="radio" name="config[xmlrpc_ping_enabled]" value="1" {if $xmlrpc_ping_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[xmlrpc_ping_enabled]" value="0" {if $xmlrpc_ping_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[xmlrpc_ping_enabled]" value="1" {if $xmlrpc_ping_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[xmlrpc_ping_enabled]" value="0" {if $xmlrpc_ping_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- send_xmlrpc_pings_enabled_by_default -->
    <div class="field">
     <label for="config[send_xmlrpc_pings_enabled_by_default]">send_xmlrpc_pings_enabled_by_default</label>
     <div class="fieldHelp">{$locale->tr("help_send_xmlrpc_pings_enabled_by_default")}</div>
-    <input class="radio" type="radio" name="config[send_xmlrpc_pings_enabled_by_default]" value="1" {if $send_xmlrpc_pings_enabled_by_default == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[send_xmlrpc_pings_enabled_by_default]" value="0" {if $send_xmlrpc_pings_enabled_by_default == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[send_xmlrpc_pings_enabled_by_default]" value="1" {if $send_xmlrpc_pings_enabled_by_default == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[send_xmlrpc_pings_enabled_by_default]" value="0" {if $send_xmlrpc_pings_enabled_by_default == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>   
    <!-- xmlrpc_ping_hosts -->
    <div class="field">
@@ -155,22 +154,22 @@
    <div class="field">
     <label for="config[trackback_server_enabled]">trackback_server_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_trackback_server_enabled")}</div>	
-    <input class="radio" type="radio" name="config[trackback_server_enabled]" value="1" {if $trackback_server_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[trackback_server_enabled]" value="0" {if $trackback_server_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[trackback_server_enabled]" value="1" {if $trackback_server_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[trackback_server_enabled]" value="0" {if $trackback_server_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- htmlarea_enabled -->
    <div class="field">
     <label for="config[htmlarea_enabled]">htmlarea_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_htmlarea_enabled")}</div>
-    <input class="radio" type="radio" name="config[htmlarea_enabled]" value="1" {if $htmlarea_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[htmlarea_enabled]" value="0" {if $htmlarea_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[htmlarea_enabled]" value="1" {if $htmlarea_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[htmlarea_enabled]" value="0" {if $htmlarea_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- htmlarea_enabled -->
    <div class="field">
     <label for="config[plugin_manager_enabled]">plugin_manager_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_plugin_manager_enabled")}</div>	
-    <input class="radio" type="radio" name="config[plugin_manager_enabled]" value="1" {if $plugin_manager_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[plugin_manager_enabled]" value="0" {if $plugin_manager_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[plugin_manager_enabled]" value="1" {if $plugin_manager_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[plugin_manager_enabled]" value="0" {if $plugin_manager_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- minimum_password_length -->
    <div class="field">
@@ -182,14 +181,14 @@
    <div class="field">
     <label for="config[xhtml_converter_enabled]">xhtml_converter_enabled</label>
 	<div class="fieldHelp">{$locale->tr("help_xhtml_converter_enabled")}</div>
-    <input class="radio" type="radio" name="config[xhtml_converter_enabled]" value="1" {if $xhtml_converter_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[xhtml_converter_enabled]" value="0" {if $xhtml_converter_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[xhtml_converter_enabled]" value="1" {if $xhtml_converter_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[xhtml_converter_enabled]" value="0" {if $xhtml_converter_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- xhtml_converter_aggresive_mode_enabled -->
    <div class="field">
     <label for="config[xhtml_converter_aggresive_mode_enabled]">xhtml_converter_aggresive_mode_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_xhtml_converter_aggressive_mode_enabled")}</div>
-    <input class="radio" type="radio" name="config[xhtml_converter_aggresive_mode_enabled]" value="1" {if $xhtml_converter_aggresive_mode_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[xhtml_converter_aggresive_mode_enabled]" value="0" {if $xhtml_converter_aggresive_mode_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[xhtml_converter_aggresive_mode_enabled]" value="1" {if $xhtml_converter_aggresive_mode_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[xhtml_converter_aggresive_mode_enabled]" value="0" {if $xhtml_converter_aggresive_mode_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
 </div>   
\ No newline at end of file

Modified: plog/trunk/templates/admin/globalsettings_helpers.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_helpers.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_helpers.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -1,5 +1,5 @@
  <a onclick="javascript:toggleSection('helpers');">
-   <h4 class="sectionTitle">{$locale->tr("helper_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("helper_settings")}</h4>
  </a>
  <div ="helpers">
    <!-- path_to_tar -->
@@ -30,7 +30,7 @@
    <div class="field">
     <label for="config[unzip_use_native_version]">unzip_use_native_version</label>
     <div class="formHelp">{$locale->tr("help_unzip_use_native_version")}</div>
-    <input class="radio" type="radio" name="config[unzip_use_native_version]" name="config[unzip_use_native_version]" value="1" {if $unzip_use_native_version == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[unzip_use_native_version]" name="config[unzip_use_native_version]" value="0" {if $unzip_use_native_version == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[unzip_use_native_version]" name="config[unzip_use_native_version]" value="1" {if $unzip_use_native_version == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[unzip_use_native_version]" name="config[unzip_use_native_version]" value="0" {if $unzip_use_native_version == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
  </div>  
\ No newline at end of file

Modified: plog/trunk/templates/admin/globalsettings_interfaces.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_interfaces.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_interfaces.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -6,26 +6,26 @@
    <div class="field">
     <label for="config[xmlrpc_api_enabled]">xmlrpc_api_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_xmlrpc_api_enabled")}</td>
-    <input class="radio" type="radio" name="config[xmlrpc_api_enabled]" value="1" {if $xmlrpc_api_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[xmlrpc_api_enabled]" value="0" {if $xmlrpc_api_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[xmlrpc_api_enabled]" value="1" {if $xmlrpc_api_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[xmlrpc_api_enabled]" value="0" {if $xmlrpc_api_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- enable or disable the rdf feed -->
    <div class="field">
     <label for="config[rdf_enabled]">rdf_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_rdf_enabled")}</td>
-    <input class="radio" type="radio" name="config[rdf_enabled]" value="1" {if $rdf_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[rdf_enabled]" value="0" {if $rdf_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[rdf_enabled]" value="1" {if $rdf_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[rdf_enabled]" value="0" {if $rdf_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- default_rss_profile -->
    <div class="field">
     <label for="config[default_rss_profile]">default_rss_profile</label>
     <div class="fieldHelp">{$locale->tr("help_default_rss_profile")}</td>
      <select name="config[default_rss_profile]">
-      <option value="rss090" {if $default_rss_profile == "rss090"} selected="selected" {/if}>RSS 0.90</option>
-      <option value="rss10" {if $default_rss_profile == "rss10"} selected="selected" {/if}>RSS 1.0</option>
-      <option value="rss20" {if $default_rss_profile == "rss20"} selected="selected" {/if}>RSS 2.0</option>
-	  <option value="atom" {if $default_rss_profile == "atom"} selected="selected" {/if}>Atom 0.3</option>
-      <option value="xml" {if $default_rss_profile == "xml"} selected="selected" {/if}>XML</option>
+      <option value="rss090" {if $default_rss_profile == "rss090"} selected="selected" {/if} />RSS 0.90</option>
+      <option value="rss10" {if $default_rss_profile == "rss10"} selected="selected" {/if} />RSS 1.0</option>
+      <option value="rss20" {if $default_rss_profile == "rss20"} selected="selected" {/if} />RSS 2.0</option>
+	  <option value="atom" {if $default_rss_profile == "atom"} selected="selected" {/if} />Atom 0.3</option>
+      <option value="xml" {if $default_rss_profile == "xml"} selected="selected" {/if} />XML</option>
      </select>
    </div>
 </div>
\ No newline at end of file

Modified: plog/trunk/templates/admin/globalsettings_resources.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_resources.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_resources.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -6,8 +6,8 @@
    <div class="field">
     <label for="config[resources_enabled]">resources_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_resources_enabled")}</div>	
-    <input class="radio" type="radio" name="config[resources_enabled]" value="1" {if $resources_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[resources_enabled]" value="0" {if $resources_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[resources_enabled]" value="1" {if $resources_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[resources_enabled]" value="0" {if $resources_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- where resources are going to be saved -->
    <div class="field">
@@ -20,9 +20,9 @@
     <label for="config[thumbnail_method]">thumbnail_method</label>
     <div class="fieldHelp">{$locale->tr("help_thumbnail_method")}</div>	
      <select name="config[thumbnail_method]">
-      <option value="imagemagick" {if $thumbnail_method == "imagemagick"} selected="selected" {/if}>ImageMagick</option>
-      <option value="gd" {if $thumbnail_method == "gd"} selected="selected" {/if}>PHP's GD library</option>
-      <option value="null" {if $thumbnail_method == "null"} selected="selected" {/if}>None</option>
+      <option value="imagemagick" {if $thumbnail_method == "imagemagick"} selected="selected" {/if} />ImageMagick</option>
+      <option value="gd" {if $thumbnail_method == "gd"} selected="selected" {/if} />PHP's GD library</option>
+      <option value="null" {if $thumbnail_method == "null"} selected="selected" {/if} />None</option>
      </select>
    </div>
    <!-- path_to_convert -->
@@ -36,10 +36,10 @@
     <label for="config[thumbnail_format]">thumbnail_format</label>
     <div class="fieldHelp">{$locale->tr("help_thumbnail_format")}</div>	
     <select name="config[thumbnail_format]">
-      <option value="jpg" {if $thumbnail_format == "jpg"} selected="selected" {/if}>JPG</option>
-      <option value="png" {if $thumbnail_format == "png"} selected="selected" {/if}>PNG</option>
-      <option value="gif" {if $thumbnail_format == "gif"} selected="selected" {/if}>GIF</option>
-      <option value="same" {if $thumbnail_format == "same"} selected="selected" {/if}>{$locale->tr("same_as_image")}</option>	  	  
+      <option value="jpg" {if $thumbnail_format == "jpg"} selected="selected" {/if} />JPG</option>
+      <option value="png" {if $thumbnail_format == "png"} selected="selected" {/if} />PNG</option>
+      <option value="gif" {if $thumbnail_format == "gif"} selected="selected" {/if} />GIF</option>
+      <option value="same" {if $thumbnail_format == "same"} selected="selected" {/if} />{$locale->tr("same_as_image")}</option>	  	  
      </select>
    </div>
    <!-- thumbnail_height -->
@@ -70,25 +70,25 @@
    <div class="field">
     <label for="config[thumbnails_keep_aspect_ratio]">thumbnails_keep_aspect_ratio</label>
     <div class="fieldHelp">{$locale->tr("help_thumbnails_keep_aspect_ratio")}</div>
-    <input class="radio" type="radio" name="config[thumbnails_keep_aspect_ratio]" value="1" {if $thumbnails_keep_aspect_ratio == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[thumbnails_keep_aspect_ratio]" value="0" {if $thumbnails_keep_aspect_ratio == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[thumbnails_keep_aspect_ratio]" value="1" {if $thumbnails_keep_aspect_ratio == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[thumbnails_keep_aspect_ratio]" value="0" {if $thumbnails_keep_aspect_ratio == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- thumbnail_generator_force_use_gd1 -->
    <div class="field">
     <label for="config[thumbnail_generator_force_use_gd1]">thumbnail_generator_force_use_gd1</label>
     <div class="fieldHelp">{$locale->tr("help_thumbnail_generator_force_use_gd1")}</div>
-    <input class="radio" type="radio" name="config[thumbnail_generator_force_use_gd1]" value="1" {if $thumbnail_generator_force_use_gd1 == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[thumbnail_generator_force_use_gd1]" value="0" {if $thumbnail_generator_force_use_gd1 == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[thumbnail_generator_force_use_gd1]" value="1" {if $thumbnail_generator_force_use_gd1 == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[thumbnail_generator_force_use_gd1]" value="0" {if $thumbnail_generator_force_use_gd1 == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- thumbnail_generator_use_smoothing_algorithm -->
    <div class="field">
     <label for="config[thumbnail_generator_use_smoothing_algorithm]">thumbnail_generator_use_smoothing_algorithm</label>
     <div class="fieldHelp">{$locale->tr("help_thumbnail_generator_user_smoothing_algorithm")}</div>
     <select name="config[thumbnail_generator_use_smoothing_algorithm]">
-     <option value="0" {if $thumbnail_generator_use_smoothing_algorithm == 0 } selected="selected" {/if}>No filter</option>
-     <option value="1" {if $thumbnail_generator_use_smoothing_algorithm == 1 } selected="selected" {/if}>PHP ImageCopyResampled</option>
-     <option value="2" {if $thumbnail_generator_use_smoothing_algorithm == 2 } selected="selected" {/if}>Bi-linear</option>
-     <option value="3" {if $thumbnail_generator_use_smoothing_algorithm == 3 } selected="selected" {/if}>Bi-cubic</option>
+     <option value="0" {if $thumbnail_generator_use_smoothing_algorithm == 0 } selected="selected" {/if} />No filter</option>
+     <option value="1" {if $thumbnail_generator_use_smoothing_algorithm == 1 } selected="selected" {/if} />PHP ImageCopyResampled</option>
+     <option value="2" {if $thumbnail_generator_use_smoothing_algorithm == 2 } selected="selected" {/if} />Bi-linear</option>
+     <option value="3" {if $thumbnail_generator_use_smoothing_algorithm == 3 } selected="selected" {/if} />Bi-cubic</option>
     </select>
    </div>           
    <!-- resources_quota -->
@@ -101,8 +101,8 @@
    <div class="field">
     <label for="config[resource_server_http_cache_enabled]">resource_server_http_cache_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_resource_server_http_cache_enabled")}</div>
-    <input class="radio" type="radio" name="config[resource_server_http_cache_enabled]" value="1" {if $resource_server_http_cache_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[resource_server_http_cache_enabled]" value="0" {if $resource_server_http_cache_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" name="config[resource_server_http_cache_enabled]" value="1" {if $resource_server_http_cache_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[resource_server_http_cache_enabled]" value="0" {if $resource_server_http_cache_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- resource_server_http_cache_lifetime -->
    <div class="field">

Modified: plog/trunk/templates/admin/globalsettings_search.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_search.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_search.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -6,21 +6,20 @@
    <div class="field">
     <label for="config[search_engine_enabled]">search_engine_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_search_engine_enabled")}</div>	
-    <input class="radio" type="radio" id="config[search_engine_enabled]" name="config[search_engine_enabled]" value="1" {if $search_engine_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" name="config[search_engine_enabled]" name="config[search_engine_enabled]" value="0" {if $search_engine_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[search_engine_enabled]" name="config[search_engine_enabled]" value="1" {if $search_engine_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" name="config[search_engine_enabled]" name="config[search_engine_enabled]" value="0" {if $search_engine_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- search_in_custom_fields -->
    <div class="field">
     <label for="config[search_in_custom_fields]">search_in_custom_fields</label>
     <div class="fieldHelp">{$locale->tr("help_search_in_custom_fields")}</div>	
-    <input class="radio" type="radio" id="config[search_in_custom_fields]" name="config[search_in_custom_fields]" value="1" {if $search_in_custom_fields == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[search_in_custom_fields]" name="config[search_in_custom_fields]" value="0" {if $search_in_custom_fields == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[search_in_custom_fields]" name="config[search_in_custom_fields]" value="1" {if $search_in_custom_fields == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[search_in_custom_fields]" name="config[search_in_custom_fields]" value="0" {if $search_in_custom_fields == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- search_in_comments -->
    <div class="field">
     <label for="config[search_in_comments]">search_in_comments</label>
     <div class="fieldHelp">{$locale->tr("help_search_in_comments")}</div>	
-    <input class="radio" type="radio" id="config[search_in_comments]" name="config[search_in_comments]" value="1" {if $search_in_comments == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[search_in_comments]" name="config[search_in_comments]" value="0" {if $search_in_comments == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
-   </tr>
+    <input class="radio" type="radio" id="config[search_in_comments]" name="config[search_in_comments]" value="1" {if $search_in_comments == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[search_in_comments]" name="config[search_in_comments]" value="0" {if $search_in_comments == 0 } checked="checked" {/if} />{$locale->tr("no")}
 </div>
\ No newline at end of file

Modified: plog/trunk/templates/admin/globalsettings_security.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_security.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_security.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -6,22 +6,22 @@
    <div class="field">
     <label for="config[security_pipeline_enabled]">security_pipeline_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_security_pipeline_enabled")}</div>	
-    <input class="radio" type="radio" id="config[security_pipeline_enabled]" name="config[security_pipeline_enabled]" value="1" {if $security_pipeline_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[security_pipeline_enabled]" name="config[security_pipeline_enabled]" value="0" {if $security_pipeline_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[security_pipeline_enabled]" name="config[security_pipeline_enabled]" value="1" {if $security_pipeline_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[security_pipeline_enabled]" name="config[security_pipeline_enabled]" value="0" {if $security_pipeline_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- ip_address_filter_enabled -->
    <div class="field">
     <label for="config[ip_address_filter_enabled]">ip_address_filter_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_ip_address_filter_enabled")}</div>	
-    <input class="radio" type="radio" id="config[ip_address_filter_enabled]" name="config[ip_address_filter_enabled]" value="1" {if $ip_address_filter_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[ip_address_filter_enabled]" name="config[ip_address_filter_enabled]" value="0" {if $ip_address_filter_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[ip_address_filter_enabled]" name="config[ip_address_filter_enabled]" value="1" {if $ip_address_filter_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[ip_address_filter_enabled]" name="config[ip_address_filter_enabled]" value="0" {if $ip_address_filter_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- content_filter_enabled -->
    <div class="field">
     <label for="config[content_filter_enabled]">content_filter_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_content_filter_enabled")}</div>	
-    <input class="radio" type="radio" id="config[content_filter_enabled]" name="config[content_filter_enabled]" value="1" {if $content_filter_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[content_filter_enabled]" name="config[content_filter_enabled]" value="0" {if $content_filter_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[content_filter_enabled]" name="config[content_filter_enabled]" value="1" {if $content_filter_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[content_filter_enabled]" name="config[content_filter_enabled]" value="0" {if $content_filter_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- maximum size of a comment -->
    <div class="field">

Modified: plog/trunk/templates/admin/globalsettings_summary.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_summary.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_summary.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -18,8 +18,8 @@
    <div class="field">
     <label for="config[force_registration_confirmation]">force_registration_confirmation</label>
     <div class="formHelp">{$locale->tr("help_force_registration_confirmation")}</div>
-    <input class="radio" type="radio" id="config[force_registration_confirmation]" name="config[force_registration_confirmation]" value="1" {if $force_registration_confirmation == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[force_registration_confirmation]" name="config[force_registration_confirmation]" value="0" {if $force_registration_confirmation == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[force_registration_confirmation]" name="config[force_registration_confirmation]" value="1" {if $force_registration_confirmation == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[force_registration_confirmation]" name="config[force_registration_confirmation]" value="0" {if $force_registration_confirmation == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- forbidden_usernames -->
    <div class="field">
@@ -32,21 +32,21 @@
    <div class="field">
     <label for="config[force_one_blog_per_email_account]">force_one_blog_per_email_account</label>
     <div class="formHelp">{$locale->tr("help_force_one_blog_per_email_account")}</div>
-    <input class="radio" type="radio" id="config[forbidden_usernames]" name="config[force_one_blog_per_email_account]" value="1" {if $force_one_blog_per_email_account == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[forbidden_usernames]" name="config[force_one_blog_per_email_account]" value="0" {if $force_one_blog_per_email_account == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[forbidden_usernames]" name="config[force_one_blog_per_email_account]" value="1" {if $force_one_blog_per_email_account == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[forbidden_usernames]" name="config[force_one_blog_per_email_account]" value="0" {if $force_one_blog_per_email_account == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>	 
    <!-- summary_show_agreement -->
    <div class="field">
     <label for="config[summary_show_agreement]">summary_show_agreement</label>
     <div class="formHelp">{$locale->tr("help_summary_show_agreement")}</div>
-    <input class="radio" type="radio" id="config[summary_show_agreement]" name="config[summary_show_agreement]" value="1" {if $summary_show_agreement == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[summary_show_agreement]" name="config[summary_show_agreement]" value="0" {if $summary_show_agreement == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[summary_show_agreement]" name="config[summary_show_agreement]" value="1" {if $summary_show_agreement == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[summary_show_agreement]" name="config[summary_show_agreement]" value="0" {if $summary_show_agreement == 0 } checked="checked" {/if} />{$locale->tr("no")}
     </td>
    </div>	
    <!-- need_email_confirm_registration -->
    <div class="field">
     <label for="config[need_email_confirm_registration]">need_email_confirm_registration</label>
 	<div class="formHelp">{$locale->tr("help_need_email_confirm_registration")}</div> 
-    <input class="radio" type="radio" id="config[need_email_confirm_registration]" name="config[need_email_confirm_registration]" value="1" {if $need_email_confirm_registration == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[need_email_confirm_registration]" name="config[need_email_confirm_registration]" value="0" {if $need_email_confirm_registration == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[need_email_confirm_registration]" name="config[need_email_confirm_registration]" value="1" {if $need_email_confirm_registration == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[need_email_confirm_registration]" name="config[need_email_confirm_registration]" value="0" {if $need_email_confirm_registration == 0 } checked="checked" {/if} />{$locale->tr("no")}
   </div>	 
\ No newline at end of file

Modified: plog/trunk/templates/admin/globalsettings_templates.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_templates.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_templates.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -14,7 +14,7 @@
     <div class="formHelp">{$locale->tr("help_default_template")}</div>
      <select name="config[default_template]">
       {foreach from=$templates item=template}
-       <option value="{$template}" {if $template == $default_template} selected="selected" {/if}>{$template}</option>
+       <option value="{$template}" {if $template == $default_template} selected="selected" {/if} />{$template}</option>
       {/foreach}
      </select>
    </div>   
@@ -22,22 +22,22 @@
    <div class="field">
     <label for="config[users_can_add_templates]">users_can_add_templates</label>
     <div class="formHelp">{$locale->tr("help_users_can_add_templates")}</div>
-    <input class="radio" type="radio" id="config[users_can_add_templates]" name="config[users_can_add_templates]" value="1" {if $users_can_add_templates == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[users_can_add_templates]" name="config[users_can_add_templates]" value="0" {if $users_can_add_templates == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[users_can_add_templates]" name="config[users_can_add_templates]" value="1" {if $users_can_add_templates == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[users_can_add_templates]" name="config[users_can_add_templates]" value="0" {if $users_can_add_templates == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- template_compile_check -->
    <div class="field">
     <label for="config[template_compile_check]">template_compile_check</label>
     <div class="formHelp">{$locale->tr("help_template_compile_check")}</div>
-    <input class="radio" type="radio" id="config[template_compile_check]" name="config[template_compile_check]" value="1" {if $template_compile_check == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[template_compile_check]" name="config[template_compile_check]" value="0" {if $template_compile_check == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>        
+    <input class="radio" type="radio" id="config[template_compile_check]" name="config[template_compile_check]" value="1" {if $template_compile_check == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[template_compile_check]" name="config[template_compile_check]" value="0" {if $template_compile_check == 0 } checked="checked" {/if} />{$locale->tr("no")}        
    </div>   
    <!-- template_cache_enabled -->
    <div class="field">
     <label for="config[template_cache_enabled]">template_cache_enabled</label>
 	<div class="formHelp">{$locale->tr("help_template_cache_enabled")}</div>
-    <input class="radio" type="radio" id="config[template_cache_enabled]" name="config[template_cache_enabled]" value="1" {if $template_cache_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[template_cache_enabled]" name="config[template_cache_enabled]" value="0" {if $template_cache_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[template_cache_enabled]" name="config[template_cache_enabled]" value="1" {if $template_cache_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[template_cache_enabled]" name="config[template_cache_enabled]" value="0" {if $template_cache_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- template_cache_lifetime -->
    <div class="field">
@@ -49,7 +49,7 @@
    <div class="field">
     <label for="config[template_http_cache_enabled]">template_http_cache_enabled</label>
 	<div class="formHelp">{$locale->tr("help_template_http_cache_enabled")}</div>
-    <input class="radio" type="radio" id="config[template_http_cache_enabled]" name="config[template_http_cache_enabled]" value="1" {if $template_http_cache_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-    <input class="radio" type="radio" id="config[template_http_cache_enabled]" name="config[template_http_cache_enabled]" value="0" {if $template_http_cache_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+    <input class="radio" type="radio" id="config[template_http_cache_enabled]" name="config[template_http_cache_enabled]" value="1" {if $template_http_cache_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+    <input class="radio" type="radio" id="config[template_http_cache_enabled]" name="config[template_http_cache_enabled]" value="0" {if $template_http_cache_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
  </div>
\ No newline at end of file

Modified: plog/trunk/templates/admin/globalsettings_uploads.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_uploads.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_uploads.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -6,8 +6,8 @@
    <div class="field">
     <label for="config[uploads_enabled]">uploads_enabled</label>
     <div class="fieldHelp">{$locale->tr("help_uploads_enabled")}</div>
-     <input class="radio" type="radio" name="config[uploads_enabled]" value="1" {if $uploads_enabled == 1 } checked="checked" {/if}>{$locale->tr("yes")}</input>
-     <input class="radio" type="radio" name="config[uploads_enabled]" value="0" {if $uploads_enabled == 0 } checked="checked" {/if}>{$locale->tr("no")}</input>
+     <input class="radio" type="radio" name="config[uploads_enabled]" value="1" {if $uploads_enabled == 1 } checked="checked" {/if} />{$locale->tr("yes")}
+     <input class="radio" type="radio" name="config[uploads_enabled]" value="0" {if $uploads_enabled == 0 } checked="checked" {/if} />{$locale->tr("no")}
    </div>
    <!-- maximum_file_upload_size -->
    <div class="field">

Modified: plog/trunk/templates/admin/globalsettings_url.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_url.template	2005-01-04 04:57:17 UTC (rev 659)
+++ plog/trunk/templates/admin/globalsettings_url.template	2005-01-04 14:00:22 UTC (rev 660)
@@ -7,10 +7,10 @@
     <label for="config[request_format_mode]">request_format_mode</label>
     <div class="fieldHelp">{$locale->tr("help_request_format_mode")}</div>       
      <select id="config[request_format_mode]" name="config[request_format_mode]">
-      <option value="1" {if $request_format_mode == 1 } selected="selected" {/if}>{$locale->tr("plain")}</option>
-      <option value="2" {if $request_format_mode == 2 } selected="selected" {/if}>{$locale->tr("search_engine_friendly")}</option>
-      <option value="3" {if $request_format_mode == 3 } selected="selected" {/if}>Apache ModRewrite</option>            
-      <option value="4" {if $request_format_mode == 4 } selected="selected" {/if}>{$locale->tr("custom_url_format")}</option>                  
+      <option value="1" {if $request_format_mode == 1 } selected="selected" {/if} />{$locale->tr("plain")}</option>
+      <option value="2" {if $request_format_mode == 2 } selected="selected" {/if} />{$locale->tr("search_engine_friendly")}</option>
+      <option value="3" {if $request_format_mode == 3 } selected="selected" {/if} />Apache ModRewrite</option>            
+      <option value="4" {if $request_format_mode == 4 } selected="selected" {/if} />{$locale->tr("custom_url_format")}</option>                  
      </select>
    </div>
    <!-- permalink_format -->




More information about the pLog-svn mailing list