Home
last modified time | relevance | path

Searched refs:action_plugin_combo_profile (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/conf/
H A Dmetadata.php314 $meta[action_plugin_combo_profile::CONF_ENABLE_PROFILE_UPDATE_FORM] = array("onoff");
315 $meta[action_plugin_combo_profile::CONF_ENABLE_PROFILE_DELETE_FORM] = array("onoff");
/plugin/combo/lang/en/
H A Dsettings.php248 $lang[action_plugin_combo_profile::CONF_ENABLE_PROFILE_UPDATE_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the profile update form will be styled by Combo");
249 $lang[action_plugin_combo_profile::CONF_ENABLE_PROFILE_DELETE_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the profile delete form will be styled by Combo");
/plugin/combo/action/
H A Dprofile.php19 class action_plugin_combo_profile extends DokuWiki_Action_Plugin class