Revision e2f6b9d3
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1259 | 1259 |
|
1260 | 1260 |
# with JavaScript Calendar |
1261 | 1261 |
$button1 = qq| |
1262 |
<td><input name=transdate id=transdate size=11 title="$myconfig{dateformat}" value=$form->{transdate} tabindex="2" $readonly>
|
|
1262 |
<td><input name=transdate id=transdate size=11 title="$myconfig{dateformat}" value="$form->{transdate}" tabindex="2" $readonly>
|
|
1263 | 1263 |
<input type=button name=transdate id="trigger1" value=| |
1264 | 1264 |
. $locale->text('button') . qq|></td> |
1265 | 1265 |
|; |
... | ... | |
1272 | 1272 |
|
1273 | 1273 |
# without JavaScript Calendar |
1274 | 1274 |
$button1 = |
1275 |
qq|<td><input name=transdate id=transdate size=11 title="$myconfig{dateformat}" value=$form->{transdate} tabindex="2" $readonly></td>|;
|
|
1275 |
qq|<td><input name=transdate id=transdate size=11 title="$myconfig{dateformat}" value="$form->{transdate}" tabindex="2" $readonly></td>|;
|
|
1276 | 1276 |
} |
1277 | 1277 |
|
1278 | 1278 |
$form->header; |
Auch abrufbar als: Unified diff
Merge von 798 aus unstable: Bugfix
Quoting Barewords