]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.html
LP1825851 Server managed/processed print templates
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / share / marc-edit / flat-editor.component.html
1
2 <div *ngIf="record">
3   <textarea class="form-control flat-editor-content" 
4     (blur)="record.absorbBreakerChanges()"
5     [(ngModel)]="record.breakerText" rows="{{rowCount()}}" spellcheck="false">
6   </textarea>
7 </div>