Updated outdated public airtime api setting message on preferences page
This commit is contained in:
parent
27fe32a3b4
commit
8276b1762e
1 changed files with 1 additions and 2 deletions
|
@ -107,8 +107,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
||||||
));
|
));
|
||||||
$third_party_api->setValue(Application_Model_Preference::GetAllow3rdPartyApi());
|
$third_party_api->setValue(Application_Model_Preference::GetAllow3rdPartyApi());
|
||||||
$third_party_api->setDescription(_('Enabling this feature will allow Airtime to provide schedule data
|
$third_party_api->setDescription(_('Enabling this feature will allow Airtime to provide schedule data
|
||||||
to external widgets that can be embedded in your website. Enable this
|
to external widgets that can be embedded in your website.'));
|
||||||
feature to reveal the embeddable code.'));
|
|
||||||
$third_party_api->setSeparator(' '); //No <br> between radio buttons
|
$third_party_api->setSeparator(' '); //No <br> between radio buttons
|
||||||
//$third_party_api->addDecorator(new Zend_Form_Decorator_Label(array('tag' => 'dd', 'class' => 'radio-inline-list')));
|
//$third_party_api->addDecorator(new Zend_Form_Decorator_Label(array('tag' => 'dd', 'class' => 'radio-inline-list')));
|
||||||
$third_party_api->addDecorator('HtmlTag', array('tag' => 'dd',
|
$third_party_api->addDecorator('HtmlTag', array('tag' => 'dd',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue