[geeklog-cvs] geeklog: Cosmetics: Removed a width="150" from the Links Categor...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 9 14:31:52 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/70283e536ccd
changeset: 7249:70283e536ccd
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Aug 09 13:18:51 2009 +0200
description:
Cosmetics: Removed a width="150" from the Links Category editor template that pushed the first column too far to the right

diffstat:

 plugins/links/templates/admin/categoryeditor.thtml |  2 +-
 public_html/docs/english/theme.html                |  5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 220882c6414d -r 70283e536ccd plugins/links/templates/admin/categoryeditor.thtml
--- a/plugins/links/templates/admin/categoryeditor.thtml	Sun Aug 09 13:13:27 2009 +0200
+++ b/plugins/links/templates/admin/categoryeditor.thtml	Sun Aug 09 13:18:51 2009 +0200
@@ -3,7 +3,7 @@
     <form action="{site_admin_url}/plugins/links/category.php" method="post">
         <table border="0" cellspacing="0" cellpadding="2" width="100%">
             <tr>
-                <td align="right" width="150">{lang_parent}:</td>
+                <td align="right">{lang_parent}:</td>
                 <td><select name="pid">{category_options}</select></td>
             </tr>
             <tr>
diff -r 220882c6414d -r 70283e536ccd public_html/docs/english/theme.html
--- a/public_html/docs/english/theme.html	Sun Aug 09 13:13:27 2009 +0200
+++ b/public_html/docs/english/theme.html	Sun Aug 09 13:18:51 2009 +0200
@@ -198,7 +198,7 @@
 <h2><a name="changes">Theme changes in Geeklog 1.6.1</a></h2>
 
 <ul>
-<li>Cosmetics: Removed a <code>width="180"</code> from the Block Editor template
+<li>Cosmetics: Removed a <code>width="180"</code> from the Block editor template
     (<tt>admin/block/blockeditor.thtml</tt>) that pushed the first column too
     far to the right.</li>
 <li>Cosmetics: Made the permission checkboxes look more like an Admin list,
@@ -223,6 +223,9 @@
 directory.</p>
 
 <ul>
+<li>Links: Removed a <code>width="150"</code> from the Category editor template
+    (<tt>admin/categoryeditor.thtml</tt>) that pushed the first column too far
+    to the right.</li>
 <li>Static Pages: In the Static Pages editor, moved the Hits display below
     the Last Updated entry (<tt>admin/editor.thtml</tt>,
     <tt>admin/editor_advanced.thtml</tt>).</li>



More information about the geeklog-cvs mailing list