use arrow icons for navigation
This commit is contained in:
parent
b2b4428618
commit
62aebac146
1 changed files with 11 additions and 8 deletions
|
@ -18,14 +18,17 @@
|
|||
<div tal:define="parent nocall:item/breadcrumbsParent;
|
||||
pred nocall:item/predecessor;
|
||||
succ nocall:item/successor">
|
||||
<span tal:condition="nocall:pred">
|
||||
<a tal:attributes="href pred/targetUrl"
|
||||
tal:content="pred/title" /> < </span>
|
||||
<a tal:attributes="href parent/targetUrl"
|
||||
tal:content="parent/title" />
|
||||
<span tal:condition="nocall:succ"> >
|
||||
<a tal:attributes="href succ/targetUrl"
|
||||
tal:content="succ/title" /></span>
|
||||
<a tal:condition="nocall:pred"
|
||||
tal:attributes="href pred/targetUrl;
|
||||
title pred/title">
|
||||
<img src="/@@/cybertools.icons/arrow_left.png" /></a>
|
||||
<a tal:attributes="href parent/targetUrl;
|
||||
title parent/title">
|
||||
<img src="/@@/cybertools.icons/arrow_up.png" /></a>
|
||||
<a tal:condition="nocall:succ"
|
||||
tal:attributes="href succ/targetUrl;
|
||||
title succ/title">
|
||||
<img src="/@@/cybertools.icons/arrow_right.png" /></a>
|
||||
</div>
|
||||
</metal:navigation>
|
||||
<metal:info use-macro="view/concept_macros/concepttitle" />
|
||||
|
|
Loading…
Add table
Reference in a new issue