Revision 87c7db6a
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1334 | 1334 |
<td> |
1335 | 1335 |
<table width=100%> |
1336 | 1336 |
<tr> |
1337 |
<th align=left>| . $locale->text('Reference') . qq|</th>
|
|
1337 |
<th align=right>| . $locale->text('Reference') . qq|</th>
|
|
1338 | 1338 |
<td><input name=reference size=20 value="$form->{reference}" $readonly></td> |
1339 | 1339 |
<td align=left> |
1340 | 1340 |
<table> |
... | ... | |
1365 | 1365 |
if ($form->{id}) { |
1366 | 1366 |
print qq| |
1367 | 1367 |
<tr> |
1368 |
<th align=left width=1%>| . $locale->text('Description') . qq|</th>
|
|
1368 |
<th align=right width=1%>| . $locale->text('Description') . qq|</th>
|
|
1369 | 1369 |
<td width=1%>$description</td> |
1370 | 1370 |
<td> |
1371 | 1371 |
<table> |
... | ... | |
1379 | 1379 |
<table width=100%> |
1380 | 1380 |
<tr> |
1381 | 1381 |
<th align=right width=50%>| . $locale->text('Mitarbeiter') . qq|</th> |
1382 |
<td align=left><input name=employee size=11 value=$form->{employee} $readonly></td>
|
|
1382 |
<td align=left><input name=employee size=20 value="| . H($form->{employee}) . qq|" readonly></td>
|
|
1383 | 1383 |
</tr> |
1384 | 1384 |
</table> |
1385 | 1385 |
</td> |
Auch abrufbar als: Unified diff
Kosmetik