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 7-12 Link Here
7
<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
<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>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
<style type="text/css">textarea { width: 100%; }</style>
10
11
11
[% BLOCK list_permissions %]
12
[% BLOCK list_permissions %]
12
    <li>
13
    <li>
Lines 385-391 Link Here
385
<div class="yui-b">
386
<div class="yui-b">
386
  <form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
387
  <form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
387
    <fieldset class="brief noprint">
388
    <fieldset class="brief noprint">
388
      <legend>Add items</legend>
389
      <h4>Add items</h4>
389
      <ol>
390
      <ol>
390
        <li>
391
        <li>
391
          <label for="barcodes">Barcodes:</label>
392
          <label for="barcodes">Barcodes:</label>
392
- 

Return to bug 19658