Moved create new compilation button inside container

This commit is contained in:
Georgy Litvinov 2021-03-22 13:29:42 +01:00
parent caa1bc8412
commit e2d37bbb75

View file

@ -61,12 +61,11 @@
<label class="switch">Показать виртуальную статью
<input id="virtualArticleCheck" type="checkbox" checked="false" onclick="showVirtualArticles();">
</label>
<#if user.loggedIn>
<button onclick="createNewCompilation()">Сохранить</button>
</#if>
</div>
<#if user.loggedIn>
<div>
<button onclick="createNewCompilation()">Сохранить</button>
</div>
</#if>
<#-- Search results -->
<ul class="searchhits">