Hi Jiju, See the commit you made here. You removed a feature. Next time please make sure not to take a feature out :)
--- Thank you, Abyot. On Mon, Dec 7, 2015 at 4:56 PM, <[email protected]> wrote: > ------------------------------------------------------------ > revno: 21363 > committer: jijukjose <[email protected]> > branch nick: dhis2 > timestamp: Mon 2015-12-07 16:55:40 +0100 > message: > Added support for printing the enrollment details > modified: > > dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment.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/enrollment/enrollment.html' > --- > dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment.html > 2015-12-07 08:53:38 +0000 > +++ > dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment.html > 2015-12-07 15:55:40 +0000 > @@ -1,4 +1,5 @@ > -<div class="panel panel-info" ng-controller="EnrollmentController"> > +<div class="panel panel-info print-div" > ng-controller="EnrollmentController"> > + > <div class="panel-heading handle bold"> > > {{enrollmentWidget.title| translate}} > @@ -6,7 +7,6 @@ > | <a href ng-click="loadEnrollmentDetails(currentEnrollment)" > title="{{'current'| translate}}"><span ng-class="{true: 'widget - link - > active', false: 'widget - link'} [showEnrollmentDiv]">{{'current'| > translate}}</span></a> > </span> > <span class="nav-pills" ng-show="selectedProgram && > !currentEnrollment && !selectedTei.inactive"> > - | <a href ng-click="showNewEnrollment()" title="{{'new'| > translate}}"><span ng-class="{true: 'widget - link - active', false: > 'widget - link'} [showEnrollmentDiv]">{{'new'| translate}}</span></a> > </span> > <span class="nav-pills" ng-show="hasEnrollmentHistory"> > | <a href ng-click="showEnrollmentHistory()" > title="{{'history'| translate}}"><span ng-class="{true: 'widget - link - > active', false: 'widget - link'} [showEnrollmentHistoryDiv]">{{'history'| > translate}}</span></a> > > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-devs > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

