[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-911-gcba9585
Kevin Falcone
falcone at bestpractical.com
Thu Dec 16 18:47:26 EST 2010
The branch, 3.9-trunk has been updated
via cba95851706c429d98568ef6cc1961ccc6fb0875 (commit)
from 5cab30c2a0517e372822d79e3b90187fb39bb800 (commit)
Summary of changes:
share/html/Admin/Articles/index.html | 1 +
share/html/Elements/Tabs | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit cba95851706c429d98568ef6cc1961ccc6fb0875
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Dec 16 18:47:10 2010 -0500
Add descriptions for the Articles admin index page
diff --git a/share/html/Admin/Articles/index.html b/share/html/Admin/Articles/index.html
index 9ac67be..683c14a 100644
--- a/share/html/Admin/Articles/index.html
+++ b/share/html/Admin/Articles/index.html
@@ -46,3 +46,4 @@
%#%# END BPS TAGGED BLOCK }}}
<& /Elements/Header, Title => loc('Article Administration') &>
<& /Elements/Tabs &>
+<& /Elements/ListMenu, menu => Menu()->child('tools')->child('config')->child('articles') &>
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index f9b7b86..6a4a49c 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -179,8 +179,10 @@ if ( $request_path !~ m{^/SelfService/} ) {
my $article_admin = $admin->child( articles => title => loc('Articles') => path => "/Admin/Articles/index.html" );
my $class_admin = $article_admin->child(classes => title => loc('Classes'), path => '/Admin/Articles/Classes/');
- $class_admin->child(select => title => loc('Select') => path => '/Admin/Articles/Classes/' );
- $class_admin->child(create => title => loc('Create') => path => '/Admin/Articles/Classes/Modify.html?Create=1' );
+ $class_admin->child(select => title => loc('Select') => path => '/Admin/Articles/Classes/',
+ description => 'Modify and Create Classes' );
+ $class_admin->child(create => title => loc('Create') => path => '/Admin/Articles/Classes/Modify.html?Create=1',
+ description => 'Modify and Create Custom Fields for Articles' );
my $cfs = $article_admin->child( 'custom-fields' => title => loc('Custom Fields'), path => '/Admin/CustomFields/index.html?'.$m->comp('/Elements/QueryString', type => 'RT::Class-RT::Article') );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list