[geeklog-cvs] geeklog: Added a link to create a new category from the Links ed...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jan 10 03:49:35 EST 2010


changeset 7593:1c06b95bd933
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/1c06b95bd933
user: Dirk Haun <dirk at haun-online.de>
date: Sat Jan 09 18:19:33 2010 +0100
description:
Added a link to create a new category from the Links editor

diffstat:

 plugins/links/templates/admin/linkeditor.thtml |  3 ++-
 public_html/docs/history                       |  1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 309fa07bdc11 -r 1c06b95bd933 plugins/links/templates/admin/linkeditor.thtml
--- a/plugins/links/templates/admin/linkeditor.thtml	Sat Jan 09 18:11:51 2010 +0100
+++ b/plugins/links/templates/admin/linkeditor.thtml	Sat Jan 09 18:19:33 2010 +0100
@@ -28,7 +28,8 @@
                                             <td>
                                                 <select name="categorydd">
                                                     {category_options}
-                                                </select>
+                                                </select>  
+                                                <a href="{site_admin_url}/plugins/links/category.php?mode=edit">{lang_new_category}</a>
                                             </td>
                                         </tr>
                                         <tr>
diff -r 309fa07bdc11 -r 1c06b95bd933 public_html/docs/history
--- a/public_html/docs/history	Sat Jan 09 18:11:51 2010 +0100
+++ b/public_html/docs/history	Sat Jan 09 18:19:33 2010 +0100
@@ -37,6 +37,7 @@
 
 Links Plugin
 ------------
+- Added a link to "New category" from the Links editor [Dirk]
 - Fixed localization of "Root" category (bug #0001047) [Dirk]
 
 Polls Plugin



More information about the geeklog-cvs mailing list