out->element('legend', null, _m('Connect to Yammer')); } /** * Data elements of the form * * @return void */ function formData() { $this->out->hidden('subaction', 'authinit'); $this->out->elementStart('fieldset'); $this->out->submit('submit', _m('Start authentication'), 'submit', null, _m('Request authorization to connect to Yammer account')); $this->out->submit('change-apikey', _m('Change API key')); $this->out->elementEnd('fieldset'); } /** * Action elements * * @return void */ function formActions() { } }