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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-2 / +1 lines)
Lines 121-127 Link Here
121
                      <input type="hidden" name="excluding" value="[% excluding | html %]" />
121
                      <input type="hidden" name="excluding" value="[% excluding | html %]" />
122
                      <input type="hidden" name="operator" value="[% operator | html %]" />
122
                      <input type="hidden" name="operator" value="[% operator | html %]" />
123
                      <input type="hidden" name="orderby" value="[% orderby | html %]" />
123
                      <input type="hidden" name="orderby" value="[% orderby | html %]" />
124
                      <input type="hidden" name="value" value="[% value | uri %]" />
124
                      <input type="hidden" name="value" value="[% value | html %]" />
125
                      <input type="hidden" name="startfrom" value="[% startfrom | html %]" />
125
                      <input type="hidden" name="startfrom" value="[% startfrom | html %]" />
126
                      <input type="hidden" name="resultsperpage" value="[% resultsperpage | html %]" />
126
                      <input type="hidden" name="resultsperpage" value="[% resultsperpage | html %]" />
127
                      <button type="submit" class="dropdown-item"><i class="fa fa-trash"></i> Delete</button>
127
                      <button type="submit" class="dropdown-item"><i class="fa fa-trash"></i> Delete</button>
128
- 

Return to bug 38056