From 35559ce5f48b96870d32dadc620949f8e0e4c4be Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 27 Aug 2008 14:32:15 +0000 Subject: [PATCH] Remove fieldset from Watchlist that apparently only I liked :) --- includes/specials/SpecialWatchlist.php | 5 ----- languages/messages/MessagesEn.php | 1 - maintenance/language/messages.inc | 1 - 3 files changed, 7 deletions(-) diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index 5a0404239c..f4f29986ad 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -269,10 +269,6 @@ function wfSpecialWatchlist( $par ) { $links[] = $skin->makeKnownLinkObj( $thisTitle, $label, $linkBits ); # Namespace filter and put the whole form together. - $form = Xml::openElement( 'fieldset', array( 'id' => 'mw-watchlist-options' ) ); - $form .= Xml::openElement( 'legend', array( 'id' => 'mw-watchlist-legend' ) ); - $form .= wfMsgExt( 'watchlist-options', array('escape') ); - $form .= Xml::closeElement( 'legend' ); $form .= $wlInfo; $form .= $cutofflinks; $form .= implode( ' | ', $links ); @@ -294,7 +290,6 @@ function wfSpecialWatchlist( $par ) { if( $hideOwn ) $form .= Xml::hidden( 'hideOwn', 1 ); $form .= Xml::closeElement( 'form' ); - $form .= Xml::closeElement( 'fieldset' ); $wgOut->addHtml( $form ); # If there's nothing to show, stop here diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 45d2af521c..61676af94a 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2164,7 +2164,6 @@ Future changes to this page and its associated talk page will be listed there, a 'watchlist-hide-anons' => 'Hide anonymous edits', 'watchlist-show-liu' => 'Show logged-in user edits', 'watchlist-hide-liu' => 'Hide logged-in user edits', -'watchlist-options' => 'Watchlist options', # Displayed when you click the "watch" button and it is in the process of watching 'watching' => 'Watching...', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index e4a97d1185..50700a2a71 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1437,7 +1437,6 @@ $wgMessageStructure = array( 'watchlist-hide-anons', 'watchlist-show-liu', 'watchlist-hide-liu', - 'watchlist-options', ), 'watching' => array( 'watching', -- 2.20.1