Skip to content

Commit

Permalink
ID#212: added missing place holders.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Achatz committed Jun 26, 2014
1 parent 3430345 commit 3f5f34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pager/pres/templates/pager_2.html
Expand Up @@ -2,7 +2,7 @@
<html:template name="content">
<div class="apf-pager">
<div class="apf-pages">
<template:placeholder name="PreviousPage" /><template:placeholder name="Content" /><template:placeholder name="NextPage" />
<template:placeholder name="FirstPage"/><template:placeholder name="PreviousPage" /><template:placeholder name="Content" /><template:placeholder name="NextPage" /><template:placeholder name="LastPage"/>
</div>
<template:placeholder name="DynamicPageSize" />
</div>
Expand Down

0 comments on commit 3f5f34d

Please sign in to comment.