Revision 33144478
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
templates/design40_webpages/do/form_header.html | ||
---|---|---|
224 | 224 |
</tr> |
225 | 225 |
<tr> |
226 | 226 |
<th>[% 'Transaction description' | $T8 %]</th> |
227 |
<td>[% L.input_tag("transaction_description", transaction_description, class="wi-wide tooltipstered", "data-validate"=(INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : ''), readonly=delivered, title=transaction_description) %]</td>
|
|
227 |
<td>[% L.input_tag("transaction_description", transaction_description, class="wi-wide", "data-validate"=(INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : ''), readonly=delivered) %]</td>
|
|
228 | 228 |
</tr> |
229 | 229 |
<tr> |
230 | 230 |
<td colspan="2"> |
Auch abrufbar als: Unified diff
design40: Speichern von Lieferscheinen repariert.
Kein Tooltip für Elemente, die vom validator gechecked werden. Sonst gibt es
einen js-Fehler und man Erneuern oder Speichern geht nicht mehr.
Hier gab es Probleme, wenn die Vorgangsbezeichnung als Pflichtfeld eingestellt
ist.