mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Minor improvements (#176)
This commit is contained in:
parent
4f484d20fb
commit
59aa488e54
@ -3,7 +3,7 @@
|
||||
<form method="post" action="{S_MODE_ACTION}" name="post">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td align="right" class="med" nowrap="nowrap">{L_SORT_BY}: {S_MODE_SELECT} {L_ORDER} {S_ORDER_SELECT} <input type="submit" name="submit" value="{L_SUBMIT}" /></td>
|
||||
<td align="right" class="med" nowrap="nowrap">{L_SORT_BY}: {S_MODE_SELECT} {L_ORDER}: {S_ORDER_SELECT} <input type="submit" name="submit" value="{L_SUBMIT}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" nowrap="nowrap">
|
||||
@ -74,4 +74,4 @@
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
</div><!--/bottom_info-->
|
||||
</div><!--/bottom_info-->
|
||||
|
@ -169,7 +169,7 @@ $(function(){
|
||||
|
||||
<div id="fs-nav-legend" style="display: none;">
|
||||
<select id="fs-sel-cat"><option value="all"> {L_SELECT_CAT} </option></select>
|
||||
<span id="fs-nav-menu">· <a class="menu-root" href="#fs-nav-list">{L_GO_TO_SECTION}</a></span>
|
||||
<span id="fs-nav-menu"> · <a class="menu-root" href="#fs-nav-list">{L_GO_TO_SECTION}</a></span>
|
||||
</div>
|
||||
|
||||
<form method="POST" name="post" action="{TOR_SEARCH_ACTION}#results">
|
||||
@ -181,7 +181,7 @@ $(function(){
|
||||
<th class="thHead">{L_TOR_SEARCH_TITLE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row4" style="padding: 4px";>
|
||||
<td class="row4" style="padding: 4px;">
|
||||
|
||||
<table class="fieldsets borderless bCenter pad_0" cellspacing="0">
|
||||
<tr>
|
||||
@ -522,4 +522,4 @@ function get_fs_link ()
|
||||
}
|
||||
return false;
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user