Revision 92daa1a6
Von Moritz Bunkus vor mehr als 18 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
<td><input name=gv size=10 value=$form->{gv}></td>
|
||
</tr>
|
||
|;
|
||
$aluok = $form->{alu} == 1 ? "checked" : "";
|
||
|
||
$alu .= qq|
|
||
<tr>
|
||
<th align=right nowrap>|
|
||
. $locale->text('Aluartikel') . qq|</th>
|
||
<td><input class=checkbox type=checkbox name=alu value=1 $aluok></td>
|
||
</tr>|;
|
||
|
||
$notdiscountableok = ($form->{not_discountable}) == 1 ? "checked" : "";
|
||
$notdiscountable .= qq|
|
||
<tr>
|
||
... | ... | |
|;
|
||
|
||
$formel =
|
||
qq|<ilayer><layer onmouseover="this.T_STICKY=true;this.T_STATIC=true;return escape('| . $locale->text('The formula needs the following syntax:<br>For regular article:<br>Variablename= Variable Unit;<br>Variablename2= Variable2 Unit2;<br>...<br>###<br>Variable + ( Variable2 / Variable )<br><b>Please be beware of the spaces in the formula</b><br><br>For alu article:<br>Length:<br>Weight/m:<br>Length ist total length of article and weight/m ist the weight pro meter') . qq|')"><textarea name=formel rows=4 cols=40 wrap=soft>$form->{formel}</textarea></layer><ilayer>|;
|
||
qq|<ilayer><layer onmouseover="this.T_STICKY=true;this.T_STATIC=true;return escape('| . $locale->text('The formula needs the following syntax:<br>For regular article:<br>Variablename= Variable Unit;<br>Variablename2= Variable2 Unit2;<br>...<br>###<br>Variable + ( Variable2 / Variable )<br><b>Please be beware of the spaces in the formula</b><br>') . qq|')"><textarea name=formel rows=4 cols=40 wrap=soft>$form->{formel}</textarea></layer><ilayer>|;
|
||
$imagelinks = qq|
|
||
<tr>
|
||
<td>
|
||
... | ... | |
$notdiscountable
|
||
$vegv
|
||
$shop
|
||
$alu
|
||
$obsolete
|
||
</table>
|
||
</td>
|
Auch abrufbar als: Unified diff
Alu-Funktion aus Kundenprojekt entfernt.