Revision 71196b75
Von Sven Schöling vor etwa 18 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
|
||
# names 3 parameters and returns a hashref, for use in templates
|
||
sub opthash { +{ value => shift, selected => shift, oname => shift } }
|
||
(@FORMNAME, @FORMNAME, @LANGUAGE_ID, @FORMAT, @SENDMODE, @MEDIA, @PRINTER_ID, @SELECTS) = ();
|
||
|
||
# note: "||"-selection is only correct for values where "0" is _not_ a correct entry
|
||
$form->{sendmode} = "attachment";
|
Auch abrufbar als: Unified diff
template arrays noch leermachen