Package question
-
Hello
i'm trying to build a packer for this great addon https://forum.pfsense.org/index.php?topic=108846.0
i think i'm pretty far away, but i'm running into something.
is there a way to add a extra option on the captive portal configuration page.
now there is a item called voucher but i wan't and extra item with the altered voucher page.but don't know how to do that.
i think i have to do it in usr/local/pkg/cplabelprint.xml file (my configuration file)
somthing like this
<name>Captiveprint</name> <title>Voucher print</title> <menu> <name>Service</name> Captiveportal <url>/packages/CPlabel/services_captiveportal_vouchers.php?somewaytogetzonenamefromzone</url> </menu>
But this is to add a menu item, i want to a link in the page services_captiveportal.php
Please need advice on this one