provide usage hint on addon settings page to save each panel before opening another. [String change, not for 3.2]

This commit is contained in:
zotlabs
2018-02-27 19:34:51 -08:00
parent 14183b8fb5
commit be5187718c
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ class Featured {
$o .= replace_macros($tpl, array(
'$form_security_token' => get_form_security_token("settings_featured"),
'$title' => t('Feature/Addon Settings'),
'$descrip' => t('Please save/submit changes to any panel before opening another.'),
'$settings_addons' => $settings_addons
));
return $o;