Can I change the number of strings per page in Phonebook?

We have nearly 30 users, and having them all on 6 pages (5 per page) is not too convenient. How can I increase that number to, maybe, 15 users per page?
Thanks in advance.

Comments

  • Edit phonebook.php

    Look for the line
    $grid->set_per_page(5);
    

    And set the number of records to anything you want.

    Best regards,
  • Thanks a lot. Another question is, how can I increase the height of appearing window of Visual Phonebook?
Sign In or Register to comment.