summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 19a5b70)
raw | patch | inline | side by side (parent: 19a5b70)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jun 2010 15:18:06 +0000 (15:18 +0000) | ||
committer | hickert <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
diff --git a/gosa-core/plugins/generic/dashBoard/dashBoard.tpl b/gosa-core/plugins/generic/dashBoard/dashBoard.tpl
index 5572273a4444f3a474fe5e6a2847918e28ee4f18..45d2439f812a1d454d9f2252e29062fa390db06f 100644 (file)
<td style='width:50%;' class='right-border'>
<!-- Channel -->
- <h3>{t}Channels{/t}</h3>
{$dbChannelStatus}
<td>
<!-- Plugins Status -->
- <h3>{t}Plugin status{/t}</h3>
{$dbPluginStatus}
<td style='width:50%;' class='right-border'>
<!-- Messages -->
- <h3>{t}Notifications{/t}</h3>
{$dbNotifications}
<td>
<!-- RSS Feeds -->
- <h3>{t}Information{/t}</h3>
{$dbInformation}
diff --git a/gosa-core/plugins/generic/dashBoard/dbChannelStatus/contents.tpl b/gosa-core/plugins/generic/dashBoard/dbChannelStatus/contents.tpl
index 345e6aef713208c8d50cdea23b85e6ad831f0449..690e0a2034e3b745433ad7de2d9a3fd517f175ec 100644 (file)
-Test
+<h3>{t}Channels{/t}</h3>
diff --git a/gosa-core/plugins/generic/dashBoard/dbInformation/contents.tpl b/gosa-core/plugins/generic/dashBoard/dbInformation/contents.tpl
index 841ab5d099a624a09692a5f62173e114f2431981..44ddf2a755ece280f2d595145a41fe5f9fad5b6a 100644 (file)
+<h3>{t}Information{/t}</h3>
+
{$feedList}
diff --git a/gosa-core/plugins/generic/dashBoard/dbNotifications/contents.tpl b/gosa-core/plugins/generic/dashBoard/dbNotifications/contents.tpl
index 72926473d4e14bb9a807470577a2b7f3487beef5..ecfb2901a48f06aff090d6789c996b8c9405f852 100644 (file)
+<h3>{t}Notifications{/t}</h3>
+
{$adviceList}
diff --git a/gosa-core/plugins/generic/dashBoard/dbPluginStatus/contents.tpl b/gosa-core/plugins/generic/dashBoard/dbPluginStatus/contents.tpl
index 6612e1068624698e80ffd3f73d0b2892c5928ca9..6ec723737b6e38f0b46fece3d2eaf8ae27fb2b78 100644 (file)
+<h3>{t}Plugin status{/t}</h3>
+
{$pluginList}