<div class="row reg-field-row" ng-show="show_field('au.juvenile')">
[% draw_field_label('au', 'juvenile') %]
<div class="col-md-3 reg-field-input">
+ <div class='checkbox' style="margin-left:20px;">
<input
aria-labelledby="{{idl_fields.au.juvenile.name}}"
ng-change="field_modified()"
<div class="row reg-field-row" ng-show="show_field('au.active')">
[% draw_field_label('au', 'active') %]
<div class="col-md-3 reg-field-input">
+ <div class='checkbox' style="margin-left:20px;">
<input
aria-labelledby="{{idl_fields.au.active.name}}"
ng-change="field_modified()"
<div class="row reg-field-row" ng-show="show_field('au.barred')">
[% draw_field_label('au', 'barred') %]
<div class="col-md-3 reg-field-input">
+ <div class='checkbox' style="margin-left:20px;">
<input
aria-labelledby="{{idl_fields.au.barred.name}}"
ng-change="field_modified()"
<div class="row reg-field-row" ng-show="show_field('au.master_account')">
[% draw_field_label('au', 'master_account') %]
<div class="col-md-3 reg-field-input">
+ <div class='checkbox' style="margin-left:20px;">
<input
aria-labelledby="{{idl_fields.au.master_account.name}}"
ng-change="field_modified()"
</div>
<!-- CLAIMS_RETURNED_COUNT -->
-
+<!-- PINES Customization: hide field if new patron registration -->
+<div ng-if="patron_id">
<div class="row reg-field-row" ng-show="show_field('au.claims_returned_count')">
[% draw_field_label('au', 'claims_returned_count') %]
[% draw_form_input('au', 'claims_returned_count',
[% draw_example_text('au', 'claims_returned_count') %]
</div>
</div>
+</div>
<!-- CLAIMS_NEVER_CHECKED_OUT_COUNT -->
-
+<!-- PINES Customization: Hide this field since we don't use it -->
+<div style="display:none;">
<div class="row reg-field-row" ng-show="show_field('au.claims_never_checked_out_count')">
[% draw_field_label('au', 'claims_never_checked_out_count') %]
[% draw_form_input('au', 'claims_never_checked_out_count',
[% draw_example_text('au', 'claims_never_checked_out_count') %]
</div>
</div>
+</div>
<div ng-if="!offline">
<div class="row reg-field-row" ng-show="show_field('aua.valid')">
[% draw_field_label('aua', 'valid') %]
<div class="col-md-3 reg-field-input">
+ <div class='checkbox' style="margin-left:20px;">
<input
aria-labelledby="{{idl_fields.aua.valid.name}}"
type='checkbox'
<div class="row reg-field-row" ng-show="show_field('aua.within_city_limits')">
[% draw_field_label('aua', 'within_city_limits') %]
<div class="col-md-3 reg-field-input">
+ <div class='checkbox' style="margin-left:20px;">
<input
type='checkbox'
aria-labelledby="{{idl_fields.aua.within_city_limits.name}}"
style="margin-bottom: 10px;">
<div class="col-md-6">{{question.question()}}</div>
<div class="col-md-6">
- <div class="btn-group" uib-dropdown>
+ <div class="btn-group dropup" uib-dropdown>
<button type="button" class="btn btn-default" uib-dropdown-toggle>
<span style="padding-right: 5px;">
{{survey_responses[question.id()].answer()}}