Revision 232ccb5f
Von Holger Lindemann vor mehr als 18 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
}
|
||
|
||
$notes =
|
||
qq|<textarea name=notes rows=$rows cols=60 wrap=soft>$form->{notes}</textarea>|;
|
||
qq|<textarea name=notes rows=$rows cols=50 wrap=soft>$form->{notes}</textarea>|;
|
||
if (($rows = $form->numtextrows($form->{description}, 40)) > 1) {
|
||
$description =
|
||
qq|<textarea name="description" rows=$rows cols=40 wrap=soft>$form->{description}</textarea>|;
|
||
... | ... | |
|;
|
||
|
||
$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=60 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><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>|;
|
||
$imagelinks = qq|
|
||
<tr>
|
||
<td>
|
Auch abrufbar als: Unified diff
Kleinere Eingabefelder für Bemerkung und Formel zwecks besserer Bildschirmaufteilung