SAAS-290: Hosted SaaS widgets + javascript code generation
Slight improvements to description as well as element positioning
This commit is contained in:
parent
1b0b124247
commit
4b09b289ce
3 changed files with 37 additions and 4 deletions
|
@ -42,7 +42,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
|||
));
|
||||
|
||||
$third_party_api = new Zend_Form_Element_Radio('thirdPartyApi');
|
||||
$third_party_api->setLabel('Allow Remote Websites To Access "Schedule" Info?<br> (Enable this to make front-end widgets work.)');
|
||||
$third_party_api->setLabel('Website Widgets:');
|
||||
$third_party_api->setMultiOptions(array("Disabled",
|
||||
"Enabled"));
|
||||
$third_party_api->setValue(Application_Model_Preference::GetAllow3rdPartyApi());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue