koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1156] New: Calendar entry in acquisitions_stats.tmpl NP


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1156] New: Calendar entry in acquisitions_stats.tmpl NPL template not displayed
Date: 19 Aug 2006 09:16:25 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1156

           Summary: Calendar entry in acquisitions_stats.tmpl NPL template
                    not displayed
           Product: Koha
           Version: 2.2.5
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Reports
        AssignedTo: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


The calendar entry dialogue doesn't get displayed when clicking on the first
two calendar icons ('Limit by date:' below 'Display order date as:') in
'Accounts and reports -> Acquisitions' when using NPL templates.

The problem is that the template has wrong 'id' for from and to input fields
('from1' on line 63 should be just 'from', and 'to1' on line 92 should be just
'to'). Diff between a working version and original says this:

63c63
<                       <td><label for="from1">From: </label><input type="text"
 size="10" id="from1" name="Filter" />
---
>                       <td><label for="from">From: </label><input type="text"  
> size="10" id="from" name="Filter" />
92c92
<                                  <label for="to1">To:</label> <input 
size="10" id="to1" name="Filter" value="" type="text" />
---
>                                  <label for="to">To:</label> <input  
> size="10" id="to" name="Filter" value="" type="text" />




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]