summaryrefslogtreecommitdiffstats
path: root/extensions/REMO
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-10-05 00:43:47 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-10-05 00:43:47 +0200
commitbefdcc8f9a30f55e91227bac0ee1813a661002b3 (patch)
tree34daa9fe986e9cc42e803f6dc8b382e2f05feb4a /extensions/REMO
parent8592e84f5d251a284f09fae2947101715e094a78 (diff)
downloadbugzilla-befdcc8f9a30f55e91227bac0ee1813a661002b3.tar.gz
bugzilla-befdcc8f9a30f55e91227bac0ee1813a661002b3.tar.xz
more porting work
Diffstat (limited to 'extensions/REMO')
-rw-r--r--extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl18
-rw-r--r--extensions/REMO/template/en/default/bug/create/created-mozreps.html.tmpl2
2 files changed, 10 insertions, 10 deletions
diff --git a/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl b/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl
index 8b126f9dd..401772b77 100644
--- a/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl
+++ b/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl
@@ -92,12 +92,12 @@ function submitForm() {
<table id="reps-form">
<tr class="odd">
- <th>First Name:[% mandatory %]</th>
+ <th>First Name:[% mandatory FILTER none %]</th>
<td><input id="first_name" name="first_name" size="40" placeholder="John"></td>
</tr>
<tr class="even">
- <th>Last Name:[% mandatory %]</th>
+ <th>Last Name:[% mandatory FILTER none %]</th>
<td><input id="last_name" name="last_name" size="40" placeholder="Doe"></td>
</tr>
@@ -107,7 +107,7 @@ function submitForm() {
</tr>
<tr class="even">
- <th>Sex:[% mandatory %]</th>
+ <th>Sex:[% mandatory FILTER none %]</th>
<td>
<select id="sex" name="sex">
<option value="Male">Male</option>
@@ -118,12 +118,12 @@ function submitForm() {
</tr>
<tr class="odd">
- <th>City:[% mandatory %]</th>
+ <th>City:[% mandatory FILTER none %]</th>
<td><input id="city" name="city" size="40" placeholder="Your city"></td>
</tr>
<tr class="even">
- <th>Country:[% mandatory %]</th>
+ <th>Country:[% mandatory FILTER none %]</th>
<td><input id="country" name="country" size="40" placeholder="Your country"></td>
</tr>
@@ -161,17 +161,17 @@ function submitForm() {
</tr>
<tr class="odd">
- <th>Languages Spoken:[% mandatory %]</th>
+ <th>Languages Spoken:[% mandatory FILTER none %]</th>
<td><input id="languages" name="languages" size="40"></td>
</tr>
<tr class="even">
- <th>How did you learn about Mozilla Reps?[% mandatory %]</th>
+ <th>How did you learn about Mozilla Reps?[% mandatory FILTER none %]</th>
<td><input id="learn" name="learn" size="40"></td>
</tr>
<tr class="odd">
- <th colspan="2">What motivates you most about joining Mozilla Reps?[% mandatory %]</th>
+ <th colspan="2">What motivates you most about joining Mozilla Reps?[% mandatory FILTER none %]</th>
</tr>
<tr class="odd">
<td colspan="2"><textarea id="motivation" name="motivation" rows="4"></textarea></td>
@@ -187,7 +187,7 @@ function submitForm() {
<tr class="odd">
<th>
I have read the
- <a href="http://www.mozilla.com/en-US/privacy-policy" target="_blank">Mozilla Privacy Policy</a>:[% mandatory %]
+ <a href="http://www.mozilla.com/en-US/privacy-policy" target="_blank">Mozilla Privacy Policy</a>:[% mandatory FILTER none %]
</th>
<td><input id="privacy" type="checkbox"></td>
</tr>
diff --git a/extensions/REMO/template/en/default/bug/create/created-mozreps.html.tmpl b/extensions/REMO/template/en/default/bug/create/created-mozreps.html.tmpl
index 378ab45d0..a8a3ca112 100644
--- a/extensions/REMO/template/en/default/bug/create/created-mozreps.html.tmpl
+++ b/extensions/REMO/template/en/default/bug/create/created-mozreps.html.tmpl
@@ -32,7 +32,7 @@ mentor will contact you shortly at your bugzilla email address.
</p>
<p style="font-size: x-small">
-Reference: <a href="show_bug.cgi?id=[% id %]">#[% id %]</a>
+Reference: <a href="show_bug.cgi?id=[% id FILTER uri %]">#[% id FILTER html %]</a>
</p>
[% PROCESS global/footer.html.tmpl %]