[Rt-commit] r13756 - in rt/3.8/trunk: share/html/Dashboards/Elements

sartak at bestpractical.com sartak at bestpractical.com
Thu Jul 3 05:41:29 EDT 2008


Author: sartak
Date: Thu Jul  3 05:41:28 2008
New Revision: 13756

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Dashboards/Elements/ShowDashboards

Log:
 r63661 at onn:  sartak | 2008-07-03 05:41:19 -0400
 Exclude id from the Dashboards portlet


Modified: rt/3.8/trunk/share/html/Dashboards/Elements/ShowDashboards
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Elements/ShowDashboards	(original)
+++ rt/3.8/trunk/share/html/Dashboards/Elements/ShowDashboards	Thu Jul  3 05:41:28 2008
@@ -73,7 +73,9 @@
 % } else {
     <table class="collection-as-table">
         <tr class="collection-as-table">
+% if ($Verbose) {
             <th class="collection-as-table"><% loc("#") %></th>
+% }
             <th class="collection-as-table"><% loc("Name") %></th>
             <th class="collection-as-table"><% loc("Subscription") %></th>
         </tr>
@@ -86,11 +88,13 @@
 %                 $dashboard->Name;
 
         <tr class="collection-as-table <% ++$i % 2 ? 'oddline' : 'evenline' %>">
+% if ($Verbose) {
             <td class="collection-as-table">
                 <a href="<% $url %>">
                     <% $dashboard->Id %>
                 </a>
             </td>
+% }
             <td class="collection-as-table">
                 <a href="<% $url %>">
                     <% $dashboard->Name %>


More information about the Rt-commit mailing list