From: Emmanuel S. <se...@us...> - 2005-07-17 22:52:28
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11771/fr/default/admin/flag-type Modified Files: edit.html.tmpl Log Message: Passage de 2.18 a 2.18.1 Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type/edit.html.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** edit.html.tmpl 28 May 2005 18:44:42 -0000 1.7 --- edit.html.tmpl 17 Jul 2005 22:52:17 -0000 1.8 *************** *** 65,72 **** <input type="hidden" name="target_type" value="[% type.target_type %]"> [% FOREACH category = type.inclusions %] ! <input type="hidden" name="inclusions" value="[% category FILTER html %]"> [% END %] [% FOREACH category = type.exclusions %] ! <input type="hidden" name="exclusions" value="[% category FILTER html %]"> [% END %] --- 65,72 ---- <input type="hidden" name="target_type" value="[% type.target_type %]"> [% FOREACH category = type.inclusions %] ! <input type="hidden" name="inclusions" value="[% category.value FILTER html %]"> [% END %] [% FOREACH category = type.exclusions %] ! <input type="hidden" name="exclusions" value="[% category.value FILTER html %]"> [% END %] |