Dialogs and checkboxes for two "accept invitation" fields

Bug #330074 reported by Paul Everitt
2
Affects Status Importance Assigned to Milestone
KARL3
Fix Released
Medium
Balazs Ree

Bug Description

The accept invitation form (members.accept_invitation_view) has two required fields at the bottom. These are checkboxes with a link to a popup showing some text.

Wire these up using the newstyle forms:

- Two FormEncode "fields" defined in karl.views.baseforms, like username and the others. Most likely a boolean. There are UnicodeString fields already there for each of the two fields.

- Two "fieldwidgets" in karl.views.templates.formfields.pt that has the UI for each field. There are macros there already for each field.

- In the view function, inline some placeholder HTML. That will later be a lookup to the KSA (KARL Site Administrator) that gets the legal text content for each KARL.

- Pass the text into the form-rendering (before the page rendering) for each dialog, using keyword arguments for the text.

- Get jQuery UI dialogs that show each popup, with a single OK button.

Changed in karl3:
assignee: nobody → ree
importance: Undecided → Medium
milestone: none → m2
Balazs Ree (ree)
Changed in karl3:
status: New → In Progress
Revision history for this message
Balazs Ree (ree) wrote :

I _think_ it's all done. Please reopen / comment if something is missing or not in the desired state.

Changed in karl3:
status: In Progress → Fix Committed
Changed in karl3:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.