dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31595
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16128: minor
------------------------------------------------------------
revno: 16128
committer: Abyot Asalefew Gizaw abyota@xxxxxxxxx
branch nick: dhis2
timestamp: Tue 2014-07-15 10:28:50 +0200
message:
minor
modified:
dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/components/report/program-details.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-tracker-capture/src/main/webapp/dhis-web-tracker-capture/components/report/program-details.html'
--- dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/components/report/program-details.html 2014-07-13 13:08:50 +0000
+++ dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/components/report/program-details.html 2014-07-15 08:28:50 +0000
@@ -6,7 +6,7 @@
</div>
<div class="modal-body">
<div class='row'>
- <div class="col-md-6">
+ <div class="col-sm-6">
<h2>{{selectedProgram.trackedEntity.name}} {{'_details'| translate}}</h2>
<table class="table table-bordered table-compact">
<tr ng-repeat="attribute in selectedTei.attributes" ng-show="attribute.show">
@@ -36,7 +36,7 @@
<h3 class='col-sm-12'>{{'notes'| translate}}</h3>
<table class="table-borderless table-striped">
<tr class="col-sm-12" ng-repeat="note in enrollment.notes">
- <td class="col-sm-12 over-flow-hidden">
+ <td class="col-sm-12">
<p>
{{note.value}}<br>
({{note.storedBy}}, {{note.storedDate}})
@@ -85,17 +85,17 @@
{{dhis2Event[prStDe.dataElement.id].value}}
</td>
<td ng-if="allowProvidedElsewhereExists[dhis2Event.programStage]">
- {{dhis2Event[prStDe.dataElement.id].providedElsewhere ? 'provided_elsewhere' : '' | translate}}
+ {{dhis2Event[prStDe.dataElement.id].providedElsewhere ? 'provided_elsewhere' : ''| translate}}
</td>
</tr>
</table>
</div>
<div class='row vertical-spacing'></div>
<div ng-if="dhis2Event.notes">
- <h3 class='col-sm-12'>{{'notes'| translate}}</h3>
+ <h4 class='col-sm-12'>{{'notes'| translate}}</h4>
<table class="table-borderless table-striped">
<tr class="col-sm-12" ng-repeat="note in dhis2Event.notes">
- <td class="col-sm-12 over-flow-hidden">
+ <td class="col-sm-12">
<p>
{{note.value}}<br>
({{note.storedBy}}, {{note.storedDate}})
@@ -104,7 +104,7 @@
</tr>
</table>
</div>
-
+
</div>
</div>