summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorFateh Sandhu <fatehsandhu@gmail.com>2018-01-02 01:37:23 +0100
committerKohei Yoshino <kohei.yoshino@gmail.com>2018-01-02 01:37:23 +0100
commit37bac7ea1661464624b21f24940cbad625ef056b (patch)
tree7d1ac0308fdc62ddab5a7a948bc488472593aaeb /template/en/default/list
parente83fa315f72b97c5504e85236623df1f14dddc94 (diff)
downloadbugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.gz
bugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.xz
Bug 1426507 - Upgrade BMO to HTML5
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/change-columns.html.tmpl2
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl8
-rw-r--r--template/en/default/list/quips.html.tmpl2
3 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/list/change-columns.html.tmpl b/template/en/default/list/change-columns.html.tmpl
index c5e02d684..8edd21aee 100644
--- a/template/en/default/list/change-columns.html.tmpl
+++ b/template/en/default/list/change-columns.html.tmpl
@@ -123,7 +123,7 @@
[% IF saved_search %]
<p>
<input type="hidden" name="saved_search"
- value="[% saved_search.id FILTER html%]" >
+ value="[% saved_search.id FILTER html%]">
<input type="hidden" name="token"
value="[% issue_hash_token([saved_search.id, saved_search.name]) FILTER html %]">
<input type="checkbox" id="save_columns_for_search" checked="checked"
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 58d02839c..427acba37 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -28,7 +28,7 @@
<input type="hidden" name="dontchange" value="[% dontchange FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
-<script type="text/javascript">
+<script>
function SetCheckboxes(value) {
var elements = document.forms.changeform.getElementsByTagName('input'),
numelements = elements.length,
@@ -309,7 +309,7 @@
[% IF user.is_insider %]
<input type="checkbox" name="comment_is_private" value="1"
id="newcommentprivacy"
- onClick="updateCommentTagControl(this, form)"/>
+ onClick="updateCommentTagControl(this, form)">
<label for="newcommentprivacy">
Make comment private (visible only to members of the
<strong>[% Param('insidergroup') FILTER html %]</strong> group)
@@ -328,7 +328,7 @@
[% IF groups.size > 0 %]
- <script type="text/javascript">
+ <script>
function turn_off(myself, id) {
var other_checkbox = document.getElementById(id);
if (myself.checked && other_checkbox) {
@@ -443,7 +443,7 @@
</select>
</span>
- <script type="text/javascript">
+ <script>
var close_status_array = new Array("[% closed_status_array.join('", "') FILTER none %]");
YAHOO.util.Event.addListener('bug_status', "change", showHideStatusItems, '[% "is_duplicate" IF bug.dup_id %]');
YAHOO.util.Event.onDOMReady( showHideStatusItems );
diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl
index 512add995..671722c85 100644
--- a/template/en/default/list/quips.html.tmpl
+++ b/template/en/default/list/quips.html.tmpl
@@ -140,7 +140,7 @@
[% END %]
</tbody>
</table>
- <script type="text/javascript"><!--
+ <script><!--
var numelements = document.forms.editform.elements.length;
function SetCheckboxes(value) {
var item;