[Rt-commit] r11825 - rt/branches/3.8-TESTING/html/Widgets

ruz at bestpractical.com ruz at bestpractical.com
Tue Apr 22 17:24:12 EDT 2008


Author: ruz
Date: Tue Apr 22 17:24:11 2008
New Revision: 11825

Modified:
   rt/branches/3.8-TESTING/html/Widgets/SavedSearch

Log:
* minor
* localization

Modified: rt/branches/3.8-TESTING/html/Widgets/SavedSearch
==============================================================================
--- rt/branches/3.8-TESTING/html/Widgets/SavedSearch	(original)
+++ rt/branches/3.8-TESTING/html/Widgets/SavedSearch	Tue Apr 22 17:24:11 2008
@@ -58,7 +58,7 @@
 my @Objects = RT::SavedSearches->new( $session{CurrentUser} )->_PrivacyObjects;
 push @Objects, RT::System->new($session{'CurrentUser'})
     if $session{'CurrentUser'}->HasRight( Object=> $RT::System,
-                                          Right => 'SuperUser');
+                                          Right => 'SuperUser' );
 $self->{SearchId} ||= 'new';
 my $SearchParams = { map { $_ => $args->{$_} } @{$self->{SearchFields}} };
 
@@ -149,9 +149,9 @@
 % }
 </form>
 <%ARGS>
-$self => undef
+$self   => undef
 $Action => ''
-$Title => 'Saved searches'
+$Title  => loc('Saved searches')
 </%ARGS>
 <%init>
 </%init>


More information about the Rt-commit mailing list