Extended profile - make experience save and display

This commit is contained in:
Zach Copley
2011-03-14 17:27:50 -07:00
parent 27c75dd4bb
commit 07ccb6a9f8
3 changed files with 65 additions and 28 deletions

View File

@@ -241,6 +241,10 @@ class ExtendedProfileWidget extends Form
);
$this->out->elementEnd('li');
$this->out->elementStart('li');
$this->out->hidden(
$id . '-current',
'false'
);
$this->out->checkbox(
$id . '-current',
_m('Current'),