I have apllied patch 128 in http://drupal.org/node/82956 - then I tried with patch 127 - no difference
The fields show up just fine and I can check and uncheck. But there is only a malformed empty submit button (with no letters in it), and when I push it, the changes I have made does not get saved.
All fields are still checked for public showing. Whenever pushing the malformed button things are just reset.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | privacy_form.patch | 1.46 KB | heine |
Comments
Comment #1
lennart commentedAt least now I can get the 'submit' button to show up by changing line 68 from
$form['submit'] = array('#type' => 'submit', '#title' => t('Submit'));
to
$form['submit'] = array('#type' => 'submit', '#value' => t('Submit'));
But - the changes made are still not saved!
Comment #2
heine commentedComment #3
moshe weitzman commentedapplied to 4.7. there is no head or 5.0 for this module yet. please help.
Comment #4
(not verified) commented