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 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 |
- |
|
|