← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12423: remove interpretations from profile page

 

------------------------------------------------------------
revno: 12423
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-10-04 10:44:21 +0200
message:
  remove interpretations from profile page
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/profile.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/profile.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/profile.vm	2013-01-22 11:51:56 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/profile.vm	2013-10-04 08:44:21 +0000
@@ -1,15 +1,14 @@
 <script type="text/javascript">
 jQuery( document ).ready( function() {
     showProfileIntro();
-    jQuery( "#profileInterpretationFeed" ).load( "getInterpretations.action?userId=${user.uid}" );
-} );
+} );
 </script>
 
 <style type="text/css">
 #mainPage
 {
   margin-left: 234px;
-}
+}
 </style>
 
 <div id="userHeader">$!encoder.htmlEncode( $user.firstName ) $!encoder.htmlEncode( $user.surname  )</div>
@@ -37,12 +36,3 @@
 <div class="userRow"><div class="userLabel">$i18n.getString( "user_roles" )</div><div class="userValue">$!encoder.htmlEncode( $user.userCredentials.getUserAuthorityGroupsName() )</div></div>
 </div>
 <div id="userInfoLink"><a class="bold" href="javascript:showFullProfile()">$i18n.getString( "view_full_profile" )</a></div>
-
-<div id="profileInterpretationHeader">
-	<span class="bold">$i18n.getString( "latest_interpretations" )</span> |
-    <span>$i18n.getString( "share_your_own_interpretations_from" ) 
-    <a href="../dhis-web-visualizer/app/index.html">$i18n.getString( "data_visualizer" )</a>,
-    <a href="../dhis-web-mapping/app/index.html">$i18n.getString( "gis" )</a>&nbsp;$i18n.getString( "or" )&nbsp;
-    <a href="../dhis-web-reporting/displayManageTableForm.action">$i18n.getString( "report_table" )</a></span>
-</div>
-<div id="profileInterpretationFeed"></div>
\ No newline at end of file