View | Details | Raw Unified | Return to bug 6608
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-2 / +2 lines)
Lines 214-220 Link Here
214
<script type="text/javascript">                            
214
<script type="text/javascript">                            
215
Calendar.setup({             
215
Calendar.setup({             
216
inputField     : "[% column.name %]_start_value",    
216
inputField     : "[% column.name %]_start_value",    
217
ifFormat       : "[% column.DHTMLcalendar_dateformat %]",
217
ifFormat       : "[% DHTMLcalendar_dateformat %]",
218
button         : "buttonfrom1",                            
218
button         : "buttonfrom1",                            
219
align          : "Tl"                  
219
align          : "Tl"                  
220
});
220
});
Lines 230-236 align : "Tl" Link Here
230
<script type="text/javascript">                            
230
<script type="text/javascript">                            
231
Calendar.setup({             
231
Calendar.setup({             
232
inputField     : "[% column.name %]_end_value",    
232
inputField     : "[% column.name %]_end_value",    
233
ifFormat       : "[% column.DHTMLcalendar_dateformat %]",
233
ifFormat       : "[% DHTMLcalendar_dateformat %]",
234
button         : "buttonfrom2",
234
button         : "buttonfrom2",
235
align          : "Tl"                  
235
align          : "Tl"                  
236
});
236
});
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-4 / +3 lines)
Lines 331-337 canned reports and writing custom SQL reports.</p> Link Here
331
            <script type="text/javascript">   
331
            <script type="text/javascript">   
332
            Calendar.setup({  
332
            Calendar.setup({  
333
            inputField     : "[% criteri.name %]_value",
333
            inputField     : "[% criteri.name %]_value",
334
            ifFormat       : "[% criteri.DHTMLcalendar_dateformat %]",
334
            ifFormat       : "[% DHTMLcalendar_dateformat %]",
335
            button         : "buttonfrom[% criteri.name %]",
335
            button         : "buttonfrom[% criteri.name %]",
336
            align          : "Tl" 
336
            align          : "Tl" 
337
            });     
337
            });     
Lines 354-360 canned reports and writing custom SQL reports.</p> Link Here
354
            <script type="text/javascript">   
354
            <script type="text/javascript">   
355
                Calendar.setup({  
355
                Calendar.setup({  
356
                inputField     : "from_[% criteri.name %]_value",
356
                inputField     : "from_[% criteri.name %]_value",
357
                ifFormat       : "[% criteri.DHTMLcalendar_dateformat %]",
357
                ifFormat       : "[% DHTMLcalendar_dateformat %]",
358
                button         : "buttonfromfrom_[% criteri.name %]",
358
                button         : "buttonfromfrom_[% criteri.name %]",
359
                align          : "Tl" 
359
                align          : "Tl" 
360
                });     
360
                });     
Lines 365-371 canned reports and writing custom SQL reports.</p> Link Here
365
            <script type="text/javascript">   
365
            <script type="text/javascript">   
366
                Calendar.setup({  
366
                Calendar.setup({  
367
                inputField     : "to_[% criteri.name %]_value",
367
                inputField     : "to_[% criteri.name %]_value",
368
                ifFormat       : "[% criteri.DHTMLcalendar_dateformat %]",
368
                ifFormat       : "[% DHTMLcalendar_dateformat %]",
369
                button         : "buttonfromto_[% criteri.name %]",
369
                button         : "buttonfromto_[% criteri.name %]",
370
                align          : "Tl" 
370
                align          : "Tl" 
371
                });     
371
                });     
372
- 

Return to bug 6608