mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Cosmetics in the overviews (menu templates)
SVN:trunk[381]
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user