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 659-665 function placeHold () { Link Here
659
<div class="yui-b">
660
<div class="yui-b">
660
  <form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
661
  <form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
661
    <fieldset class="brief noprint">
662
    <fieldset class="brief noprint">
662
      <legend>Add an item</legend>
663
      <legend>Add items</legend>
663
      <ol>
664
      <ol>
664
        <li>
665
        <li>
665
          <label for="barcode">Barcode:</label>
666
          <label for="barcode">Barcode:</label>
666
- 

Return to bug 19658