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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +2 lines)
Lines 6-11 Link Here
6
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname | html %][% END %]</title>
6
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname | html %][% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<style type="text/css">textarea { width: 100%; }</style>
9
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
11
12
Lines 690-696 function AdjustRemark() { Link Here
690
<div class="yui-b">
691
<div class="yui-b">
691
  <form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
692
  <form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
692
    <fieldset class="brief noprint">
693
    <fieldset class="brief noprint">
693
      <legend>Add items</legend>
694
      <h4>Add items</h4>
694
      <ol>
695
      <ol>
695
        <li>
696
        <li>
696
          <label for="barcodes">Barcodes:</label>
697
          <label for="barcodes">Barcodes:</label>
697
- 

Return to bug 19658