Skip to content
Snippets Groups Projects
Commit e7d5c6589705 authored by jh's avatar jh
Browse files

Bug 1135565 - Remove dead links from page footer

parent 4bb6cebbbfbf
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,6 @@
strings.Details = "Details"
strings.Modified = "Last modified"
strings.History = "Document History"
strings.Edit = "Edit this Page"
strings.CVSor = "or"
strings.viaCVS = "via CVS"
-%]
[%- document.doctype %]
<html [% IF document.lang %]lang="[% document.lang %]"[%END%]
......@@ -179,8 +176,6 @@
<ul class="site-tools">
<li>[% strings.Modified %] [% date.format(template.modtime, '%B %d, %Y', lang_use) %]</li>
<li><a href="http://bonsai-www.mozilla.org/cvslog.cgi?file=seamonkeyproject-org/src/[% sourcefile %]&amp;root=/www/">[% strings.History %]</a></li>
<li><a href="https://doctor.mozilla.org/?action=edit&amp;file=seamonkeyproject-org/src/[% sourcefile %]">[% strings.Edit %]</a></li>
<li>([% strings.CVSor %] <a href="http://www.mozilla.org/contribute/writing/cvs">[% strings.viaCVS %]</a>)</li>
</ul>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment