Home
last modified time | relevance | path

Searched +full:rename +(+path:plugin +path:move) -(+path:plugin +path:move +path:lang) (Results 1 – 11 of 11) sorted by path

/plugin/move/
H A DMenuItem.php7 * Implements the Rename button for DokuWiki's menu system
14 protected $svg = __DIR__ . '/images/rename.svg';
H A DREADME3 Move and rename pages and media files while maintaining the links.
50 rename.png
H A Ddeleted.files8 rename.png
H A Dplugin.info.txt6 desc Move and rename pages and media files whilst maintaining the links.
H A Dscript.js14 /* DOKUWIKI:include script/rename.js */
H A Dstyle.less130 * page rename link
/plugin/move/action/
H A Drename.php3 * Move Plugin Page Rename Functionality
76 * Add 'rename' button to page tools, new SVG based mechanism
96 * Rename a single page
189 * Determines if it would be okay to show a rename page button for the given page and current user
/plugin/move/admin/
H A Dtree.php164 if($item['id']) $ret .= '<img class="rename" src="'. DOKU_BASE .'lib/plugins/move/images/rename.png" />';
/plugin/move/helper/
H A Dop.php119 * Execute a page move/rename
232 * Execute a media file move/rename
/plugin/move/script/
H A Drename.js2 * Rename dialog for end users
62 title: LANG.plugins.move.rename + ' ' + JSINFO.id,
75 text: LANG.plugins.move.rename,
H A Dtree.js148 // add title to rename icon
149 .find('img.rename').attr('title', LANG.plugins.move.renameitem)
154 var add_template = '<li class="type-d open created" data-name="%s" data-id="%s"><div class="li"><input type="checkbox"> <a href="%s" class="idx_dir">%s</a><img class="rename" src="' + DOKU_BASE + 'lib/plugins/move/images/rename.png"></div><ul class="tree_list"></ul></li>';
194 } else if ($clicky[0].tagName == 'IMG') { // Click on IMG - do rename
198 if ($clicky.hasClass('rename')) {