diff options
-rwxr-xr-x | css/design.css | 3 | ||||
-rw-r--r-- | images/pagetools/pencil_add.png | bin | 0 -> 742 bytes | |||
-rw-r--r-- | images/pagetools/site_backup_and_restore.png | bin | 0 -> 745 bytes | |||
-rwxr-xr-x | main.php | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/css/design.css b/css/design.css index 19c64be2a..4259e6071 100755 --- a/css/design.css +++ b/css/design.css @@ -186,6 +186,9 @@ #dokuwiki__pagetools ul li a.draft { background-image: url(images/pagetools/inbox-document-text.png); } +#dokuwiki__pagetools ul li a.revert { + background-image: url(images/pagetools/site_backup_and_restore.png); +} #dokuwiki__pagetools ul li a.source { background-image: url(images/pagetools/page_code.png); } diff --git a/images/pagetools/pencil_add.png b/images/pagetools/pencil_add.png Binary files differnew file mode 100644 index 000000000..edbebeed0 --- /dev/null +++ b/images/pagetools/pencil_add.png diff --git a/images/pagetools/site_backup_and_restore.png b/images/pagetools/site_backup_and_restore.png Binary files differnew file mode 100644 index 000000000..467e441b0 --- /dev/null +++ b/images/pagetools/site_backup_and_restore.png @@ -140,10 +140,10 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER <ul> <?php tpl_action('edit', 1, 'li'); + tpl_action('revert', 1, 'li'); tpl_action('history', 1, 'li'); tpl_action('backlink', 1, 'li'); tpl_action('subscribe', 1, 'li'); - tpl_action('revert', 1, 'li'); tpl_action('top', 1, 'li'); ?> </ul> |