mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Added content card to applications (#7121)
This commit is contained in:
@@ -132,10 +132,12 @@ else if (window.attachEvent) {
|
||||
echo "<br /><br />\n";
|
||||
|
||||
//show the content
|
||||
echo "<div id='ajax_response'></div>";
|
||||
echo "<div class='card'>\n";
|
||||
echo " <div id='ajax_response'></div>";
|
||||
echo "</div>\n";
|
||||
echo "<br><br>";
|
||||
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user