Skip to content

Commit

Permalink
Update OHMSObjectPlugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
libmanuk authored May 24, 2018
1 parent d4f01c6 commit fc6e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OHMSObjectPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function insertOHMSObject($text, $args)
if ($theme == 'admin') {
return "<div class=\"ohms-item\"><p><a href=\"" . $text . "\" target=\"_blank\">" . $text . "</a></p></div>";
} else {
return "<span id=\"vfullscreen\" style=\"float: right;font-size:16px;padding-bottom:10px;padding-top:10px;\"><a href=\"" . $text . "\" target=\"_blank\">access interview in full screen</a>&nbsp;&nbsp;<a href=\"" . $text . "\"><img id=\"vfullscreenicon\" style=\"width: 17px;\" src=\"$base_url/$plugin_subpath/OHMSObject/views/public/images/fullscreenicon.png\"></a></span><div class=\"ohms-item-" . $format . "\"><iframe id=\"iframeid\" src=\"" . $text . "\" name=\"viewer\" height=\"100%\" width=\"100%\" scrolling=\"no\"></iframe></div>";
return "<span id=\"vfullscreen\" style=\"float: right;font-size:16px;padding-bottom:10px;padding-top:10px;\"><a href=\"" . $text . "\" target=\"_blank\">access interview in full screen</a>&nbsp;&nbsp;<a href=\"" . $text . "\"><img id=\"vfullscreenicon\" style=\"width: 17px;\" src=\"" . $base_url . "/" . $plugin_subpath . "/OHMSObject/views/public/images/fullscreenicon.png\"></a></span><div class=\"ohms-item-" . $format . "\"><iframe id=\"iframeid\" src=\"" . $text . "\" name=\"viewer\" height=\"100%\" width=\"100%\" scrolling=\"no\"></iframe></div>";
}

}
Expand Down

0 comments on commit fc6e532

Please sign in to comment.