Skip to content

Commit

Permalink
ID#212: added missing templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Achatz committed Jun 23, 2014
1 parent 9594854 commit 71c5a89
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modules/pager/pres/templates/pager_2.html
Expand Up @@ -30,6 +30,22 @@
<a href="<template:placeholder name="Link" />" title="Display last page">&raquo;&raquo;</a>
</html:template>

<html:template name="FirstPage_Active_de">
<a href="<template:placeholder name="Link" />" title="Erste Seite anzeigen!">&laquo; &laquo;</a>&nbsp;&nbsp;
</html:template>

<html:template name="FirstPage_Active_en">
<a href="<template:placeholder name="Link" />" title="Display first page!">&laquo; &laquo;</a>&nbsp;&nbsp;
</html:template>

<html:template name="LastPage_Active_de">
<a href="<template:placeholder name="Link" />" title="Letzte Seite anzeigen!">&raquo; &raquo;</a>&nbsp;&nbsp;
</html:template>

<html:template name="LastPage_Active_en">
<a href="<template:placeholder name="Link" />" title="Display last page!">&raquo; &raquo;</a>&nbsp;&nbsp;
</html:template>

<html:template name="Page_Selected_de">
<a class="active" href="<template:placeholder name="Link" />" title="Seite <template:placeholder name="Page" /> anzeigen"><template:placeholder name="Page" /></a>&nbsp;&nbsp;
</html:template>
Expand Down

0 comments on commit 71c5a89

Please sign in to comment.