[fix] duplicate id paging_current in paging
This commit is contained in:
parent
3a6dad3bc4
commit
75d92a11f6
2 changed files with 6 additions and 1 deletions
|
@ -306,6 +306,11 @@ pre code {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.paging_current {
|
||||
color: #fff;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.linkList {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
<form method="GET" style="display:inline;" class="linksperpage"><input type="text" name="linksperpage" size="2" style="height:15px;"></form>
|
||||
</div>
|
||||
{if="$previous_page_url"} <a href="{$previous_page_url}" id="paging_older">◄Older</a> {/if}
|
||||
<div id="paging_current">page {$page_current} / {$page_max} </div>
|
||||
<div class="paging_current">page {$page_current} / {$page_max} </div>
|
||||
{if="$next_page_url"} <a href="{$next_page_url}" id="paging_newer">Newer►</a> {/if}
|
||||
</div>
|
Loading…
Reference in a new issue