Skip to content

Commit abebe7a

Browse files
author
jithin
committed
MA report name change in html files
1 parent 7f64a71 commit abebe7a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

app/views/reports.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<div class="row" data-ng-hide= "!isAggregateReport() ">
190190
<div class="col-xs-12 left">
191191

192-
<div class="form-group col-xs-2" data-ng-hide = "report.name == 'MA Cumulative Summary' || report.reportEnum == 'Kilkari_Cumulative_Summary'">
192+
<div class="form-group col-xs-2" data-ng-hide = "report.name == 'District-wise Performance of the State for Mobile Academy' || report.reportEnum == 'Kilkari_Cumulative_Summary'">
193193
<label> Period Type</label><br>
194194
<div class="btn-group " data-uib-dropdown data-dropdown-append-to-body >
195195
<button id="btn-append-to-body9" type="button" class="btn btn-sm btn-default" data-uib-dropdown-toggle >
@@ -209,7 +209,7 @@
209209
</div>
210210
</div>
211211

212-
<div class="form-group col-xs-2" data-ng-hide = " periodDisplayType == '' || (report.name == 'MA Cumulative Summary' || report.reportEnum == 'Kilkari_Cumulative_Summary' || periodDisplayType == 'Current Period' ) ">
212+
<div class="form-group col-xs-2" data-ng-hide = " periodDisplayType == '' || (report.name == 'District-wise Performance of the State for Mobile Academy' || report.reportEnum == 'Kilkari_Cumulative_Summary' || periodDisplayType == 'Current Period' ) ">
213213
<label>{{periodTypeContent}}</label><br>
214214
<p class="input-group" data-ng-class="{disabled :disableDate() }" data-ng-disabled="disableDate()">
215215
<input type="text" class="form-control input input-sm" data-uib-datepicker-popup="{{dateFormat}}" data-ng-model="dt1" is-open="popup2.opened" datepicker-options="datePickerOptions" data-ng-required = "true" close-text="Close" alt-input-formats="altInputFormats" data-ng-disabled='disableDate()' readonly />
@@ -225,7 +225,7 @@
225225
</ul>
226226
</div>
227227

228-
<div class="form-group col-xs-2" data-ng-hide = " (report.name != 'MA Cumulative Summary' && report.reportEnum != 'Kilkari_Cumulative_Summary' && periodDisplayType != 'Custom Range')">
228+
<div class="form-group col-xs-2" data-ng-hide = " (report.name != 'District-wise Performance of the State for Mobile Academy' && report.reportEnum != 'Kilkari_Cumulative_Summary' && periodDisplayType != 'Custom Range')">
229229
<label>End Date</label><br>
230230
<p class="input-group" data-ng-class="{disabled :disableDate() }" data-ng-disabled="disableDate()">
231231
<input type="text" class="form-control input input-sm" data-uib-datepicker-popup="{{dateFormat}}" data-ng-model="dt2" is-open="popup3.opened" datepicker-options="endDatePickerOptions" data-ng-required= "true" close-text="Close" alt-input-formats="altInputFormats" data-ng-disabled='disableDate()' readonly />
@@ -321,7 +321,7 @@
321321
<div class="reportheader" data-ng-hide="hideGrid">
322322
<p class="ng-binding" style="display: inline-block;"> {{reportHeaderName}} Report</p>
323323
<div style="display: inline-block;float: right">
324-
<i class="glyphicon glyphicon-calendar aggregate-calender"> <span data-ng-if=" report.name != 'MA Cumulative Summary' && report.reportEnum != 'Kilkari_Cumulative_Summary' " class="calender-date">{{ headerFromDate | date:'dd/MM/y'}}</span> <span class="calender-date" style="font-size: 13px" data-ng-if=" report.name == 'MA Cumulative Summary' || report.reportEnum == 'Kilkari_Cumulative_Summary' ">Up</span><span class="calender-date">to</span> <span class="calender-date">{{headerToDate | date:'dd/MM/y'}}</span></i>
324+
<i class="glyphicon glyphicon-calendar aggregate-calender"> <span data-ng-if=" report.name != 'District-wise Performance of the State for Mobile Academy' && report.reportEnum != 'Kilkari_Cumulative_Summary' " class="calender-date">{{ headerFromDate | date:'dd/MM/y'}}</span> <span class="calender-date" style="font-size: 13px" data-ng-if=" report.name == 'District-wise Performance of the State for Mobile Academy' || report.reportEnum == 'Kilkari_Cumulative_Summary' ">Up</span><span class="calender-date">to</span> <span class="calender-date">{{headerToDate | date:'dd/MM/y'}}</span></i>
325325
<img alt="export to excel" data-ng-click = "exportToExcel()" style="float: right;margin-right: 7px; cursor : pointer" src="images/export3.png">
326326
<img alt="export to csv" data-ng-click = "exportCsv()" style="float: right;margin-right: 7px; cursor : pointer" src="images/export1.png">
327327
<img alt="export to pdf" data-ng-hide="isIE9()"data-ng-click = "exportPdf()" style="float: right;margin-right: 7px; cursor : pointer" src="images/export2.png">

app/views/userManual_mobileAcademyAgg.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h2 class="user-manual-header">Mobile Academy Aggregate Reports</h2>
1111
<div style="color: #0071bc; font-size: 16px">
1212
<p>
13-
<div data-ng-click="func('csr')"><u>MA Cumulative Summary Report</u></div>
13+
<div data-ng-click="func('csr')"><u>District-wise Performance of the State for Mobile Academy Report</u></div>
1414
</p>
1515
<p>
1616
<div data-ng-click="func('sr')"><u>MA Subscriber Report</u></div>
@@ -26,7 +26,7 @@ <h2 class="user-manual-header">Mobile Academy Aggregate Reports</h2>
2626
<div style="display: inline-block" class="imageModify"><b>Mobile Academy Aggregate Report</b><br>
2727
<div data-ng-hide="selectRole != 1 && selectRole !=5"><!--National User-->
2828
<div data-ng-hide="param!=='csr'" style="display: inline-block">
29-
<p style="font-size: 30px"><b>MA Cumulative Summary Report</b></p><br>
29+
<p style="font-size: 30px"><b>District-wise Performance of the State for Mobile Academy Report</b></p><br>
3030
<p>This report provides the performance of the Mobile Academy project from the launch date of
3131
the service in the state to till date. It gives information about the number of ASHAs
3232
registered with the program, the number of ASHAs that have started the course, the number of
@@ -239,7 +239,7 @@ <h2 class="user-manual-header">Mobile Academy Aggregate Reports</h2>
239239
</div>
240240
<div data-ng-hide="selectRole != 2 && selectRole != 6">
241241
<div data-ng-hide="param!=='csr'" style="display: inline-block">
242-
<p style="font-size: 30px"><b>MA Cumulative Summary Report</b></p><br>
242+
<p style="font-size: 30px"><b>District-wise Performance of the State for Mobile Academy Report</b></p><br>
243243
<p>This report provides the performance of the Mobile Academy project from the launch date of
244244
the service in the state to till date. It gives information about the number of ASHAs
245245
registered with the program, the number of ASHAs that have started the course, the number of
@@ -452,7 +452,7 @@ <h2 class="user-manual-header">Mobile Academy Aggregate Reports</h2>
452452
</div>
453453
<div data-ng-hide="selectRole != 3 && selectRole != 7"><!--Disrict User-->
454454
<div data-ng-hide="param!=='csr'" style="display: inline-block">
455-
<p style="font-size: 30px"><b>MA Cumulative Summary Report</b></p><br>
455+
<p style="font-size: 30px"><b>District-wise Performance of the State for Mobile Academy Report</b></p><br>
456456
<p>This report provides the performance of the Mobile Academy project from the launch date of
457457
the service in the state to till date. It gives information about the number of ASHAs
458458
registered with the program, the number of ASHAs that have started the course, the number of
@@ -665,7 +665,7 @@ <h2 class="user-manual-header">Mobile Academy Aggregate Reports</h2>
665665
</div>
666666
<div data-ng-hide="selectRole !=4">
667667
<div data-ng-hide="param!=='csr'" style="display: inline-block">
668-
<p style="font-size: 30px"><b>MA Cumulative Summary Report</b></p><br>
668+
<p style="font-size: 30px"><b>District-wise Performance of the State for Mobile Academy Report</b></p><br>
669669
<p>This report provides the performance of the Mobile Academy project from the launch date of
670670
the service in the state to till date. It gives information about the number of ASHAs
671671
registered with the program, the number of ASHAs that have started the course, the number of

0 commit comments

Comments
 (0)