Skip to content

Commit

Permalink
Item658: use html rather than a non-localised image to start the pres…
Browse files Browse the repository at this point in the history
…entation - also means its styled reasonably

git-svn-id: http://svn.foswiki.org/trunk@16021 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Nov 14, 2012
1 parent 24fc62c commit bdc18f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ s/%BUTTON_NEXT%/htmlButton('Next', "$viewUrl$qstring#$next", 'next.gif', 'Next s
# s
$theButtons =~
s/%BUTTON_START%/htmlButton('Start', "$viewUrl$qstring#1", 'startpres.gif', 'Start presentation')/e;
s/%BUTTON_START%/%BUTTON{"%MAKETEXT{"Start presentation"}%" accesskey="s" href="$viewUrl$qstring#1" icon="page_white_powerpoint"}%/;
# e
my $anchor = 'StartPresentation';
Expand Down

0 comments on commit bdc18f9

Please sign in to comment.