Home
last modified time | relevance | path

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

/plugin/odt/action/
H A Dexport.php166 $this->showPageWithErrorMsg($event, NULL, $warning);
233 $this->showPageWithErrorMsg($event, 'needtitle');
238 $this->showPageWithErrorMsg($event, 'needns');
281 $this->showPageWithErrorMsg($event, 'needtitle');
313 $this->showPageWithErrorMsg($event, 'empty');
336 $this->showPageWithErrorMsg($event, null, $msg);
352 private function showPageWithErrorMsg(Doku_Event $event, $msglangkey, $translatedMsg=NULL) { function in action_plugin_odt_export