[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-851-g1ba5fb1
Kevin Falcone
falcone at bestpractical.com
Mon Dec 13 16:35:05 EST 2010
The branch, 3.9-trunk has been updated
via 1ba5fb1a4822c2441b59dcff3b0c30d8378bed01 (commit)
from 5a46a6c0a25c531ad0372c55d872bbc197581ac6 (commit)
Summary of changes:
share/html/Elements/Tabs | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 1ba5fb1a4822c2441b59dcff3b0c30d8378bed01
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Dec 13 16:34:58 2010 -0500
Remove some commented out code
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index 5ae181f..e728da7 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -145,13 +145,6 @@ if ( $request_path !~ qr{^/SelfService/} ) {
$templates->child( select => title => loc('Select'), path => "/Admin/Global/Templates.html" );
$templates->child( create => title => loc('Create'), path => "/Admin/Global/Template.html?Create=1" );
-# my $workflows = $admin_global->child( loc('Workflows'), path => '/Admin/Global/Workflows/index.html', );
-# {
-# $workflows->child( loc('Overview') => path => "/Admin/Global/Workflows/index.html" );
-# $workflows->child( loc('Localization') => path => "/Admin/Global/Workflows/Localization.html" );
-# $workflows->child( loc('Mappings') => path => "/Admin/Global/Workflows/Mappings.html" );
-# }
-
my $cfadmin = $admin_global->child( 'custom-fields' => title => loc('Custom Fields'), path => '/Admin/Global/CustomFields/index.html', );
{
$cfadmin->child( users => title => loc('Users') => text => loc('Select custom fields for all users'),
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list