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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-4 / +7 lines)
Lines 7-12 Link Here
7
[% USE Price %]
7
[% USE Price %]
8
[% USE TablesSettings %]
8
[% USE TablesSettings %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% formulaire = BLOCK %]
11
    [% INCLUDE 'circ-search.inc' %]
12
[% END %]
10
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
11
<title>
14
<title>
12
    [% IF op == 'save' %]
15
    [% IF op == 'save' %]
Lines 53-60 Link Here
53
</head>
56
</head>
54
57
55
<body id="acq_suggestion" class="acq">
58
<body id="acq_suggestion" class="acq">
56
    [% INCLUDE 'header.inc' %]
59
    [% INCLUDE 'header.inc' form=formulaire %]
57
    [% INCLUDE 'cat-search.inc' %]
58
60
59
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
61
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
60
        <ol>
62
        <ol>
Lines 658-664 Link Here
658
660
659
        [% IF op == 'else' %]
661
        [% IF op == 'else' %]
660
            <div id="toolbar" class="btn-toolbar">
662
            <div id="toolbar" class="btn-toolbar">
661
                <a class="btn btn-default" id="newsuggestion" href="suggestion.pl?op=add&branchcode=[% branchcode | uri %]"><i class="fa fa-plus"></i> New purchase suggestion</a>
663
                <div>
664
                    <a class="pat" id="newsuggestion" href="suggestion.pl?op=add&branchcode=[% branchcode | uri %]"><i class="fa fa-plus"></i> New purchase suggestion</a>
665
                </div>
662
            </div>
666
            </div>
663
667
664
            <h1>Suggestions management</h1>
668
            <h1>Suggestions management</h1>
665
- 

Return to bug 30952