Actions
Bug #4132
closedCaptive Portal - Portal page contents - confusing instructions (gettext issue)
Start date:
12/19/2014
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2
Affected Architecture:
All
Description
Make sure to include a form (POST to "") with a submit button (name="accept") and a hidden field with name="redirurl" and value=""
and below there's a code example with:
<form method="post" action="$PORTAL_ACTION$"> ... <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$"> ... </form>
Note the actions and value certainly are not empty as suggested above. All those %#$s in gettext clearly don't work as expected.
Updated by Renato Botelho almost 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 7fd7c5a5454b8b59467016b62333818e585f9187.
Updated by Renato Botelho almost 10 years ago
Applied in changeset 22a7fef8b7ff2fc4f9c13b6a248912c1cf8e345b.
Updated by Kill Bill almost 10 years ago
Thanks, though this is still incosistent - $PORTAL_ACTION/$PORTAL_REDIRURL vs. $PORTAL_ACTION$/$PORTAL_REDIRURL$ (note the trailing $s)
Updated by Renato Botelho almost 10 years ago
- Status changed from Feedback to Resolved
Cool. Thanks!!
Actions