Index: trunk/phase3/includes/specials/SpecialUndelete.php |
— | — | @@ -945,7 +945,7 @@ |
946 | 946 | $wgOut->setPagetitle( wfMsg( 'viewdeletedpage' ) ); |
947 | 947 | } |
948 | 948 | |
949 | | - $wgOut->addWikiMsg( 'undeletepagetitle', $this->mTargetObj->getPrefixedText() ); |
| 949 | + $wgOut->wrapWikiMsg( "<div class='mw-undelete-pagetitle'>\n$1</div>\n", array ( 'undeletepagetitle', $this->mTargetObj->getPrefixedText() ) ); |
950 | 950 | |
951 | 951 | $archive = new PageArchive( $this->mTargetObj ); |
952 | 952 | /* |
— | — | @@ -955,12 +955,14 @@ |
956 | 956 | return; |
957 | 957 | } |
958 | 958 | */ |
| 959 | + $wgOut->addHTML( '<div class="mw-undelete-history">' ); |
959 | 960 | if ( $this->mAllowed ) { |
960 | 961 | $wgOut->addWikiMsg( "undeletehistory" ); |
961 | 962 | $wgOut->addWikiMsg( "undeleterevdel" ); |
962 | 963 | } else { |
963 | 964 | $wgOut->addWikiMsg( "undeletehistorynoadmin" ); |
964 | 965 | } |
| 966 | + $wgOut->addHTML( '</div>' ); |
965 | 967 | |
966 | 968 | # List all stored revisions |
967 | 969 | $revisions = $archive->listRevisions(); |
— | — | @@ -1025,7 +1027,7 @@ |
1026 | 1028 | Xml::fieldset( wfMsg( 'undelete-fieldset-title' ) ) . |
1027 | 1029 | Xml::openElement( 'table', array( 'id' => 'mw-undelete-table' ) ) . |
1028 | 1030 | "<tr> |
1029 | | - <td colspan='2'>" . |
| 1031 | + <td colspan='2' class='mw-undelete-extrahelp'>" . |
1030 | 1032 | wfMsgWikiHtml( 'undeleteextrahelp' ) . |
1031 | 1033 | "</td> |
1032 | 1034 | </tr> |