Home
last modified time | relevance | path

Searched +full:admin +full:delete +(+path:plugin +path:tagging) -(+path:plugin +path:tagging +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/tagging/
H A Dhelper.php127 $queries = array(array('DELETE FROM taggings WHERE pid = ? AND tagger = ?', $id, $user));
345 . $this->getLang('toggle admin mode')
444 msg($this->getLang("admin enter tag names"), -1);
490 // finally delete the renamed tags
492 $deleteQuery = 'DELETE FROM taggings';
503 msg($this->getLang("admin renamed"), 1);
509 * Rename or delete a tag for all users
529 return array(true, $this->getLang('admin tag does not exists'));
534 'DELETE FROM taggings WHERE pid = ? AND CLEANTAG(tag) = ?',
548 return array(false, $this->getLang('admin rename
[all...]
H A Dscript.js2 /* DOKUWIKI:include script/admin.js */
8 * Add JavaScript confirmation to the User Delete button
43 //no editable button - we are not the admin