Revision ea43d77b
Von Holger Lindemann vor fast 16 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
532 | 532 |
$jsscript = ""; |
533 | 533 |
if ($form->{type} eq "credit_note") { |
534 | 534 |
$button1 = qq| |
535 |
<td><input name="invdate" id="invdate" size="11" title="$myconfig{dateformat}" value="$form->{invdate}" onBlur=\"check_right_date_format(this)\"> |
|
535 |
<td nowrap><input name="invdate" id="invdate" size="11" title="$myconfig{dateformat}" value="$form->{invdate}" onBlur=\"check_right_date_format(this)\">
|
|
536 | 536 |
<input type="button" name="invdate" id="trigger1" value="| |
537 | 537 |
. $locale->text('button') . qq|"></td>|; |
538 | 538 |
|
... | ... | |
543 | 543 |
"trigger1"); |
544 | 544 |
} else { |
545 | 545 |
$button1 = qq| |
546 |
<td><input name="invdate" id="invdate" size="11" title="$myconfig{dateformat}" value="$form->{invdate}" onBlur=\"check_right_date_format(this)\"> |
|
546 |
<td nowrap><input name="invdate" id="invdate" size="11" title="$myconfig{dateformat}" value="$form->{invdate}" onBlur=\"check_right_date_format(this)\">
|
|
547 | 547 |
<input type="button" name="invdate" id="trigger1" value="| |
548 | 548 |
. $locale->text('button') . qq|"></td> |
549 | 549 |
|; |
Auch abrufbar als: Unified diff
Re-Datum und Knopf neben einander anordnen mit "nowrap"