mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-10 18:30:51 +08:00
change searchbox in torrent.php to fold by default instead of open.
This commit is contained in:
@@ -881,9 +881,9 @@ if ($allsec != 1 || $enablespecial != 'yes'){ //do not print searchbox if showin
|
||||
<table border="1" class="searchbox" cellspacing="0" cellpadding="5" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="colhead" align="center" colspan="2"><a href="javascript: klappe_news('searchboxmain')"><img class="minus" src="pic/trans.gif" id="picsearchboxmain" alt="Show/Hide" /><?php echo $lang_torrents['text_search_box'] ?></a></td>
|
||||
<td class="colhead" align="center" colspan="2"><a href="javascript: klappe_news('searchboxmain')"><img class="plus" src="pic/trans.gif" id="picsearchboxmain" alt="Show/Hide" /><?php echo $lang_torrents['text_search_box'] ?></a></td>
|
||||
</tr></tbody>
|
||||
<tbody id="ksearchboxmain">
|
||||
<tbody id="ksearchboxmain" style="display:none">
|
||||
<tr>
|
||||
<td class="rowfollow" align="left">
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user