← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18516: cleanup

 

------------------------------------------------------------
revno: 18516
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2015-03-06 17:34:32 +0100
message:
  cleanup
removed:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/rescheduling.html
modified:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/overdue-events.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/program-statistics.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/program-summary.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/reportForm.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/upcoming-events.html


--
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-apps/src/main/webapp/dhis-web-tracker-capture/components/report/overdue-events.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/overdue-events.html	2014-10-13 15:05:01 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/overdue-events.html	2015-03-06 16:34:32 +0000
@@ -1,6 +1,3 @@
-<script src="../dhis-web-commons/ouwt/ouwt.js"></script>
-<script src="scripts/tracker-capture.js"></script>
-
 <div id="leftBar">   
     <div class="left-bar-menu" ng-controller="LeftBarMenuController">
         <ul class="nav nav-pills nav-stacked">

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/program-statistics.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/program-statistics.html	2014-10-20 16:24:09 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/program-statistics.html	2015-03-06 16:34:32 +0000
@@ -1,6 +1,3 @@
-<script src="../dhis-web-commons/ouwt/ouwt.js"></script>
-<script src="scripts/tracker-capture.js"></script>
-
 <div id="leftBar">   
     <div class="left-bar-menu" ng-controller="LeftBarMenuController">
         <ul class="nav nav-pills nav-stacked">

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/program-summary.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/program-summary.html	2015-03-06 09:37:05 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/program-summary.html	2015-03-06 16:34:32 +0000
@@ -1,6 +1,3 @@
-<script src="../dhis-web-commons/ouwt/ouwt.js"></script>
-<script src="scripts/tracker-capture.js"></script>
-
 <div id="leftBar">   
     <div class="left-bar-menu" ng-controller="LeftBarMenuController">
         <ul class="nav nav-pills nav-stacked">

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/reportForm.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/reportForm.html	2014-10-20 16:24:09 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/reportForm.html	2015-03-06 16:34:32 +0000
@@ -1,4 +1,3 @@
-         
 <div class="row">
     <div class="col-sm-8 col-md-6">
         <table class="table table-borderless table-striped">

=== removed file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/rescheduling.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/rescheduling.html	2014-09-01 13:08:57 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/rescheduling.html	1970-01-01 00:00:00 +0000
@@ -1,74 +0,0 @@
-<div class="modal-header">
-    <h2>{{'schedule_details'| translate}}</h2>
-</div>
-<div class="modal-body">
-        <span class="bold">
-            {{entityName}}
-        </span>
-        <table class="table-borderless table-striped">
-            <tr class="col-md-12" ng-repeat="attribute in attributes">
-                <td class="col-md-6">
-                    {{attribute.name}}
-                </td>
-                <td class="col-md-6">
-                    <input type="text" ng-model="selectedTei[attribute.id]" ng-disabled='true'/>                       
-                </td>                
-            </tr>
-        </table>
-
-    <div class='row' ng-if='currentEvent'>      
-        <hr ng-if="reportMode === 'PROGRAM'">
-        <span class="bold">
-            <span ng-if="reportMode === 'TEI'">{{currentEvent.programName}}  |  </span>{{currentEvent.name}}  |  {{currentEvent.orgUnitName}}  |  {{currentEvent.eventDate}}
-        </span>
-        <table class="table-borderless table-striped">
-            <thead>
-                <tr class="col-md-12">
-                    <th class="col-md-5">
-                        {{'data_element'| translate}}
-                    </th>
-                    <th class="col-md-5">
-                        {{'value'| translate}}
-                    </th>
-                    <th class="col-md-2" ng-if="allowProvidedElsewhereExists">
-                        {{'provided_elsewhere'| translate}}
-                    </th>
-                </tr>
-            </thead>
-            <tr class="col-md-12" ng-repeat="prStDe in currentStage.programStageDataElements">
-                <td class="col-md-5">
-                    {{prStDe.dataElement.formName ? prStDe.dataElement.formName : prStDe.dataElement.name}}
-                </td>
-                <td class="col-md-5">
-                    <input type="text" class="form-control" ng-model="currentEvent[prStDe.dataElement.id]" ng-disabled='true'/>                       
-                </td>
-                <td class="col-md-2" ng-if="allowProvidedElsewhereExists">                    
-                    <div class="align-center" ng-show="prStDe.allowProvidedElsewhere">
-                        <input type="checkbox" class="form-control" ng-model="currentEvent.providedElsewhere[prStDe.dataElement.id]" ng-disabled='true'/>
-                    </div>
-                </td>
-            </tr>
-        </table>
-    </div>
-    <div class="row" ng-if='currentEvent.notes'>
-        <hr>
-        <table class="table-borderless table-striped">  
-            <tr>
-                <th>
-                    {{'notes' | translate}}
-                </th>
-            </tr>
-            <tr class="col-md-12" ng-repeat="note in currentEvent.notes">
-                <td class="col-md-12 over-flow-hidden" style="width:100%;">
-                    <p>{{note.value}}</p>
-                    <p><strong>{{'created_by' | translate}}: </strong>{{note.storedBy}}</p>
-                    <p><strong>{{'date' | translate}}: </strong>{{note.storedDate}}</p>                    
-                </td>                    
-            </tr>
-        </table>
-    </div>
-</div>
-<div class="modal-footer">
-    <button class="btn btn-primary" data-ng-click="close()">{{'save'| translate}}</button>
-    <button class="btn btn-default" data-ng-click="close()">{{'close'| translate}}</button>
-</div>
\ No newline at end of file

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/upcoming-events.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/upcoming-events.html	2014-10-13 15:05:01 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/report/upcoming-events.html	2015-03-06 16:34:32 +0000
@@ -1,6 +1,3 @@
-<script src="../dhis-web-commons/ouwt/ouwt.js"></script>
-<script src="scripts/tracker-capture.js"></script>
-
 <div id="leftBar">   
     <div class="left-bar-menu" ng-controller="LeftBarMenuController">
         <ul class="nav nav-pills nav-stacked">