Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 47eb3e45

Von Sven Schöling vor fast 17 Jahren hinzugefügt

  • ID 47eb3e455046c41ba2ad1c14bee85bb98ffb3244
  • Vorgänger 6e5ea979
  • Nachfolger d3897394

Kosmetik

Unterschiede anzeigen:

bin/mozilla/ct.pl
110 110
  my @options;
111 111
  if ($form->{status} eq 'all') {
112 112
    push @options, $locale->text('All');
113

  
114 113
  } elsif ($form->{status} eq 'orphaned') {
115 114
    push @options, $locale->text('Orphaned');
116 115
  }
117 116

  
118
  if ($form->{name}) {
119
    push @options, $locale->text('Name') . " : $form->{name}";
120
  }
121
  if ($form->{contact}) {
122
    push @options, $locale->text('Contact') . " : $form->{contact}";
123
  }
124
  if ($form->{"$form->{db}number"}) {
125
    push @options, $locale->text('Number') . qq| : $form->{"$form->{db}number"}|;
126
  }
127
  if ($form->{email}) {
128
    push @options, $locale->text('E-mail') . " : $form->{email}";
129
  }
117
  push @options, $locale->text('Name') . " : $form->{name}"                    if $form->{name};
118
  push @options, $locale->text('Contact') . " : $form->{contact}"              if $form->{contact};
119
  push @options, $locale->text('Number') . qq| : $form->{"$form->{db}number"}| if $form->{"$form->{db}number"};
120
  push @options, $locale->text('E-mail') . " : $form->{email}"                 if $form->{email};
130 121

  
131 122
  my @columns = (
132 123
    'id',        'name',  "$form->{db}number", 'address',  'contact',  'phone',

Auch abrufbar als: Unified diff