</label>
</div>
<div class="col-md-8">
- <input type="textbox" ng-model="args.reader" id="reader"
+ <input type="text" ng-model="args.reader" id="reader" class="form-control"
ng-click="args.which_radio_button='reader'" focus-me="readerInFocus"
ng-model-options="{ debounce: 1000 }">
</input>
</label>
</div>
<div class="col-md-8">
- <input type="textbox" ng-model="args.department" id="department"
+ <input type="text" ng-model="args.department" id="department" class="form-control"
ng-click="args.which_radio_button='department'">
</input>
</div>
<label for="note">[% l('Note:') %]</label>
</div>
<div class="col-md-8">
- <input ng-model="args.note" type="textbox" id="note"></input>
+ <input ng-model="args.note" type="text" id="note" class="form-control"></input>
</div>
</div>
</div>