summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/bugzilla.dtd.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/pages/bugzilla.dtd.tmpl')
-rw-r--r--template/en/default/pages/bugzilla.dtd.tmpl86
1 files changed, 43 insertions, 43 deletions
diff --git a/template/en/default/pages/bugzilla.dtd.tmpl b/template/en/default/pages/bugzilla.dtd.tmpl
index f7fc1b4ad..09d83fb7f 100644
--- a/template/en/default/pages/bugzilla.dtd.tmpl
+++ b/template/en/default/pages/bugzilla.dtd.tmpl
@@ -29,56 +29,56 @@
#%]
[% USE Bugzilla %]
<!ELEMENT [% "bugzilla" %] (bug+)>
-<!ATTLIST [% "bugzilla" %]
+<!ATTLIST [% "bugzilla" %]
version CDATA #REQUIRED
urlbase CDATA #REQUIRED
maintainer CDATA #REQUIRED
exporter CDATA #IMPLIED
>
-<!ELEMENT [% "bug" %] (bug_id,
- (alias?,
- creation_ts,
- short_desc,
- delta_ts,
- reporter_accessible,
- cclist_accessible,
- classification_id,
- classification,
- product,
- component,
- version,
- rep_platform,
- op_sys,
- bug_status,
- resolution?,
- dup_id?,
- see_also*,
- bug_file_loc?,
- status_whiteboard?,
- keywords*,
- priority,
- bug_severity,
- target_milestone?,
- dependson*,
- blocked*,
- everconfirmed,
- reporter,
- assigned_to,
- cc*,
- (estimated_time,
- remaining_time,
- actual_time,
- deadline?)?,
+<!ELEMENT [% "bug" %] (bug_id,
+ (alias?,
+ creation_ts,
+ short_desc,
+ delta_ts,
+ reporter_accessible,
+ cclist_accessible,
+ classification_id,
+ classification,
+ product,
+ component,
+ version,
+ rep_platform,
+ op_sys,
+ bug_status,
+ resolution?,
+ dup_id?,
+ see_also*,
+ bug_file_loc?,
+ status_whiteboard?,
+ keywords*,
+ priority,
+ bug_severity,
+ target_milestone?,
+ dependson*,
+ blocked*,
+ everconfirmed,
+ reporter,
+ assigned_to,
+ cc*,
+ (estimated_time,
+ remaining_time,
+ actual_time,
+ deadline?)?,
qa_contact?,
[% FOREACH field = Bugzilla.active_custom_fields %]
[%+ field.name FILTER xml -%]
- [%- IF field.type == constants.FIELD_TYPE_MULTI_SELECT %]*[% ELSE %]?[% END %],
+ [%- IF field.type == constants.FIELD_TYPE_MULTI_SELECT %]*[% ELSE %]?[% END %],
[% END %]
- votes?,
- token?,
- group*,
- flag*,
- long_desc*,
+ votes?,
+ token?,
+ group*,
+ flag*,
+ long_desc*,
attachment*)?)>
<!ATTLIST [% "bug" %]
error (NotFound | NotPermitted | InvalidBugId) #IMPLIED
@@ -97,7 +97,7 @@
<!ELEMENT version (#PCDATA)>
<!ELEMENT rep_platform (#PCDATA)>
<!ELEMENT assigned_to (#PCDATA)>
-<!ATTLIST assigned_to
+<!ATTLIST assigned_to
name CDATA #REQUIRED
>
<!ELEMENT delta_ts (#PCDATA)>
@@ -172,7 +172,7 @@
<!ATTLIST flag
name CDATA #REQUIRED
id CDATA #REQUIRED
- type_id CDATA #REQUIRED
+ type_id CDATA #REQUIRED
status CDATA #REQUIRED
setter CDATA #REQUIRED
requestee CDATA #IMPLIED