From ee9c0a4a787eae2672ded399b6fdd8ca4ca47f4f Mon Sep 17 00:00:00 2001 From: Artem Andreev Date: Fri, 28 Sep 2012 16:54:05 +0400 Subject: [PATCH] On manage page added action icon for changing attendance. --- pix/redo.png | Bin 0 -> 524 bytes renderer.php | 2 ++ styles.css | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 pix/redo.png diff --git a/pix/redo.png b/pix/redo.png new file mode 100644 index 0000000000000000000000000000000000000000..480a3291a53c258f994a37fd6a8c424a0aa48de5 GIT binary patch literal 524 zcmV+n0`vWeP)B27hEe;p%xtDtn3x`OGgYb|==d>3}#)2wYXdA<)>kNKbDl(`- z?$id#iVaQGk(@FZPcvv;)ZaC^9RCafiF;<70r+~O#p~i1>Vl8>Tdgd>FrYL7kqE>K7N2 zjZedVHh_Y80r@tIf|W(t%)_ndco5fv?jT~6^P{sV9*(PJ3Fpi=Ew6=>$x-I_t1OKY~&dUEcF)W&$lt-Tx%fILWf7c zaQ5ppz9>X|1JyUUS7}a8jIb+CP5-7rHHrMpoe@(A@djsO3sAriu<0>ARD=WhmH3W%6Gb&{{F!p7KS}hyU $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