diff --git a/pix/redo.png b/pix/redo.png new file mode 100644 index 0000000..480a329 Binary files /dev/null and b/pix/redo.png differ diff --git a/renderer.php b/renderer.php index 4c6396a..fe298cf 100644 --- a/renderer.php +++ b/renderer.php @@ -221,6 +221,8 @@ class mod_attforblock_renderer extends plugin_renderer_base { $date = html_writer::link($url, $date, array('title' => $title)); $time = html_writer::link($url, $time, array('title' => $title)); + + $actions = $this->output->action_icon($url, new pix_icon('redo', $title, 'attforblock')); } else { $date = '' . $date . ''; $time = '' . $time . ''; diff --git a/styles.css b/styles.css index 022ef3f..e187be9 100644 --- a/styles.css +++ b/styles.css @@ -118,4 +118,8 @@ #page-mod-attforblock-preferences .generalbox { text-align: center; +} + +.path-mod-attforblock .attsessions_manage_table .action-icon img.smallicon { + margin-left: 5px; } \ No newline at end of file