Home
last modified time | relevance | path

Searched +full:btn_cancel -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Ui/
H A DPageConflict.php52 $form->addButton('do[cancel]', $lang['btn_cancel'])->attrs(['type' => 'submit']);
H A DPageDraft.php49 $form->addButton('do[show]', $lang['btn_cancel'])->attrs(['type' => 'submit', 'tabindex' => '3']);
H A DEditor.php114 $form->addButton('do[cancel]', $lang['btn_cancel'])->attr('type', 'submit')