r12965 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12964‎ | r12965 | r12966 >
Date:17:13, 6 February 2006
Author:robchurch
Status:old
Tags:
Comment:
(bug 4892) Add id tag to div box nested inside p-search
Modified paths:
  • /trunk/phase3/skins/MonoBook.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/MonoBook.php
@@ -154,7 +154,7 @@
155155 <?php } ?>
156156 <div id="p-search" class="portlet">
157157 <h5><label for="searchInput"><?php $this->msg('search') ?></label></h5>
158 - <div class="pBody">
 158+ <div id="searchBody" class="pBody">
159159 <form action="<?php $this->text('searchaction') ?>" id="searchform"><div>
160160 <input id="searchInput" name="search" type="text" <?php
161161 if($this->haveMsg('accesskey-search')) {

Status & tagging log