[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Koha-devel] npl: input boxes dissapear
From: |
Owen Leonard |
Subject: |
Re: [Koha-devel] npl: input boxes dissapear |
Date: |
Tue Feb 24 07:24:14 2004 |
> I don't know whether this is intended behaviour
> but once Add MARC is
> pressed the three input boxes "Issue to:, Search,
> and Quick Search
> dissapear from the navigation panel.
This is intended. Because of the way Add MARC works, there can't be any other
form fields preceding it on the page, so the include file for that page (and
some others, I think), leaves out the input boxes.
-- Owen