List navigation bar
parent
cb57720e8c
commit
93d0ba2beb
@ -0,0 +1,24 @@
|
||||
<div class="pagenav toolbar" role="toolbar">
|
||||
<roundcube:button command="firstpage" type="link"
|
||||
class="button firstpage disabled" classAct="button firstpage"
|
||||
title="firstpage" label="first" innerclass="inner" />
|
||||
<roundcube:button command="previouspage" type="link"
|
||||
class="button prevpage disabled" classAct="button prevpage"
|
||||
title="previouspage" label="previous" innerclass="inner" />
|
||||
<roundcube:if condition="template:name == 'mail'" />
|
||||
<roundcube:object name="messageCountDisplay" class="pagenav-text" aria-live="polite" aria-relevant="text" />
|
||||
<input class="form-control" type="text" size="3" disabled title="<roundcube:label name="currpage" />" />
|
||||
<roundcube:elseif condition="template:name == 'addressbook'" />
|
||||
<span class="pagenav-text" aria-live="polite" aria-relevant="text">
|
||||
<roundcube:label name="contacts" /> <roundcube:object name="recordsCountDisplay" label="fromtoshort" />
|
||||
</span>
|
||||
<roundcube:else />
|
||||
<span class="pagenav-text" aria-live="polite" aria-relevant="text"> </span>
|
||||
<roundcube:endif />
|
||||
<roundcube:button command="nextpage" type="link"
|
||||
class="button nextpage disabled" classAct="button nextpage"
|
||||
title="nextpage" label="next" innerclass="inner" />
|
||||
<roundcube:button command="lastpage" type="link"
|
||||
class="button lastpage disabled" classAct="button lastpage"
|
||||
title="lastpage" label="last" innerclass="inner" />
|
||||
</div>
|
Loading…
Reference in New Issue