Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 36724ca5

Von Moritz Bunkus vor mehr als 3 Jahren hinzugefügt

  • ID 36724ca5b87abfa8860c71783b037c121f33221c
  • Vorgänger d56bda45
  • Nachfolger 42985d5f

SEPA: In Details: Buttons »Buchen« und »Zahlungsliste« immer anzeigen

Sichtbare Buttons machen viel klarer, welche Funktionalität es an der
Stelle gibt, auch wenn die Buttons deaktiviert sind.

Unterschiede anzeigen:

bin/mozilla/sepa.pl
749 749
        accesskey => 'enter',
750 750
        tooltip   => t8('Post payments for selected invoices'),
751 751
        checks    => [ [ 'kivi.check_if_entries_selected', '[name="ids[]"]' ] ],
752
        only_if   => $params{show_post_payments_button},
752
        disabled  => $params{show_post_payments_button} ? undef : t8('All payments have already been posted.'),
753 753
      ],
754 754
      action => [
755 755
        t8('Payment list'),
......
757 757
        accesskey => 'enter',
758 758
        tooltip   => t8('Download list of payments as PDF'),
759 759
        checks    => [ [ 'kivi.check_if_entries_selected', '[name="ids[]"]' ] ],
760
        not_if    => $params{show_post_payments_button},
760
        disabled  => $params{show_post_payments_button} ? t8('All payments must be posted before the payment list can be downloaded.') : undef,
761 761
      ],
762 762
    );
763 763
  }
locale/de/all
263 263
  'All groups'                  => 'Alle Gruppen',
264 264
  'All modules'                 => 'Alle Module',
265 265
  'All partsgroups'             => 'Alle Warengruppen',
266
  'All payments have already been posted.' => 'Es wurden bereits alle Zahlungen verbucht.',
267
  'All payments must be posted before the payment list can be downloaded.' => 'Alle Zahlungen müssen verbucht werden, bevor die Zahlungsliste heruntergeladen werden kann.',
266 268
  'All price sources'           => 'Alle Preisquellen',
267 269
  'All reports'                 => 'Alle Berichte (Kontenübersicht, Summen- u. Saldenliste, Erfolgsrechnung, GuV, BWA, Bilanz, Projektbuchungen)',
268 270
  'All the other clients will start with an empty set of WebDAV folders.' => 'Alle anderen Mandanten werden mit einem leeren Satz von Dokumenten-Ordnern ausgestattet.',

Auch abrufbar als: Unified diff