View | Details | Raw Unified | Return to bug 27411
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt (-3 / +2 lines)
Lines 72-78 Link Here
72
                    <input type="hidden" name="unique_id" value="[% loop.count | html %]" /> <!-- FIXME on update, the unique_id should be filled -->
72
                    <input type="hidden" name="unique_id" value="[% loop.count | html %]" /> <!-- FIXME on update, the unique_id should be filled -->
73
                    <div class="age">
73
                    <div class="age">
74
                      <h5>Age in days</h5>
74
                      <h5>Age in days</h5>
75
                      <input class="age" type="number" value="[% rule.age | html %]" name="age_[% id | html %]" />
75
                      <input class="age" type="text" inputmode="numeric" pattern="[0-9]*"  value="[% rule.age | html %]" name="age_[% id | html %]" />
76
                    </div>
76
                    </div>
77
                    <div class="blocks">
77
                    <div class="blocks">
78
                      <h5>Conditions</h5>
78
                      <h5>Conditions</h5>
Lines 133-139 Link Here
133
            <input type="hidden" name="unique_id" />
133
            <input type="hidden" name="unique_id" />
134
            <div class="age">
134
            <div class="age">
135
              <h5>Age in days</h5>
135
              <h5>Age in days</h5>
136
              <input class="age" type="number" value="" name="age" />
136
              <input class="age" type="text" inputmode="numeric" pattern="[0-9]*" value="" name="age" />
137
            </div>
137
            </div>
138
            <div class="blocks">
138
            <div class="blocks">
139
              <h5>Conditions</h5>
139
              <h5>Conditions</h5>
140
- 

Return to bug 27411