This commit is contained in:
Dante
2015-04-28 11:49:58 -04:00
parent 0eac01f44d
commit ca215a7332
3 changed files with 10 additions and 9 deletions

View File

@@ -210,6 +210,7 @@ class StrategicDashboard extends Controller
$translation['ID_OVERDUE'] = G::LoadTranslation( 'ID_OVERDUE');
$translation['ID_AT_RISK'] = G::LoadTranslation( 'ID_AT_RISK');
$translation['ID_ON_TIME'] = G::LoadTranslation( 'ID_ON_TIME');
$this->setVar('translation', $translation);
$this->render();
} catch (Exception $error) {

View File

@@ -437,7 +437,7 @@
<center><h3></h3></center>
</div>
<div>
Sort by Cost: &nbsp; <a id="sortListButton" class="fa fa-chevron-up fa-1x" style="color:#000;" href="#"></a>
{translate label="ID_SORT_BY"} {translate label="ID_COSTS"} : &nbsp; <a id="sortListButton" class="fa fa-chevron-up fa-1x" style="color:#000;" href="#"></a>
</div>
</div>

View File

@@ -343,7 +343,7 @@
<div class="title-process" style="margin-top:50px; width:500px; clear:both; border:1px solid #999; margin:0 auto; padding:15px;">
This is just a basic view of your indexes. For better compatibility with Internet Explorer, a new tab with the KPIs has been opened. Please select this new tab on the tab list above to see all our KPIs functionality.
</div>
<!--Cabezera-->
<!--[>Cabezera<]
<div class="row" style="visibility:hidden;">
<div class="col-lg-12">
<div class="panel panel-default">
@@ -401,7 +401,7 @@
<div class="well">
<p class="text-center">{translate label="ID_DASH_CLICK_TO_VIEW"}</p>
<p>
<!-- Split button -->
[> Split button <]
<div id="dashboardsList">
</div>
</p>
@@ -411,19 +411,19 @@
</div>
</div>
</div>
<!-- /.col-lg-12 -->
[> /.col-lg-12 <]
</div>
<!-- Indicators -->
[> Indicators <]
<div class="row">
<div class="indicators">
<div id="indicatorsGridStack" class="grid-stack" data-gs-width="12" data-gs-animate="no" >
<!--Here are added dynamically the Indicators-->
[>Here are added dynamically the Indicators<]
</div>
</div>
<!-- Details by Indicator -->
[> Details by Indicator <]
<div class="col-lg-12 col-md-12 bottom">
<div id="indicatorsDataGridStack" class="grid-stack" data-gs-width="12" data-gs-animate="no" >
<!--Here are added dynamically the Dat by indicator-->
[>Here are added dynamically the Dat by indicator<]
</div>
</div>
@@ -441,7 +441,7 @@
data-gs-animate="no" style="clear:both;">
</div>
</div>
</div>
</div>-->
</div>
</div>