[geeklog-cvs] geeklog: Cosmetics: Removed some <b> tags from the story editor ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Oct 4 13:57:06 EDT 2009


changeset 7361:cb9ad1e4b759
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/cb9ad1e4b759
user: Dirk Haun <dirk at haun-online.de>
date: Sun Oct 04 18:07:39 2009 +0200
description:
Cosmetics: Removed some <b> tags from the story editor templates

diffstat:

 public_html/layout/professional/admin/story/storyeditor.thtml          |  4 ++--
 public_html/layout/professional/admin/story/storyeditor_advanced.thtml |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r d37545da9eb2 -r cb9ad1e4b759 public_html/layout/professional/admin/story/storyeditor.thtml
--- a/public_html/layout/professional/admin/story/storyeditor.thtml	Sun Oct 04 17:36:41 2009 +0200
+++ b/public_html/layout/professional/admin/story/storyeditor.thtml	Sun Oct 04 18:07:39 2009 +0200
@@ -198,7 +198,7 @@
                                         <td><textarea name="bodytext" cols="45" rows="20" style="width:100%">{story_bodytext}</textarea></td>
                                     </tr>
                                     <tr>
-                                        <td class="alignright" style="vertical-align:top;"><b>{lang_postmode}:</b></td>
+                                        <td class="alignright" style="vertical-align:top;">{lang_postmode}:</td>
                                         <td style="vertical-align:top;">
                                             <select name="postmode">
                                                 {post_options}
@@ -208,7 +208,7 @@
                                         </td>
                                     </tr>
                                     <tr>
-                                        <td class="alignright" style="vertical-align:top;"><b>{lang_images}:</b></td>
+                                        <td class="alignright" style="vertical-align:top;">{lang_images}:</td>
                                         <td style="vertical-align:top;">
                                             {saved_images}
                                             {image_form_elements}
diff -r d37545da9eb2 -r cb9ad1e4b759 public_html/layout/professional/admin/story/storyeditor_advanced.thtml
--- a/public_html/layout/professional/admin/story/storyeditor_advanced.thtml	Sun Oct 04 17:36:41 2009 +0200
+++ b/public_html/layout/professional/admin/story/storyeditor_advanced.thtml	Sun Oct 04 18:07:39 2009 +0200
@@ -240,9 +240,9 @@
             </div>
             <fieldset id="se_perms" style="margin-top:10px; display:none;">
                 <legend>{lang_permissions}</legend>
-                <p><b>{lang_owner}:</b> {owner_name}<input type="hidden" name="owner_id" value="{owner_id}"{xhtml}></p>
-                <p><b>{lang_group}:</b> {group_dropdown}</p>
-                <p><b>{lang_permissions}:</b></p>
+                <p>{lang_owner}: {owner_name}<input type="hidden" name="owner_id" value="{owner_id}"{xhtml}></p>
+                <p>{lang_group}: {group_dropdown}</p>
+                <p>{lang_permissions}:</p>
                 <p>{lang_perm_key}</p>
                 {permissions_editor}
                 <p>{lang_permissions_msg}</p>



More information about the geeklog-cvs mailing list