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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +2 lines)
Lines 948-954 fieldset { Link Here
948
        }
948
        }
949
949
950
        .action {
950
        .action {
951
            margin-left: 1em;
951
            margin: 0;
952
            padding: .4em 0;
952
        }
953
        }
953
    }
954
    }
954
955
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-5 / +4 lines)
Lines 283-292 Link Here
283
                    </select>
283
                    </select>
284
                </li>
284
                </li>
285
            </ol>
285
            </ol>
286
        </fieldset>
286
            <fieldset class="action">
287
        <fieldset class="action">
287
                <input type="submit" value="Submit" />
288
            <input type="submit" value="Submit" />
288
                <input type="hidden" name="run_report" value="1" />
289
            <input type="hidden" name="run_report" value="1" />
289
            </fieldset>
290
        </fieldset>
290
        </fieldset>
291
    </form>
291
    </form>
292
[% END %]
292
[% END %]
293
- 

Return to bug 31848