Default add domain values

Bjorn Nilsen <[email protected]> Wed, 21 Dec 2005 17:00:42 +1300
Newsgroups gmane.mail.vqadmin
Message-ID <[email protected]>
I have just installed vqadmin 2.3.6 with 2 patches from sourceforge
"valias support" and "dir_control fix, vlimits, pretty quotas".

The add domain page populates the fields with defaults I don't want.
How do I configure my own defaults?

One options I thought of was to remove the javascript from the
template (add_domain.html) that does this. As I don't really need
defaults but they would be handy.

<script language=3D"JavaScript">
        function fillForm() {
        form1.lusers.value =3D '';
        form1.lfor.value =3D '';
        form1.lalias.value =3D '';
        form1.lresponder.value =3D '';
        form1.llists.value =3D '';
        form1.quota.value =3D '';
        }
</script>

There must be a better way.

cheers,
Bjorn