[geeklog-cvs] geeklog: Fix some HTML errors. Partial fix for bug #0001318

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Apr 14 10:53:14 EDT 2011


changeset 8229:a0c6b9049390
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a0c6b9049390
user: Rouslan Placella <rouslan at placella.com>
date: Thu Apr 14 15:52:00 2011 +0100
description:
Fix some HTML errors. Partial fix for bug #0001318

diffstat:

 public_html/layout/professional/admin/config/config_element.thtml |   2 +-
 public_html/layout/professional/admin/config/configuration.thtml  |  71 +++++----
 public_html/layout/professional/noscript.thtml                    |  12 +-
 public_html/layout/professional_css/noscript.thtml                |  12 +-
 4 files changed, 49 insertions(+), 48 deletions(-)

diffs (134 lines):

diff -r c41838b56f4b -r a0c6b9049390 public_html/layout/professional/admin/config/config_element.thtml
--- a/public_html/layout/professional/admin/config/config_element.thtml	Wed Apr 13 19:06:38 2011 +0100
+++ b/public_html/layout/professional/admin/config/config_element.thtml	Thu Apr 14 15:52:00 2011 +0100
@@ -17,7 +17,7 @@
 <!-- BEGIN text-area -->
 <tr id="{name}" class="config_name"><td class="alignright">{display_name} {doc_link} {unset_link}</td>
 <td>
-<textarea class="opt{error_class}" name="{name}" style="width:300px" cols="3">{value}</textarea>
+<textarea class="opt{error_class}" name="{name}" style="width:300px" cols="3" rows="3">{value}</textarea>
 {delete}{error_block}
 </td></tr>
 <!-- END text-area -->
diff -r c41838b56f4b -r a0c6b9049390 public_html/layout/professional/admin/config/configuration.thtml
--- a/public_html/layout/professional/admin/config/configuration.thtml	Wed Apr 13 19:06:38 2011 +0100
+++ b/public_html/layout/professional/admin/config/configuration.thtml	Thu Apr 14 15:52:00 2011 +0100
@@ -1,9 +1,11 @@
 {noscript}
 <div id="advanced_editor" style="display:none;">
     <form method="post" action="{site_admin_url}/configuration.php" name="group">
-    <input type="hidden" value="{open_group}" name="conf_group"{xhtml}>
-    <input type="hidden" value="" name="subgroup"{xhtml}>
-    <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
+        <div>
+            <input type="hidden" value="{open_group}" name="conf_group"{xhtml}>
+            <input type="hidden" value="" name="subgroup"{xhtml}>
+            <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
+        </div>
     </form>
     <table>
         <tr>
@@ -25,38 +27,37 @@
                 </div>
     
                 <form action="{site_admin_url}/configuration.php" method="post" name="subgroup">
-                <input type="hidden" name="conf_group" value="{open_group}"{xhtml}>
-                <input type="hidden" name="sub_group" value="{open_sg}"{xhtml}>
-                <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
-    
-                <div id="tabs">
-                
-                {tab_li}
-    
-                <!-- BEGIN tab -->
-                <div style="margin-top:10px;" id="{tab_id}">
-                
-                <!-- BEGIN notes -->
-                <div class="notes">
-                 <h4>{tab_display}</h4>
-                 <p class="last">{tab_help}</p>
-                 <span class="warningsmall">{tab_warning}</span>
-                </div>
-                <!-- END notes -->
-    
-                {tab_contents}
-                
-                </div>
-                <!-- END tab -->
-                
-                </div>
-    
-    
-                <input type="hidden" name="form_submit" value="true"{xhtml}>
-                <div id="bottom_buttons" class="aligncenter">
-                    <input type="submit" id="save_changes" value="{lang_save_changes}"{xhtml}>
-                    <input type="submit" id="form_reset" name="form_reset" value="{lang_reset_form}"{xhtml}>
-                </div>
+                    <div>
+                        <input type="hidden" name="conf_group" value="{open_group}"{xhtml}>
+                        <input type="hidden" name="sub_group" value="{open_sg}"{xhtml}>
+                        <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
+                        <input type="hidden" name="form_submit" value="true"{xhtml}>
+                    </div>
+                    <div id="tabs">
+                    
+                        {tab_li}
+            
+                        <!-- BEGIN tab -->
+                        <div style="margin-top:10px;" id="{tab_id}">
+                        
+                        <!-- BEGIN notes -->
+                        <div class="notes">
+                            <h4>{tab_display}</h4>
+                            <p class="last">{tab_help}</p>
+                            <span class="warningsmall">{tab_warning}</span>
+                        </div>
+                        <!-- END notes -->
+            
+                        {tab_contents}
+                    
+                    </div>
+                    <!-- END tab -->
+                    
+                    </div>
+                    <div id="bottom_buttons" class="aligncenter">
+                        <input type="submit" id="save_changes" value="{lang_save_changes}"{xhtml}>
+                        <input type="submit" id="form_reset" name="form_reset" value="{lang_reset_form}"{xhtml}>
+                    </div>
                 </form>
     
             </td>
diff -r c41838b56f4b -r a0c6b9049390 public_html/layout/professional/noscript.thtml
--- a/public_html/layout/professional/noscript.thtml	Wed Apr 13 19:06:38 2011 +0100
+++ b/public_html/layout/professional/noscript.thtml	Thu Apr 14 15:52:00 2011 +0100
@@ -1,6 +1,6 @@
-<noscript>
-    <div class="pluginAlert aligncenter" style="border:1px dashed #ccc;margin-top:10px;padding:15px;">{lang_nojavascript}
-    <span{hide_link}><p>{no_javascript_return_link}</p></span>
-    </div>
-    <br{xhtml}>
-</noscript>
\ No newline at end of file
+<noscript>    
+    <div class="pluginAlert aligncenter" style="border:1px dashed #ccc;margin-top:10px;padding:15px;">{lang_nojavascript}    
+        <span{hide_link}><p>{no_javascript_return_link}</p></span>    
+        <br{xhtml}>    
+    </div>    
+</noscript>
diff -r c41838b56f4b -r a0c6b9049390 public_html/layout/professional_css/noscript.thtml
--- a/public_html/layout/professional_css/noscript.thtml	Wed Apr 13 19:06:38 2011 +0100
+++ b/public_html/layout/professional_css/noscript.thtml	Thu Apr 14 15:52:00 2011 +0100
@@ -1,6 +1,6 @@
-<noscript>
-    <div class="pluginAlert aligncenter" style="border:1px dashed #ccc;margin-top:10px;padding:15px;">{lang_nojavascript}
-    <span{hide_link}><p>{no_javascript_return_link}</p></span>
-    </div>
-    <br{xhtml}>
-</noscript>
\ No newline at end of file
+<noscript>    
+    <div class="pluginAlert aligncenter" style="border:1px dashed #ccc;margin-top:10px;padding:15px;">{lang_nojavascript}    
+        <span{hide_link}><p>{no_javascript_return_link}</p></span>    
+        <br{xhtml}>    
+    </div>    
+</noscript>



More information about the geeklog-cvs mailing list