From: Emmanuel S. <se...@us...> - 2005-02-01 11:04:07
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/request In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30416/fr/default/request Modified Files: queue.html.tmpl Log Message: 2.18rc3 -> 2.18 (4/4) C'est fini! Index: queue.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/request/queue.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** queue.html.tmpl 30 Nov 2004 22:26:26 -0000 1.2 --- queue.html.tmpl 1 Feb 2005 11:03:58 -0000 1.3 *************** *** 25,29 **** [% cgi = Bugzilla.cgi %] ! [%# The javascript and header_html blocks get used in header.html.tmpl. %] [% javascript = BLOCK %] var usetms = 0; // do we have target milestone? --- 25,29 ---- [% cgi = Bugzilla.cgi %] ! [%# The javascript block gets used in header.html.tmpl. %] [% javascript = BLOCK %] var usetms = 0; // do we have target milestone? *************** *** 37,44 **** [% END %] - [% header_html = BLOCK %] - <script language="JavaScript" type="text/javascript" src="productmenu.js"></script> - [% END %] - [% filter_form = BLOCK %] <form action="request.cgi" method="get"> --- 37,40 ---- *************** *** 132,135 **** --- 128,133 ---- table#filter th { text-align: right; } " + onload="selectProduct(document.forms[0], 'product', 'component', 'Any');" + javascript_urls=["productmenu.js"] %] |