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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt (-8 / +2 lines)
Lines 6-16 Link Here
6
<body id="acq_addorder" class="acq">
6
<body id="acq_addorder" class="acq">
7
[% INCLUDE "header.inc" %]
7
[% INCLUDE "header.inc" %]
8
8
9
<div id="doc3" class="yui-t7">
9
    <div class="container-fluid">
10
11
<div id="bd">
12
  <div id="yui-main">
13
    <div class="yui-b">
14
      [% IF (not_enough_budget) %]
10
      [% IF (not_enough_budget) %]
15
        <form action="/cgi-bin/koha/acqui/addorder.pl" method="post">
11
        <form action="/cgi-bin/koha/acqui/addorder.pl" method="post">
16
          [% FOREACH var IN vars_loop %]
12
          [% FOREACH var IN vars_loop %]
Lines 35-41 Link Here
35
          </div>
31
          </div>
36
        </form>
32
        </form>
37
      [% END %]
33
      [% END %]
38
    </div>
34
39
  </div>
40
</div>
41
[% INCLUDE "intranet-bottom.inc" %]
35
[% INCLUDE "intranet-bottom.inc" %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-4 / +3 lines)
Lines 27-36 Link Here
27
    [% END %]
27
    [% END %]
28
</div>
28
</div>
29
29
30
<div id="doc" class="yui-t7">
30
<div class="main container-fluid">
31
    <div id="bd">
31
    <div class="row">
32
32
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
33
    <div id="yui-main">
34
33
35
    [% IF ( add_form ) %]
34
    [% IF ( add_form ) %]
36
        [% IF ( basketno ) %]
35
        [% IF ( basketno ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt (-5 / +4 lines)
Lines 14-24 Link Here
14
    Cancel order
14
    Cancel order
15
</div>
15
</div>
16
16
17
<div id="doc" class="yui-t7">
17
<div class="main container-fluid">
18
    <div class="row">
19
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
18
20
19
<div id="bd">
20
  <div id="yui-main">
21
    <div class="yui-b">
22
      [% UNLESS ( confirmcancel ) %]
21
      [% UNLESS ( confirmcancel ) %]
23
      <form method="post" action="">
22
      <form method="post" action="">
24
        <div class="dialog alert">
23
        <div class="dialog alert">
Lines 65-69 Link Here
65
64
66
    </div>
65
    </div>
67
  </div>
66
  </div>
68
</div>
67
69
[% INCLUDE 'intranet-bottom.inc' %]
68
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt (-3 / +4 lines)
Lines 14-23 Link Here
14
14
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername|html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketname|html %] ([% basketno %])</a> &rsaquo; Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note</div>
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername|html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketname|html %] ([% basketno %])</a> &rsaquo; Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note</div>
16
16
17
<div id="doc" class="yui-t7">
17
<div class="main container-fluid">
18
    <div class="row">
19
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
18
20
19
<div id="bd">
20
  <div id="yui-main">
21
      [% IF (type == "vendor") %]
21
      [% IF (type == "vendor") %]
22
          <h1>Change order vendor note (order no. [% ordernumber %])</h1>
22
          <h1>Change order vendor note (order no. [% ordernumber %])</h1>
23
      [% ELSE %]
23
      [% ELSE %]
Lines 39-42 Link Here
39
      </form>
39
      </form>
40
  </div>
40
  </div>
41
</div>
41
</div>
42
42
[% INCLUDE 'intranet-bottom.inc' %]
43
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-11 / +12 lines)
Lines 17-30 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
17
17
18
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a> &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]<a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Order from external source</a> &rsaquo; Search results[% END %]</div>
18
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a> &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]<a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Order from external source</a> &rsaquo; Search results[% END %]</div>
19
19
20
<div id="doc3" class="yui-t7">
20
<div class="main container-fluid">
21
      <div id="bd">
22
	  [% IF ( opsearch ) %]
23
<h2>Order from external source</h2>
24
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
21
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
22
    <div class="row">
23
      [% IF ( opsearch ) %]
24
    <div class="col-sm-6">
25
    <h2>Order from external source</h2>
25
    <input type="hidden" name="op" id="op" value="do_search" />
26
    <input type="hidden" name="op" id="op" value="do_search" />
26
	<div class="yui-g">
27
    <div class="yui-u first">
28
	    <fieldset class="rows">
27
	    <fieldset class="rows">
29
         <ol>
28
         <ol>
30
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title |html %]" class="focus" /></li>
29
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title |html %]" class="focus" /></li>
Lines 50-56 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
50
    <input type="hidden" name="basketno" value="[% basketno | html %]" />
49
    <input type="hidden" name="basketno" value="[% basketno | html %]" />
51
    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
50
    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
52
	    </div>
51
	    </div>
53
<div class="yui-u second">
52
<div class="col-sm-6">
54
<h2>Search targets</h2>
53
<h2>Search targets</h2>
55
    <div id="z3950_search_targets_acq">
54
    <div id="z3950_search_targets_acq">
56
        <span class="z3950checks"><span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span></span>
55
        <span class="z3950checks"><span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span></span>
Lines 69-79 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
69
  </div>
68
  </div>
70
</div>
69
</div>
71
70
71
<div class="row">
72
    <div class="col-md-12">
72
    <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Cancel</a></fieldset>
73
    <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Cancel</a></fieldset>
74
</div>
73
</form>
75
</form>
76
</div>
74
77
75
78
76
[% ELSE %]
79
[% ELSE %]
80
    <div class="col-md-12">
77
    <h2>Search results</h2>
81
    <h2>Search results</h2>
78
82
79
    <p>You searched for:
83
    <p>You searched for:
Lines 178-189 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
178
        [% END %]
182
        [% END %]
179
        <div class="dialog message">Nothing found. <a href="javascript: history.back()">Try another search</a>.</div>
183
        <div class="dialog message">Nothing found. <a href="javascript: history.back()">Try another search</a>.</div>
180
    [% END %]
184
    [% END %]
181
185
</div>
182
186
183
[% END %]
187
[% END %]
184
188
185
	</div>
186
</div>
187
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %]
189
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %]
188
190
189
[% MACRO jsinclude BLOCK %]
191
[% MACRO jsinclude BLOCK %]
190
- 

Return to bug 20038