[Rt-commit] r10371 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Wed Jan 16 10:48:50 EST 2008


Author: ruz
Date: Wed Jan 16 10:48:50 2008
New Revision: 10371

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren

Log:
* add NoTicketsLabel

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren	Wed Jan 16 10:48:50 2008
@@ -44,7 +44,9 @@
    ShowNavigation => 0,
 &>
 % unless( $children->Count ) {
-%   if ($Queue) {
+%   if ( $NoTicketsCaption ) {
+        <i>(<% $NoTicketsCaption %>)</i>
+%   } elsif ( $Queue ) {
         <i>(<% loc("no [_1]", $Queue) %>)</i>
 %   } else {
         <i>(<% loc("no children") %>)</i>
@@ -82,6 +84,7 @@
 $Rows => 0
 $Delete => 0
 $FullList => undef
+$NoTicketsCaption => undef,
 @States => ()
 $ShowHeader => 0
 $ShowStatesSelector => 0


More information about the Rt-commit mailing list