/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to services/list.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-03-08 22:48:13 UTC
  • Revision ID: csa@dside.dyndns.org-20120308224813-9vakv82um0ty16s4
Finish mergin RRDReader by Riku and few fixes for newer pecl-rrd

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
                CACHE::TYPE_MEAN => _("MEAN")
184
184
            );
185
185
        break;
 
186
        case 'plot_modes':
 
187
            $list = array(
 
188
                DRAW::PLOT_STANDARD => _("Standard"),
 
189
                DRAW::PLOT_CUSTOM => _("Custom")
 
190
            );
 
191
        break;
186
192
        case 'marks_modes':
187
193
            $list = array(
188
194
                DRAW::MARKS_DEFAULT => _("Auto"),