Add makeSearchInput and makeSearchButton to BaseTemplate and make use of it in Vector...
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 7 Dec 2010 14:45:40 +0000 (14:45 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 7 Dec 2010 14:45:40 +0000 (14:45 +0000)
commit20984575bbf141a530ee6d33567038703cd056b8
tree985cc03704dfb6055a38aac24718d55e91dd254f
parent07803c70842ca9488146c69f91c4274488658957
Add makeSearchInput and makeSearchButton to BaseTemplate and make use of it in Vector and MonoBook to abstract away the various inputs inside search forms.
includes/SkinTemplate.php
skins/MonoBook.php
skins/Vector.php