[TYPO3-german] YAG: links auch beim letzten Bild (Detailview)

Philipp Holdener philipp at holdener.ch
Mon Jun 3 17:50:48 CEST 2013


Hallo zusammen

Wie mach ich hier dass es mir die prev next links auch beim letzten Bild 
macht?
Noch besser wäre natürlich bei letzten bild nur prev und beim ersten 
bild nur next.

Danke für eure Tipps

Beste Grüsse
Philipp


<div class="tx-yag-image">
             <f:if condition="{lastItem}">
                 <f:then>
                     <yag:image item="{mainItem}" resolutionName="medium" />
                 </f:then>
                 <f:else>

                      <yag:image item="{mainItem}" 
resolutionName="medium" />
                      <div class="links">
                          <div class="prevlink">
                      <extlist:link.action action="show" 
arguments="{itemListOffset: pager.previousPage}">
                     <
                     </extlist:link.action>
                  </div>
                  <div class="nextlink">
                     <extlist:link.action action="show" 
arguments="{itemListOffset: pager.nextPage}">
                     >
                     </extlist:link.action>
                  </div>
                     </div>
                 </f:else>
             </f:if>
         </div>


More information about the TYPO3-german mailing list