← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 22007: minor

 

------------------------------------------------------------
revno: 22007
committer: Abyot Asalefew Gizaw <abyot@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2016-02-19 11:00:33 +0100
message:
  minor
modified:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/new-event.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/dataentry/new-event.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/new-event.html	2016-02-19 09:36:11 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/new-event.html	2016-02-19 10:00:33 +0000
@@ -10,7 +10,7 @@
                 {{'program_stage' | translate}}
             </div>
             <div class="col-sm-9">
-                <select class="form-control-program" 
+                <select class="form-control" 
                         ng-model="model.selectedStage"                                
                         ng-options="stage.displayName for stage in stages">                    
                 </select>
@@ -33,7 +33,7 @@
 
             </div>
             <div class="row" ng-if="isNewEvent">
-                <div class="col-sm-3" style="padding-left: 0px">{{model.selectedStage.excecutionDateLabel}}</div>
+                <div class="col-sm-3">{{model.selectedStage.excecutionDateLabel}}</div>
                 <div class="col-sm-9">
                     <input type="text" 
                            class="form-control"