dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #24101
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11763: minor fix, render manage link before update based on manage property (fixes jumpy behavior)
------------------------------------------------------------
revno: 11763
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-08-23 10:47:12 +0200
message:
minor fix, render manage link before update based on manage property (fixes jumpy behavior)
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm
--
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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2013-08-23 08:36:56 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2013-08-23 08:47:12 +0000
@@ -39,7 +39,7 @@
<div id="dashboardControl" class="horizontalMenu dashboardList">
<ul>
<li><a class='bold' href='javascript:dhis2.db.openAddDashboardForm()'>$i18n.getString( "add" )</a></li>
- <li id="manageDashboard"></a></li>
+ <li id="manageDashboard"><a class='bold'>$i18n.getString( "manage" )</a></li>
<li><a class='bold' href='javascript:dhis2.db.scrollLeft()' title='$i18n.getString( "previous" )'><</a></li>
<li><a class='bold' href='javascript:dhis2.db.scrollRight()' title='$i18n.getString( "next" )'>></a></li>
</ul>