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