mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix the spacing in template files.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
{/if}
|
||||
<div class="header">
|
||||
<h2>newznab-tmux > <strong>Search</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -93,7 +92,6 @@
|
||||
<input type="checkbox" name="searchadvhasnfo" value="1">
|
||||
<input type="hidden" name="searchadvhascomments" value="0">
|
||||
<input type="checkbox" name="searchadvhascomments" value="1">
|
||||
|
||||
<div style="float:right;"><input type="hidden" name="search_type" value="adv" id="search_type">
|
||||
<input id="search_adv_button" type="submit" value="search">
|
||||
</div>
|
||||
@@ -195,7 +193,6 @@
|
||||
<label for="chk{$result.guid|substr:0:7}">
|
||||
<a class="title" title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"htmlall"}">{$result.searchname|escape:"htmlall"|truncate:150:"...":true}</a></label value="Searchname">
|
||||
|
||||
<div class="resextra">
|
||||
<div class="btns" style="float:right">
|
||||
{release_flag($result.searchname, browse)}
|
||||
@@ -316,7 +313,6 @@
|
||||
{/foreach}
|
||||
</table>
|
||||
<br/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
|
||||
Reference in New Issue
Block a user