history copyright
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 21 Jun 2004 04:19:40 +0000 (04:19 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 21 Jun 2004 04:19:40 +0000 (04:19 +0000)
includes/PageHistory.php
languages/Language.php

index 56f673f..012e9f4 100644 (file)
@@ -74,11 +74,16 @@ class PageHistory {
                $atend = ($revs < $limitplus);
                
                $this->mSkin = $wgUser->getSkin();
+               $s = wfMsg( "history_copyright" );
+               if ( $s == "&nbsp;" ) {
+                       $s = "";
+               }
+                       
                $numbar = wfViewPrevNext(
                        $offset, $limit,
                        $this->mTitle->getPrefixedText(),
                        "action=history", $atend );
-               $s = $numbar;
+               $s .= $numbar;
                if($this->linesonpage > 0) {
                        $submitpart1 = '<input class="historysubmit" type="submit" accesskey="'.wfMsg('accesskey-compareselectedversions').
                        '" title="'.wfMsg('tooltip-compareselectedversions').'" value="'.wfMsg('compareselectedversions').'"';
index 9b58a78..b052159 100644 (file)
@@ -592,6 +592,7 @@ Please check the URL you used to access this page.\n",
 'histlegend'   => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br/>
 Legend: (cur) = difference with current version,
 (last) = difference with preceding version, M = minor edit.',
+'history_copyright'    => '&nbsp;',
 
 # Diffs
 #