Skip to content

Commit

Permalink
Merge pull request #16 from dgt41/patch-2
Browse files Browse the repository at this point in the history
add close button on modal’s footer
  • Loading branch information
wilsonge committed Sep 4, 2015
2 parents e2bcdab + 1940da5 commit d627511
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
'mediaelement',
array(
'title' => $this->_tmp_video->name,
'footer' => '<button class="btn" data-dismiss="modal" aria-hidden="true">'
. JText::_("JLIB_HTML_BEHAVIOR_CLOSE") . '</button>'
),
'<video class="mejs-player" src="' . COM_MEDIA_BASEURL . '/' . $this->_tmp_video->path_relative . '"></video>'
);

0 comments on commit d627511

Please sign in to comment.