Home
last modified time | relevance | path

Searched +full:btn_delete -(+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/Media/
H A DDisplayRow.php44 '<img src="' . DOKU_BASE . 'lib/images/trash.png" alt="' . $lang['btn_delete'] . '" ' .
45 'title="' . $lang['btn_delete'] . '" class="btn" /></a>';
/dokuwiki/lib/plugins/acl/
H A Dadmin.php426 echo '<button type="submit" name="cmd[del]">' . $lang['btn_delete'] . '</button>';
656 echo '<th>' . $lang['btn_delete'] . '</th>';
/dokuwiki/inc/
H A Dmedia.php1133 $form->addButton('', $lang['btn_delete'])->attr('type', 'submit');