Changeset 3542
- Timestamp:
- 01/17/08 20:17:44 (18 months ago)
- Files:
-
- 3 modified
-
branches/0.10/lib/Doctrine/Pager/Layout.php (modified) (1 diff)
-
branches/0.9/lib/Doctrine/Pager/Layout.php (modified) (1 diff)
-
trunk/lib/Doctrine/Pager/Layout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Pager/Layout.php
r3541 r3542 89 89 90 90 $this->setTemplate('[<a href="{%url}">{%page}</a>]'); 91 $this->setSelectedTemplate(' [{%page}]');91 $this->setSelectedTemplate(''); 92 92 $this->setSeparatorTemplate(''); 93 93 } -
branches/0.9/lib/Doctrine/Pager/Layout.php
r3541 r3542 89 89 90 90 $this->setTemplate('[<a href="{%url}">{%page}</a>]'); 91 $this->setSelectedTemplate(' [{%page}]');91 $this->setSelectedTemplate(''); 92 92 $this->setSeparatorTemplate(''); 93 93 } -
trunk/lib/Doctrine/Pager/Layout.php
r3541 r3542 89 89 90 90 $this->setTemplate('[<a href="{%url}">{%page}</a>]'); 91 $this->setSelectedTemplate(' [{%page}]');91 $this->setSelectedTemplate(''); 92 92 $this->setSeparatorTemplate(''); 93 93 }