forked from fusionpbx/fusionpbx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple Apps: Integrate content cards.
- Loading branch information
Showing
33 changed files
with
96 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
The Initial Developer of the Original Code is | ||
Mark J Crane <[email protected]> | ||
Portions created by the Initial Developer are Copyright (C) 2018 - 2022 | ||
Portions created by the Initial Developer are Copyright (C) 2018-2024 | ||
the Initial Developer. All Rights Reserved. | ||
*/ | ||
|
||
|
@@ -359,6 +359,7 @@ | |
} | ||
} | ||
|
||
echo "<div class='card'>\n"; | ||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n"; | ||
|
||
echo "<tr>\n"; | ||
|
@@ -473,6 +474,7 @@ | |
echo "</tr>\n"; | ||
|
||
echo "</table>"; | ||
echo "</div>"; | ||
echo "<br /><br />"; | ||
|
||
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
The Initial Developer of the Original Code is | ||
Mark J Crane <[email protected]> | ||
Portions created by the Initial Developer are Copyright (C) 2008-2023 | ||
Portions created by the Initial Developer are Copyright (C) 2008-2024 | ||
the Initial Developer. All Rights Reserved. | ||
Contributor(s): | ||
|
@@ -162,6 +162,8 @@ function str_getcsv($input, $delimiter = ",", $enclosure = '"', $escape = "\\") | |
echo "</div>\n"; | ||
|
||
echo $text['description-import']."\n"; | ||
|
||
echo "<div class='card'>\n"; | ||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n"; | ||
|
||
//loop through the lines and fields | ||
|
@@ -195,6 +197,7 @@ function str_getcsv($input, $delimiter = ",", $enclosure = '"', $escape = "\\") | |
} | ||
|
||
echo "</table>\n"; | ||
echo "</div>\n"; | ||
echo "<br /><br />\n"; | ||
|
||
echo "<input name='action' type='hidden' value='import'>\n"; | ||
|
@@ -370,6 +373,7 @@ function get_parent($schema,$table_name) { | |
echo $text['description-import']."\n"; | ||
echo "<br /><br />\n"; | ||
|
||
echo "<div class='card'>\n"; | ||
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'>\n"; | ||
|
||
echo "<tr>\n"; | ||
|
@@ -440,6 +444,7 @@ function get_parent($schema,$table_name) { | |
echo "</tr>\n"; | ||
|
||
echo "</table>\n"; | ||
echo "</div>\n"; | ||
echo "<br /><br />\n"; | ||
|
||
echo "<input name='type' type='hidden' value='csv'>\n"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
The Initial Developer of the Original Code is | ||
Mark J Crane <[email protected]> | ||
Portions created by the Initial Developer are Copyright (C) 2018 - 2023 | ||
Portions created by the Initial Developer are Copyright (C) 2018-2024 | ||
the Initial Developer. All Rights Reserved. | ||
Contributor(s): | ||
|
@@ -192,6 +192,7 @@ | |
echo "<input type='hidden' id='action' name='action' value=''>\n"; | ||
echo "<input type='hidden' name='search' value=\"".escape($search)."\">\n"; | ||
|
||
echo "<div class='card'>\n"; | ||
echo "<table class='list'>\n"; | ||
echo "<tr class='list-header'>\n"; | ||
if (permission_exists('access_control_add') || permission_exists('access_control_edit') || permission_exists('access_control_delete')) { | ||
|
@@ -242,6 +243,7 @@ | |
} | ||
|
||
echo "</table>\n"; | ||
echo "</div>\n"; | ||
echo "<br />\n"; | ||
|
||
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.