Lines 6-11
Link Here
|
6 |
<title>Koha › [% IF op == 'view' %]Lists › Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] › Create new list[% END %][% IF op == 'edit_form' %] › Edit list [% shelf.shelfname | html %][% END %]</title> |
6 |
<title>Koha › [% IF op == 'view' %]Lists › Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] › Create new list[% END %][% IF op == 'edit_form' %] › 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 |
- |
|
|