[geeklog-cvs] geeklog: Added colons (for consistency)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Apr 18 16:46:30 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/1f91c5b92808
changeset: 6961:1f91c5b92808
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Apr 18 22:26:05 2009 +0200
description:
Added colons (for consistency)

diffstat:

1 file changed, 5 insertions(+), 5 deletions(-)
plugins/links/templates/admin/categoryeditor.thtml |   10 +++++-----

diffs (32 lines):

diff -r 2e3298a69f73 -r 1f91c5b92808 plugins/links/templates/admin/categoryeditor.thtml
--- a/plugins/links/templates/admin/categoryeditor.thtml	Sat Apr 18 22:10:44 2009 +0200
+++ b/plugins/links/templates/admin/categoryeditor.thtml	Sat Apr 18 22:26:05 2009 +0200
@@ -3,23 +3,23 @@
     <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" width="150">{lang_parent}:</td>
                 <td><select name="pid">{category_options}</select></td>
             </tr>
             <tr>
-                <td align="right">{lang_category}</td>
+                <td align="right">{lang_category}:</td>
                 <td><input type="text" name="category" size="32" maxlength="32" value="{category_value}"{xhtml}></td>
             </tr>
             <tr>
-                <td align="right">{lang_cid}</td>
+                <td align="right">{lang_cid}:</td>
                 <td><input type="text" name="cid" size="32" maxlength="32" value="{cid_value}"{xhtml}></td>
             </tr>
             <tr>
-                <td align="right">{lang_description}</td>
+                <td align="right">{lang_description}:</td>
                 <td><input type="text" name="description" size="50" maxlength="255" value="{description_value}"{xhtml}></td>
             </tr>
             <tr>
-                <td align="right">{lang_topic}</td>
+                <td align="right">{lang_topic}:</td>
                 <td>{topic_selection}<td>
             </tr>
             <tr>



More information about the geeklog-cvs mailing list