summaryrefslogtreecommitdiff
path: root/bug/bug.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'bug/bug.xhtml')
-rw-r--r--bug/bug.xhtml16
1 files changed, 13 insertions, 3 deletions
diff --git a/bug/bug.xhtml b/bug/bug.xhtml
index 1d30563..565668e 100644
--- a/bug/bug.xhtml
+++ b/bug/bug.xhtml
@@ -5,6 +5,7 @@
<!ENTITY components SYSTEM "build/components.xhtml">
<!ENTITY subcomponents SYSTEM "build/subcomponents.xhtml">
<!ENTITY versions SYSTEM "build/versions.xhtml">
+ <!ENTITY op_sys SYSTEM "build/op_sys.xhtml">
]
>
<html >
@@ -67,8 +68,9 @@
<div class="step step_component"><div class="count">2</div><div class="label">Component</div></div>
<div class="step step_subcomponent"><div class="count">3</div><div class="label">Subcomponent</div></div>
<div class="step step_version"><div class="count">4</div><div class="label">Version</div></div>
- <div class="step step_description"><div class="count">5</div><div class="label">Description</div></div>
- <div class="step step_submit"><div class="count">6</div><div class="label">Submit</div></div>
+ <div class="step step_op_sys"><div class="count">5</div><div class="label">Operating System</div></div>
+ <div class="step step_description"><div class="count">6</div><div class="label">Description</div></div>
+ <div class="step step_submit"><div class="count">7</div><div class="label">Submit</div></div>
</div>
<div class="legal">
All your contributions will be public in WWW! By clicking the 'Submit' button you irrevocably agree to release your contribution under the CC-BY-SA 3.0 License and the GFDL. If you can't agree to these terms for documents you planned to attach you can state in this report that such a document exists. QA team will discuss with you further proceeding in the bug.
@@ -157,6 +159,15 @@
</div>
</div>
+ <div class="operating_system">
+ <div>
+ <div class="state state_op_sys">
+ <div class="input-label">Operating System</div>
+ &op_sys;
+ </div>
+ </div>
+ </div>
+
<div class="state state_description">
<div class="subject input-label">Subject:</div>
<div class="subject-input"><input type="text" class="short" size="50"></input></div>
@@ -173,7 +184,6 @@ Current behavior:
Expected behavior:
-Platform (if different from the browser):
</textarea>
</div>
</div>