diff options
author | bbaetz%student.usyd.edu.au <> | 2002-06-28 09:18:02 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-06-28 09:18:02 +0200 |
commit | d5f30d8dfda359d6761d164d3c650adf1716213b (patch) | |
tree | 4f2ee142ba674fa30f1b0f45781ed935e3b405d5 /template/en/default/global | |
parent | 0b729766ba6298c596b6f9e1e5452642306d5e3e (diff) | |
download | bugzilla-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.gz bugzilla-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.xz |
Bug 148488 - more HTML validation fixes
r=jouni, gerv
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 637fba6b1..4b5ac2f67 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -36,7 +36,7 @@ it to [% Param("maintainer") %] with details of what you were doing at the time this message appeared. </p> - <script> <!-- + <script type="text/javascript"> <!-- document.write("<p>URL: " + document.location + "</p>"); // --> </script> diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 807c316b6..d8c443775 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -43,7 +43,7 @@ Actions: </td> - <td valign="middle" nowrap> + <td valign="middle" nowrap="nowrap"> <a href="enter_bug.cgi">New</a> | <a href="query.cgi">Query</a> | @@ -63,19 +63,19 @@ <td valign="middle"> Edit <a href="userprefs.cgi">prefs</a> - [% ", <a href='editparams.cgi'>parameters</a>" + [% ', <a href="editparams.cgi">parameters</a>' IF user.groups.tweakparams %] - [% ", <a href='editusers.cgi'>users</a>" IF user.groups.editusers + [% ', <a href="editusers.cgi">users</a>' IF user.groups.editusers || (user.blessgroupset > 0) %] - [% ", <a href='editproducts.cgi'>products</a>" + [% ', <a href="editproducts.cgi">products</a>' IF user.groups.editcomponents %] - [% ", <a href='editattachstatuses.cgi'> attachment statuses</a>" + [% ', <a href="editattachstatuses.cgi"> attachment statuses</a>' IF user.groups.editcomponents %] - [% ", <a href='editgroups.cgi'>groups</a>" + [% ', <a href="editgroups.cgi">groups</a>' IF user.groups.creategroups %] - [% ", <a href='editkeywords.cgi'>keywords</a>" + [% ', <a href="editkeywords.cgi">keywords</a>' IF user.groups.editkeywords %] - [% " | <a href='sanitycheck.cgi'>Sanity check</a>" + [% ' | <a href="sanitycheck.cgi">Sanity check</a>' IF user.groups.tweakparams %] | <a href="relogin.cgi">Log out</a> [% user.login %] |