From: Emmanuel S. <se...@us...> - 2004-12-15 12:30:08
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10248/default/admin/flag-type Modified Files: edit.html.tmpl Log Message: Premiere partie de la maj vers 2.18rc3 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 --- edit.html.tmpl 15 Dec 2004 12:29:50 -0000 1.3 *************** *** 119,134 **** [% END %] </select><br> ! <input type="submit" name="categoryAction" value="Include"> ! <input type="submit" name="categoryAction" value="Exclude"> </td> <td style="vertical-align: top;"> <b>Inclusions:</b><br> [% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple="1" size="4" options=type.inclusions %]<br> ! <input type="submit" name="categoryAction" value="Remove Inclusion"> </td> <td style="vertical-align: top;"> <b>Exclusions:</b><br> [% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple="1" size="4" options=type.exclusions %]<br> ! <input type="submit" name="categoryAction" value="Remove Exclusion"> </td> </tr> --- 119,134 ---- [% END %] </select><br> ! <input type="submit" name="categoryAction-include" value="Include"> ! <input type="submit" name="categoryAction-exclude" value="Exclude"> </td> <td style="vertical-align: top;"> <b>Inclusions:</b><br> [% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple="1" size="4" options=type.inclusions %]<br> ! <input type="submit" name="categoryAction-removeInclusion" value="Remove Inclusion"> </td> <td style="vertical-align: top;"> <b>Exclusions:</b><br> [% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple="1" size="4" options=type.exclusions %]<br> ! <input type="submit" name="categoryAction-removeExclusion" value="Remove Exclusion"> </td> </tr> |