Add content card to device export and pin numbers (#7297)

* Add content card to device export and pin numbers

* Update pin_numbers.php

* Update pin_number_edit.php

* Update device_download.php
This commit is contained in:
Alex
2025-03-10 10:26:27 -06:00
committed by GitHub
parent 8ef90b9dcc
commit 35aa781c90
3 changed files with 13 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2023
Portions created by the Initial Developer are Copyright (C) 2008-2025
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -252,6 +252,7 @@
$x = 0;
foreach ($available_columns as $table_name => $columns) {
$table_name_label = ucwords(str_replace(['-','_',],' ', $table_name));
echo "<div class='card'>\n";
echo "<div class='category'>\n";
echo "<b>".$table_name_label."</b>\n";
echo "<br>\n";
@@ -284,6 +285,7 @@
echo "</table>\n";
echo "<br>\n";
echo "</div>\n";
echo "</div>\n";
}
}