Cosmetics in the overviews (menu templates)

SVN:trunk[381]
This commit is contained in:
Romain Quetiez
2010-05-01 17:19:10 +00:00
parent 5a7e59e02f
commit 5ad54c02cb

View File

@@ -252,7 +252,7 @@ text-align:center;
</tr><tr>
<td class="dashboard">
<p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Changes by Workgroup</p>
<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:workgroup_name" asynchronous="false" encoding="text/oql">SELECT bizChangeTicket</itopblock>
<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:workgroup_id" asynchronous="false" encoding="text/oql">SELECT bizChangeTicket</itopblock>
</td>
<td class="dashboard">
<p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Changes not yet assigned</p>
@@ -392,10 +392,10 @@ td.dashboard {
<tr>
<td class="dashboard">
<p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Contacts by Location</p>
<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:location_name" asynchronous="false" encoding="text/oql">SELECT bizContact</itopblock>
<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:location_id" asynchronous="false" encoding="text/oql">SELECT bizContact</itopblock>
</td>
<td class="dashboard">
<itopblock BlockClass="DisplayBlock" type="open_flash_chart" parameters="chart_type:pie;chart_title:Contacts by location;group_by:location_name" asynchronous="false" encoding="text/oql">SELECT bizContact</itopblock>
<itopblock BlockClass="DisplayBlock" type="open_flash_chart" parameters="chart_type:pie;chart_title:Contacts by location;group_by:location_id" asynchronous="false" encoding="text/oql">SELECT bizContact</itopblock>
</td>
</tr>
<tr>
@@ -514,7 +514,7 @@ text-align:center;
</tr><tr>
<td class="dashboard">
<p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Incidents by Workgroup</p>
<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:workgroup_name" asynchronous="false" encoding="text/oql">SELECT bizIncidentTicket</itopblock>
<itopblock BlockClass="DisplayBlock" type="count" parameters="group_by:workgroup_id" asynchronous="false" encoding="text/oql">SELECT bizIncidentTicket</itopblock>
</td>
<td class="dashboard">
<p style="text-align:left; font-family:Verdana, Arial, sans-serif; font-size:16px;">Incidents not yet assigned</p>