Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Fix 1023 (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeolabadmus authored and jkleinsc committed Apr 3, 2017
1 parent 34d4432 commit 507c821
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/admin/print-header/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@
<div class="panel-body">
{{#em-form model=model submitButton=false }}
{{em-input label=(t 'admin.header.facilityName') property="value.facilityName"}}
{{em-checkbox label=(t 'admin.header.includeFacilityName') property="value.facilityNameInclude"}}
{{em-input label=(t 'admin.header.headerLine1') property="value.headerLine1"}}
{{em-checkbox label=(t 'admin.header.includeHeaderLine1') property="value.headerLine1Include"}}
{{em-input label=(t 'admin.header.headerLine2') property="value.headerLine2"}}
{{em-checkbox label=(t 'admin.header.includeHeaderLine2') property="value.headerLine2Include"}}
{{em-input label=(t 'admin.header.headerLine3') property="value.headerLine3"}}
{{em-checkbox label=(t 'admin.header.includeHeaderLine3') property="value.headerLine3Include"}}
{{em-input label=(t 'admin.header.logoURL') property="value.logoURL"}}
{{em-checkbox label=(t 'admin.header.includeLogoURL') property="value.logoURLInclude"}}
{{/em-form}}
</div>
</div>
Expand Down

0 comments on commit 507c821

Please sign in to comment.