Stick OAuth developer help info in a section
This commit is contained in:
parent
5ca29ab0de
commit
2760ef07f5
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user