Browse Source

Add content card div

Alex 10 tháng trước cách đây
mục cha
commit
42faabcddf
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      active_extensions.php

+ 2 - 0
active_extensions.php

@@ -292,6 +292,7 @@ echo "</table>\n";
 echo "<div id=\"url\"></div>\n";
 echo "<br />\n";
 
+echo "<div class='card'>\n";
 echo "<table width='100%' border='0' cellpadding='0' cellspacing='2'>\n";
 echo "	<tr class='border'>\n";
 if ($event_type=="iframe") {
@@ -316,6 +317,7 @@ if ($event_type=="iframe") {
 echo "	</tr>";
 echo "</table>";
 echo "</div>\n";
+echo "</div>\n";
 
 echo "<script type=\"text/javascript\">\n";
 echo "<!--\n";