Last modified: 2010-05-15 14:36:02 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6892, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4892 - Add id tag to div box nested inside p-search
Add id tag to div box nested inside p-search
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://en.wikipedia.org/skins/MonoBoo...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-02-06 15:08 UTC by kmf164
Modified: 2010-05-15 14:36 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description kmf164 2006-02-06 15:08:20 UTC
I'm working on the Main page redesign project and one of the issues is whether
or not to include a second, more prominent search box at the top of the main
page.  Some consider it redundant and prefer putting browse/portal links in that
spot.  And with the German Wikipedia usability testing (openusability.org), the
users eventually did notice the search box, though not immediately.  

As an alternative, I have been testing ideas for modifying the monobook skin, to
make the left search box slightly more noticable to new users.  One idea is to
slightly modify the background color for the pBody div box, which is nested
inside the "p-search" div box.  However, this pBody div tag lacks an id, so I
can't make any changes just to this div box in my monobook.  

I'm not sure who has access to the MonoBook.php file, but it would be a big help
if someone could add an id to this div box (see proposed change below):

 <nowiki><div id="p-search" class="portlet"></nowiki>
 <nowiki><h5><label for="searchInput"><?php $this->msg('search')
?></label></h5></nowiki>
 <nowiki><div class="pBody"></nowiki>

 <nowiki><div id="p-search" class="portlet"></nowiki>
 <nowiki><h5><label for="searchInput"><?php $this->msg('search')
?></label></h5></nowiki>
 <nowiki><div </nowiki>'''id="searchBody"'''<nowiki> class="pBody"></nowiki>

Let me know if it's possible to change this? or if I'm asking in the wrong place? 

Thanks. -Kmf164
Comment 1 kmf164 2006-02-06 15:09:31 UTC
This request is for the English Wikipedia.
Comment 2 Rob Church 2006-02-06 17:13:52 UTC
Added in CVS HEAD. Div now has ID "searchBody", class "pBody".
Comment 3 Brion Vibber 2006-02-06 21:18:18 UTC
What's the point? It'll be '#p-search .pBody' already.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links