diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-07-29 22:17:47 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-07-29 22:17:47 +0000 |
commit | 9ae1c908ca7e46584566e9c0bd298363507d4341 (patch) | |
tree | 775a191f87ebcf671bc1c3855e456885642325bc /template/en/default/hook/index-outro.html.tmpl | |
parent | 13c9410efa21716979c01358ae9b81473fa970e4 (diff) | |
download | bugzilla-9ae1c908ca7e46584566e9c0bd298363507d4341.tar bugzilla-9ae1c908ca7e46584566e9c0bd298363507d4341.tar.gz bugzilla-9ae1c908ca7e46584566e9c0bd298363507d4341.tar.bz2 bugzilla-9ae1c908ca7e46584566e9c0bd298363507d4341.tar.xz bugzilla-9ae1c908ca7e46584566e9c0bd298363507d4341.zip |
add links in the index page of bugzilla (idea take from mdv)
Diffstat (limited to 'template/en/default/hook/index-outro.html.tmpl')
-rw-r--r-- | template/en/default/hook/index-outro.html.tmpl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/template/en/default/hook/index-outro.html.tmpl b/template/en/default/hook/index-outro.html.tmpl new file mode 100644 index 0000000..e8261d5 --- /dev/null +++ b/template/en/default/hook/index-outro.html.tmpl @@ -0,0 +1,29 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +<table style="width: 440px; text-align: left;"> + <tr> + <td style="vertical-align: top;"> + <h2>Bug Queries</h2> + <ul tyle="padding-left: 15px;"> + <li><a href="buglist.cgi?chfieldto=Now&chfield=[Bug creation]&query_format=advanced&chfieldfrom=1d">View bugs reported today</a> + <li><a href="duplicates.cgi">Find most frequently reported bugs</a></li> + </ul> + </td> + <td style="vertical-align: top;"> + <h2>Important Links</h2> + <ul tyle="padding-left: 15px;"> + <li><a href="https://wiki.mageia.org/en/Mageia_3_Release_Notes">Mageia 3 Release Notes</a> + <li><a href="https://wiki.mageia.org/en/Mageia_3_Errata">Mageia 3 Errata</a> + <li><a href="https://wiki.mageia.org/en/Mageia_2_Release_Notes">Mageia 2 Release Notes</a> + <li><a href="https://wiki.mageia.org/en/Mageia_2_Errata">Mageia 2 Errata</a> + <li><a href="https://wiki.mageia.org/en/How_to_report_a_bug_properly">Bugzilla Howto</a> + </ul> + </td> + <tr> +<table/> |