dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30701
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15610: Minor fix for event list in TEI Dashboard
------------------------------------------------------------
revno: 15610
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-06-10 19:21:35 +0800
message:
Minor fix for event list in TEI Dashboard
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2014-06-10 10:06:27 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2014-06-10 11:21:35 +0000
@@ -748,7 +748,7 @@
// Cosmetic UI
// -----------------------------------------------------------------------------
function resize() {
- var width = 400;
+ var width = 500;
var w = $(window).width();
if ($(".entity-instance-object").length > 1) {
width += 150;
@@ -757,7 +757,7 @@
width += 150;
}
$('.stage-flow').each(
- function() {
+ function() {
var programInstanceId = this.id.split('_')[1];
if ($(this).find(".table-flow").outerWidth() > $(this)
.width()) {