Skip to content

Commit

Permalink
Fixed advanced search css & added total book count to heading on Book…
Browse files Browse the repository at this point in the history
…s page as suggested by jadehawk in Issue #153
  • Loading branch information
crocodilestick committed Jan 4, 2025
1 parent df199e9 commit c96c053
Show file tree
Hide file tree
Showing 3 changed files with 1,696 additions and 3 deletions.
2 changes: 0 additions & 2 deletions root/app/calibre-web/cps/cwa_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ def kill_epub_fixer(queue):
os.remove(tempfile.gettempdir() + '/kindle_epub_fixer.lock')
except FileNotFoundError:
...
# # Empty tmp conversion dir of half finished files
# empty_tmp_con_dir(get_tmp_conversion_dir())
# Remove the trigger file that triggered this block
try:
os.remove(trigger_file)
Expand Down
2 changes: 1 addition & 1 deletion root/app/calibre-web/cps/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div class="navbar-collapse collapse">
{% if current_user.is_authenticated or g.allow_anonymous %}
<ul class="nav navbar-nav ">
<li><a href="{{url_for('search.advanced_search')}}" id="advanced_search"><span class="glyphicon glyphicon-search"></span><span class="hidden-sm"> {{_('Advanced Search')}}</span></a></li>
<li><a href="{{url_for('search.advanced_search')}}" id="advanced_search"><span class="glyphicon glyphicon-search" style="padding-left: 10px; padding-right: 6px;"></span><span class="hidden-sm"> {{_('Advanced Search')}}</span></a></li>
</ul>
{% endif %}
<ul class="nav navbar-nav navbar-right" id="main-nav">
Expand Down
Loading

0 comments on commit c96c053

Please sign in to comment.