Stick OAuth developer help info in a section

This commit is contained in:
Zach Copley 2010-10-19 21:24:19 -07:00
parent 5ca29ab0de
commit 2760ef07f5
1 changed files with 4 additions and 0 deletions

View File

@ -216,6 +216,8 @@ class OauthconnectionssettingsAction extends ConnectSettingsAction
{ {
$cur = common_current_user(); $cur = common_current_user();
$this->elementStart('div', array('id' => 'developer-help', 'class' => 'section'));
$this->element('h2', null, 'Developers'); $this->element('h2', null, 'Developers');
$this->elementStart('p'); $this->elementStart('p');
@ -228,6 +230,8 @@ class OauthconnectionssettingsAction extends ConnectSettingsAction
$this->raw($output); $this->raw($output);
$this->elementEnd('p'); $this->elementEnd('p');
$this->elementEnd('section');
} }
} }