summaryrefslogtreecommitdiff
path: root/themes/default/views/pager.html.php
AgeCommit message (Collapse)Author
2009-06-29Fix for ticket 481 - Better plural handling for 2 messages with multiple ↵Andy Staudacher
%count variables.
2009-06-04Change XXX to @todoBharat Mediratta
2009-05-30Fix IE issues with gPager, switch gPager from id to class, it's possible ↵Chad Kieffer
that we might want it to appear more than once in views.
2009-02-22Apply button styles to pager buttons and position in consistent locations.Chad Kieffer
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-10Switch the pager to use themeroller's icon sprites. I applied jquery ui css ↵Chad Kieffer
classes to newly added span classes in the pager templates directly, will likely move these out and apply through ui.init.js later.
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
- And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure)
2008-12-31Add sibling information on photo pages and a very simple next/previous ↵Bharat Mediratta
interface.
2008-12-15Argh, fix a bad rename.Bharat Mediratta
2008-12-15Rename default_admin to admin_default.Bharat Mediratta
2008-11-23This should have been checked in with r18815.Chad Kieffer
2008-11-07Add automatic pagination. All you have to do is add <?= $theme->pagerBharat Mediratta
?> to your theme file and you get a well formed pager. Themes can customize this any way they want. A version that matches the mockup is provided in the default theme.