Hi, is there a way to have the next and previous links shown as buttons?
Thank you
Jim,
You can override theme_pager and theme them as buttons / image buttons. This link might help - http://drupal.org/node/11811
On Sun, Jan 13, 2013 at 12:51 AM, Jim Ruby jim@v-community.com wrote:
Hi, is there a way to have the next and previous links shown as buttons?
Thank you
-- [ Drupal support list | http://lists.drupal.org/ ]
Thanks, this looks a bit more then I can handle. I guess I'll just leave them as links.
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Vaibhav Jain Sent: Saturday, January 12, 2013 11:30 PM To: support@drupal.org Subject: Re: [support] views pager buttons
Jim,
You can override theme_pager and theme them as buttons / image buttons.
This link might help - http://drupal.org/node/11811
On Sun, Jan 13, 2013 at 12:51 AM, Jim Ruby jim@v-community.com wrote:
Hi, is there a way to have the next and previous links shown as buttons? Thank you -- [ Drupal support list | http://lists.drupal.org/ ]
How about just styling them with CSS. Something like:
.whatever_the_link_class_is {
On Sat, Jan 12, 2013 at 2:21 PM, Jim Ruby jim@v-community.com wrote:
Hi, is there a way to have the next and previous links shown as buttons?
Thank you
-- [ Drupal support list | http://lists.drupal.org/ ]
Sorry, wrong keyboard shortcut.
On Tue, Jan 15, 2013 at 11:59 AM, Al Sessions fultonchain@gmail.com wrote:
How about just styling them with CSS. Something like:
.whatever_the_class_is {
border:1px solid #ccc; background: #ccc }
You could get all fancy with border-radius and such and apply a :hover state to give a more "buttony" look.