[geeklog-cvs] geeklog: Cosmetics: Removed a width="180" from the Block Editor ...

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


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/220882c6414d
changeset: 7248:220882c6414d
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Aug 09 13:13:27 2009 +0200
description:
Cosmetics: Removed a width="180" from the Block Editor template that pushed the first column too far to the right

diffstat:

 public_html/docs/english/theme.html                           |  3 +++
 public_html/layout/professional/admin/block/blockeditor.thtml |  2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 07804dc28d84 -r 220882c6414d public_html/docs/english/theme.html
--- a/public_html/docs/english/theme.html	Sun Aug 09 13:00:20 2009 +0200
+++ b/public_html/docs/english/theme.html	Sun Aug 09 13:13:27 2009 +0200
@@ -198,6 +198,9 @@
 <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
+    (<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,
     <tt>admin/common/edit_permissions.thtml</tt>. Introduced new CSS class
     <tt>admin-list-smalltable</tt>, which is almost identical to
diff -r 07804dc28d84 -r 220882c6414d public_html/layout/professional/admin/block/blockeditor.thtml
--- a/public_html/layout/professional/admin/block/blockeditor.thtml	Sun Aug 09 13:00:20 2009 +0200
+++ b/public_html/layout/professional/admin/block/blockeditor.thtml	Sun Aug 09 13:13:27 2009 +0200
@@ -2,7 +2,7 @@
                                 <form action="{site_admin_url}/block.php" method="post">
                                     <table cellspacing="0" cellpadding="3" width="100%">
                                         <tr>
-                                            <td width="180" class="alignright">{lang_blocktitle}:</td>
+                                            <td class="alignright">{lang_blocktitle}:</td>
                                             <td><input type="text" size="48" name="title" value="{block_title}"{xhtml}></td>
                                         </tr>
                                         <tr>



More information about the geeklog-cvs mailing list