Skip to content

Commit

Permalink
Merge branch 'MDL-36629-master' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Nov 27, 2012
2 parents a58be8a + 94972cc commit 9c8969a
Show file tree
Hide file tree
Showing 12 changed files with 84 additions and 1 deletion.
Binary file added mod/workshop/pix/userplan/task-done.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions mod/workshop/pix/userplan/task-done.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mod/workshop/pix/userplan/task-fail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions mod/workshop/pix/userplan/task-fail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mod/workshop/pix/userplan/task-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions mod/workshop/pix/userplan/task-info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mod/workshop/pix/userplan/task-todo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions mod/workshop/pix/userplan/task-todo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions mod/workshop/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,16 @@
background-color: #e7f1c3;
}

.path-mod-workshop .userplan th .actions {
display: inline;
}
.path-mod-workshop .userplan tr.phasetasks li {
background-image: url([[pix:mod_workshop|userplan/task-todo]]);
background-position: top left;
background-repeat: no-repeat;
list-style-type: none;
min-height: 16px;
margin: .3em 0;
}

.path-mod-workshop .userplan tr.phasetasks li.completed {
Expand Down Expand Up @@ -557,3 +562,5 @@
margin: 2em auto;
text-align: center;
}

.path-mod-workshop .workshop-risk-dataloss { vertical-align: text-bottom; }
3 changes: 2 additions & 1 deletion mod/workshop/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@
echo $output->help_icon('clearassessments', 'workshop');
echo html_writer::empty_tag('img', array('src' => $output->pix_url('i/risk_dataloss'),
'title' => get_string('riskdatalossshort', 'admin'),
'alt' => get_string('riskdatalossshort', 'admin')));
'alt' => get_string('riskdatalossshort', 'admin'),
'class' => 'workshop-risk-dataloss'));
echo $output->container_end();

echo $output->box_end();
Expand Down
Binary file modified pix/i/scheduled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions pix/i/scheduled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c8969a

Please sign in to comment.