Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f29ea3c1

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID f29ea3c1558cbca5b439c9850893988928034272
  • Vorgänger dcb37275
  • Nachfolger 5e2cb6ed

Vor E-Mail-Versand prüfen, ob Empfänger+Betreff+Body vorhanden

Unterschiede anzeigen:

js/locale/de.js
56 56
"The name is missing.":"Der Name fehlt.",
57 57
"The name must only consist of letters, numbers and underscores and start with a letter.":"Der Name darf nur aus Buchstaben (keine Umlaute), Ziffern und Unterstrichen bestehen und muss mit einem Buchstaben beginnen.",
58 58
"The option field is empty.":"Das Optionsfeld ist leer.",
59
"The recipient, subject or body is missing.":"Der Empfäger, der Betreff oder der Text ist leer.",
59 60
"The selected database is still configured for client \"#1\". If you delete the database that client will stop working until you re-configure it. Do you still want to delete the database?":"Die auswählte Datenbank ist noch für Mandant \"#1\" konfiguriert. Wenn Sie die Datenbank löschen, wird der Mandanten nicht mehr funktionieren, bis er anders konfiguriert wurde. Wollen Sie die Datenbank trotzdem löschen?",
60 61
"There is one or more sections for which no part has been assigned yet; therefore creating the new record is not possible yet.":"Es gibt einen oder mehrere Abschnitte ohne Artikelzuweisung; daher kann der neue Beleg noch nicht erstellt werden.",
61 62
"This sales order has an active configuration for periodic invoices. If you save then all subsequently created invoices will contain those changes as well, but not those that have already been created. Do you want to continue?":"Dieser Auftrag besitzt eine aktive Konfiguration für wiederkehrende Rechnungen. Wenn Sie jetzt speichern, so werden alle zukünftig hieraus erzeugten Rechnungen die Änderungen enthalten, nicht aber die bereits erzeugten Rechnungen. Wollen Sie speichern?",
locale/de/all
2466 2466
  'The project type has been deleted.' => 'Der Projekttyp wurde gelöscht.',
2467 2467
  'The project type has been saved.' => 'Der Projekttyp wurde gespeichert.',
2468 2468
  'The project type is in use and cannot be deleted.' => 'Der Projekttyp wird verwendet und kann nicht gelöscht werden.',
2469
  'The recipient, subject or body is missing.' => 'Der Empfäger, der Betreff oder der Text ist leer.',
2469 2470
  'The required information consists of the IBAN and the BIC.' => 'Die benötigten Informationen bestehen aus der IBAN und der BIC.',
2470 2471
  'The required information consists of the IBAN, the BIC, the mandator ID and the mandate\'s date of signature.' => 'Die benötigten Informationen bestehen aus IBAN, BIC, Mandanten-ID und dem Unterschriftsdatum des Mandates.',
2471 2472
  'The requirement spec has been deleted.' => 'Das Pflichtenheft wurde gelöscht.',
templates/webpages/generic/edit_email.html
1 1
[%- USE T8 %]
2
[%- USE HTML %][%- USE L -%]
2
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
3 3
<form name="Form" method="post" action="[% script %]">
4 4

  
5 5
<table width="100%">
......
44 44
          <th align="left" nowrap>[% 'Message' | $T8 %]</th>
45 45
        </tr>
46 46
        <tr>
47
          <td><textarea name="message" rows="15" cols="60" wrap="soft">[% HTML.escape(message) %]</textarea></td>
47
          <td><textarea name="message" id="message" rows="15" cols="60" wrap="soft">[% HTML.escape(message) %]</textarea></td>
48 48

  
49 49
        </tr>
50 50
      </table>
......
68 68
<input type="hidden" name="nextsub" value="send_email">
69 69

  
70 70
<br>
71
<input name="action" class="submit" type="submit" value="[% 'Continue' | $T8 %]">
71
[% L.submit_tag('action', LxERP.t8('Continue'), onclick="return check_prerequisites();") %]
72 72
</form>
73

  
74
<script type="text/javascript">
75
<!--
76
function check_prerequisites() {
77
  if (!$('#email,#subject,#message').filter(function(idx, elt) { return $(elt).val() === ""; }).size())
78
    return true;
79

  
80
  alert(kivi.t8('The recipient, subject or body is missing.'));
81
  return false;
82
}
83
-->
84
</script>

Auch abrufbar als: Unified diff