diff options
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/banner.st b/template/banner.st index 6083678..a4229f5 100644 --- a/template/banner.st +++ b/template/banner.st @@ -35,7 +35,7 @@ <div id="toptools"> <form name="Tools" > - <select class="toolsmenu" name="menu" onChange="location=document.Tools.menu.options[document.Tools.menu.selectedIndex].value;"> + <select class="toolsmenu" name="menu" onChange="if (document.Tools.menu.selectedIndex != 0) { location=document.Tools.menu.options[document.Tools.menu.selectedIndex].value; } "> <option>Tools</option> <option value="http://bon.gs/tile/" target="_blank">Tile Tool</option> <option value="http://dump.fm/m/oie">Online Image Editor</option> @@ -86,7 +86,7 @@ <div id="dumplist"> $if(user_nick)$ - <a href="http://dump.fm/fullscreen">checkout dump.fm in full-screen - </a><a href="http://dump.fm/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a><a href="http://dis.dump.fm">- dis magazine new style options</a> $else$ <style>#dumplist{z-index:-1!important;}</style> $endif$ + <a href="http://dump.fm/fullscreen">checkout dump.fm in full-screen - </a><a href="http://dump.fm/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a>$else$ <style>#dumplist{z-index:-1!important;}</style> $endif$ $if(isadmin)$ -<a href="http://vip.dump.fm/">NAUGHTY BOYS DELIGHT </a> $endif$ </div> @@ -109,7 +109,7 @@ - <div id="search-results"> + <div id="search-results" style="background-color: white;"> <div id="search-controls"> <a id="search-control-previous">previous</a> <span id="search-control-text"></span> |
