Home
last modified time | relevance | path

Searched refs:hideform (Results 1 – 2 of 2) sorted by relevance

/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php17 protected $hideform; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationEditorTableOdt
39 $this->hideform = $conf['hideform'] ?? false;
67 $hideform = '';
68 if ($this->hideform) {
69 $hideform = 'hideform';
74 $this->renderer->doc .= "<div class=\"structaggregation structaggregationeditor structodt $hideform\"
/plugin/structodt/
H A Dstyle.less1 .dokuwiki .structaggregation.structodt.hideform .struct_entry_form {