Changeset 70 for trunk/dns.cgi


Ignore:
Timestamp:
02/16/11 15:01:28 (13 years ago)
Author:
Kris Deugau
Message:

/trunk

After clicking "all" in a list to show all the entries, convert
the "all" text into "n per page" and a link to revert to n-per-page
display. n may eventually be configurable per user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r69 r70  
    11831183##fixme
    11841184  if ($offset eq 'all') {
     1185    $page->param(perpage => $perpage);
    11851186# uhm....
    11861187  } else {
Note: See TracChangeset for help on using the changeset viewer.