~ubuntu-branches/ubuntu/lucid/zabbix/lucid

« back to all changes in this revision

Viewing changes to frontends/php/events.php

  • Committer: Bazaar Package Importer
  • Author(s): Emanuele Gentili
  • Date: 2008-08-10 18:37:11 UTC
  • mfrom: (1.1.7 upstream) (8.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080810183711-h4n52nkqqf3iuqhn
Tags: 1:1.4.6-1ubuntu1
* Merge from debian unstable, remaining changes:
 + fixing missing pid directory in /var/run
 + Added the same patch to debian/zabbix-server-{mysql,pgsql}.zabbix-server.init

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
        $r_form->AddItem($btnPrev);
170
170
 
171
171
        $btnNext = new CButton("next","Next ".PAGE_SIZE." >>");
 
172
 
172
173
        if($table->GetNumRows() < PAGE_SIZE)
173
174
                $btnNext->SetEnabled('no');
174
175
        $r_form->AddItem($btnNext);