Browse Source

Bug 1135565 - Remove dead links from page footer

Unknown 9 years ago
parent
commit
6b022642f4
1 changed files with 0 additions and 5 deletions
  1. 0 5
      lib/wrapper.tmpl

+ 0 - 5
lib/wrapper.tmpl

@@ -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>