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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-1 / +3 lines)
Lines 94-100 div#result { margin-top: 1em; } Link Here
94
94
95
    <input type="hidden" name="authid" value="[% recordid1 | html %]" />
95
    <input type="hidden" name="authid" value="[% recordid1 | html %]" />
96
    <input type="hidden" name="authid" value="[% recordid2 | html %]" />
96
    <input type="hidden" name="authid" value="[% recordid2 | html %]" />
97
    <fieldset class="action"><input type="submit" class="btn btn-primary" value="Next" /></fieldset>
97
    </fieldset>
98
    <fieldset class="action">
99
        <input type="submit" class="btn btn-primary" value="Next" />
98
    </fieldset>
100
    </fieldset>
99
</form>
101
</form>
100
102
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-1 / +1 lines)
Lines 137-146 div#result { margin-top: 1em; } Link Here
137
    [% FOREACH record IN records %]
137
    [% FOREACH record IN records %]
138
        <input type="hidden" name="biblionumber" value="[% record.biblionumber | html %]" />
138
        <input type="hidden" name="biblionumber" value="[% record.biblionumber | html %]" />
139
    [% END %]
139
    [% END %]
140
    </fieldset>
140
    <fieldset class="action">
141
    <fieldset class="action">
141
        <input type="submit" class="btn btn-primary" value="Next" />
142
        <input type="submit" class="btn btn-primary" value="Next" />
142
    </fieldset>
143
    </fieldset>
143
    </fieldset>
144
</form>
144
</form>
145
145
146
<div id="dataPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
146
<div id="dataPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-2 / +6 lines)
Lines 109-116 Link Here
109
		<label for="biblionumber">Select the biblionumber to attach the item to</label>
109
		<label for="biblionumber">Select the biblionumber to attach the item to</label>
110
			<div class="hint">Enter biblionumber:</div>
110
			<div class="hint">Enter biblionumber:</div>
111
		    <input type="text" name="biblionumber" id="biblionumber" class="focus" size="14" />
111
		    <input type="text" name="biblionumber" id="biblionumber" class="focus" size="14" />
112
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Submit" /></fieldset>
113
	    </fieldset>
112
	    </fieldset>
113
        <fieldset class="action">
114
            <input type="submit" class="btn btn-primary" value="Submit" />
115
        </fieldset>
114
	    [% ELSE %]
116
	    [% ELSE %]
115
	    <input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber | html %]" />
117
	    <input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber | html %]" />
116
	    [% END %]
118
	    [% END %]
Lines 120-127 Link Here
120
		<label for="barcode">Enter the barcode of the item to attach:</label>
122
		<label for="barcode">Enter the barcode of the item to attach:</label>
121
		    <p class="hint">The item you select will be moved to the target record.</p>
123
		    <p class="hint">The item you select will be moved to the target record.</p>
122
		    <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" />
124
		    <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" />
123
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Submit" /></fieldset>
124
	    </fieldset>
125
	    </fieldset>
126
        <fieldset class="action">
127
            <input type="submit" class="btn btn-primary" value="Submit" />
128
        </fieldset>
125
	    [% ELSE %]
129
	    [% ELSE %]
126
	    <input type="hidden" name="barcode" id="barcode" value="[% barcode | html %]" />
130
	    <input type="hidden" name="barcode" id="barcode" value="[% barcode | html %]" />
127
	    [% END %]
131
	    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-2 / +2 lines)
Lines 120-131 Link Here
120
          </fieldset>
120
          </fieldset>
121
      [% END %]
121
      [% END %]
122
      <input type="hidden" name="op" value="show" />
122
      <input type="hidden" name="op" value="show" />
123
      <fieldset class="action">
123
    </fieldset>
124
    <fieldset class="action">
124
        <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
125
        <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
125
        <input type="hidden" name="branch" value="[% branch | html %]" />
126
        <input type="hidden" name="branch" value="[% branch | html %]" />
126
        <input type="hidden" name="batch" value="1" />
127
        <input type="hidden" name="batch" value="1" />
127
        <input type="submit" class="btn btn-primary" value="Check out" />
128
        <input type="submit" class="btn btn-primary" value="Check out" />
128
      </fieldset>
129
    </fieldset>
129
    </fieldset>
130
  </form>
130
  </form>
131
131
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-4 / +4 lines)
Lines 272-282 Link Here
272
    </li>
272
    </li>
273
273
274
</ol>
274
</ol>
275
   <fieldset class="action">
276
      <input type="submit" class="btn btn-primary" value="Apply filter" />
277
      <input type="hidden" name="op" value="apply filter" />
278
   </fieldset>
279
   </fieldset>
275
   </fieldset>
276
    <fieldset class="action">
277
        <input type="submit" class="btn btn-primary" value="Apply filter" />
278
        <input type="hidden" name="op" value="apply filter" />
279
    </fieldset>
280
  </form>
280
  </form>
281
281
282
            </aside>
282
            </aside>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-3 / +4 lines)
Lines 300-308 Link Here
300
[% ELSE %]
300
[% ELSE %]
301
    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to today. Set other date ranges as needed.)</em></p>
301
    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to today. Set other date ranges as needed.)</em></p>
302
[% END %]
302
[% END %]
303
304
<fieldset class="action"><input type="submit" name="run_report" value="Submit" class="btn btn-primary" /></fieldset>
305
</fieldset>
303
</fieldset>
304
305
    <fieldset class="action">
306
        <input type="submit" name="run_report" value="Submit" class="btn btn-primary" />
307
    </fieldset>
306
</form>
308
</form>
307
309
308
</div>
310
</div>
309
- 

Return to bug 32952