add multiple line export feature (#7090)

* move permissions to top of page and use single database object

* use a domain array instead of session

* use a domain array instead of session

* add multiple line export feature
Exporting devices with multiple lines did not show headers for extra columns if the first device listed only had a single line and the other devices had multiple lines. This adds a feature to export multiple lines for devices using the "duplicate column feature" so that the import feature can detect and import all lines for the device.

* Update device_download.php
This commit is contained in:
frytimo
2024-08-09 17:57:53 -06:00
committed by GitHub
parent 64b565d974
commit 10bd1b9f9f
4 changed files with 185 additions and 74 deletions
+1
View File
@@ -520,6 +520,7 @@
echo " <select class='formfld' style='width:40px;' name='data_delimiter'>\n";
echo " <option value=','>,</option>\n";
echo " <option value='|'>|</option>\n";
echo " <option value=' '>TAB</option>\n";
echo " </select>\n";
echo "<br />\n";
echo $text['description-import_delimiter']."\n";