Skip to content

Commit

Permalink
MDL-36948 usability: Styling for new reload icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart committed Nov 30, 2012
1 parent fd7653a commit c2e10ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/renderer.php
Expand Up @@ -691,7 +691,7 @@ protected function release_notes_link() {
function upgrade_reload($url) {
return html_writer::empty_tag('br') .
html_writer::tag('div',
html_writer::link($url, $this->pix_icon('i/reload', '') .
html_writer::link($url, $this->pix_icon('i/reload', '', '', array('class' => 'icon icon-pre')) .
get_string('reload'), array('title' => get_string('reload'))),
array('class' => 'continuebutton')) . html_writer::empty_tag('br');
}
Expand Down

0 comments on commit c2e10ac

Please sign in to comment.