Home
last modified time | relevance | path

Searched +full:edit_content_only +(+path:plugin +path:data) -(+path:plugin +path:data +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/data/conf/
H A Ddefault.php3 $conf['edit_content_only'] = 0;
H A Dmetadata.php3 $meta['edit_content_only'] = array('onoff');
/plugin/data/syntax/
H A Dentry.php342 if ($this->getConf('edit_content_only')) {
346 $class = 'edit_content_only';
396 if ($this->getConf('edit_content_only')) {
504 if ($this->getConf('edit_content_only')) {
508 $class = 'edit_content_only';
552 if ($this->getConf('edit_content_only')) {
/plugin/data/
H A Daction.php99 echo $this->locale_xhtml('edit_intro' . ($this->getConf('edit_content_only') ? '_contentonly' : ''));