Home
last modified time | relevance | path

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

/plugin/translation/
H A Dstyle.less1 // fix problem in dokuwiki template where short sidebar may clip dropdown
60 // overrides for dropdown style language selector
61 .dokuwiki div.plugin_translation.is-dropdown {
H A Dhelper.php237 $out = '<div class="plugin_translation ' . ($this->getConf('dropdown') ? 'is-dropdown' : '') . '">';
/plugin/translation/conf/
H A Ddefault.php12 $conf['dropdown'] = 0;
H A Dmetadata.php12 $meta['dropdown'] = array('onoff');