Code

Moved template info to corresponding template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Jun 2010 15:18:06 +0000 (15:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Jun 2010 15:18:06 +0000 (15:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18895 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/generic/dashBoard/dashBoard.tpl
gosa-core/plugins/generic/dashBoard/dbChannelStatus/contents.tpl
gosa-core/plugins/generic/dashBoard/dbInformation/contents.tpl
gosa-core/plugins/generic/dashBoard/dbNotifications/contents.tpl
gosa-core/plugins/generic/dashBoard/dbPluginStatus/contents.tpl

index 5572273a4444f3a474fe5e6a2847918e28ee4f18..45d2439f812a1d454d9f2252e29062fa390db06f 100644 (file)
@@ -4,7 +4,6 @@
         <td style='width:50%;' class='right-border'>
             
             <!-- Channel -->    
-            <h3>{t}Channels{/t}</h3> 
 
             {$dbChannelStatus}
 
@@ -14,7 +13,6 @@
         <td>
             
             <!-- Plugins Status -->    
-            <h3>{t}Plugin status{/t}</h3> 
 
             {$dbPluginStatus}
 
@@ -27,7 +25,6 @@
         <td style='width:50%;' class='right-border'>
             
             <!-- Messages -->    
-            <h3>{t}Notifications{/t}</h3> 
     
             {$dbNotifications}
 
@@ -37,7 +34,6 @@
         <td>
             
             <!-- RSS Feeds -->    
-            <h3>{t}Information{/t}</h3> 
     
             {$dbInformation}
 
index 841ab5d099a624a09692a5f62173e114f2431981..44ddf2a755ece280f2d595145a41fe5f9fad5b6a 100644 (file)
@@ -1 +1,3 @@
+<h3>{t}Information{/t}</h3> 
+
 {$feedList}
index 72926473d4e14bb9a807470577a2b7f3487beef5..ecfb2901a48f06aff090d6789c996b8c9405f852 100644 (file)
@@ -1 +1,3 @@
+<h3>{t}Notifications{/t}</h3> 
+
 {$adviceList}
index 6612e1068624698e80ffd3f73d0b2892c5928ca9..6ec723737b6e38f0b46fece3d2eaf8ae27fb2b78 100644 (file)
@@ -1 +1,3 @@
+<h3>{t}Plugin status{/t}</h3> 
+
 {$pluginList}