Minor improvements (#176)

This commit is contained in:
Roman Kelesidis 2023-06-14 22:29:21 +07:00 committed by GitHub
parent 4f484d20fb
commit 59aa488e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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}:&nbsp;{S_MODE_SELECT}&nbsp;&nbsp;{L_ORDER}&nbsp;{S_ORDER_SELECT}&nbsp;&nbsp;<input type="submit" name="submit" value="{L_SUBMIT}" /></td>
<td align="right" class="med" nowrap="nowrap">{L_SORT_BY}:&nbsp;{S_MODE_SELECT}&nbsp;&nbsp;{L_ORDER}:&nbsp;{S_ORDER_SELECT}&nbsp;&nbsp;<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-->

View File

@ -169,7 +169,7 @@ $(function(){
<div id="fs-nav-legend" style="display: none;">
<select id="fs-sel-cat"><option value="all">&nbsp;{L_SELECT_CAT}&nbsp;</option></select>
<span id="fs-nav-menu">&middot;&nbsp;<a class="menu-root" href="#fs-nav-list">{L_GO_TO_SECTION}</a></span>
<span id="fs-nav-menu">&nbsp;&middot;&nbsp;<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>