www/set_devices.php

changeset 699
35382668a140
parent 689
f94b525f7563
child 703
344470c6bb1c
--- a/www/set_devices.php	Tue Apr 23 13:06:33 2024 +0200
+++ b/www/set_devices.php	Tue Apr 23 16:52:13 2024 +0200
@@ -74,6 +74,25 @@
     </div>
    </div>
 
+   <div id="addWindow">
+    <div>
+     Add new device
+    </div>
+    <div>
+     <div>
+      Select a new device type and press "OK" to create a new device record.<br>
+      Press "Cancel" to close without adding a new device.
+     </div>
+     <div>
+      <div style="float: right; margin-top: 25px; margin-bottom: 10px;">
+       <div style="float: left; margin-right: 15px" id="addType"></div>
+       <input type="button" id="addOk" value="OK" style="margin-right: 15px" />
+       <input type="button" id="addCancel" value="Cancel" style="margin-right: 65px" />
+      </div>
+     </div>
+    </div>
+   </div>
+
 <?php
 confirm_delete();
 page_footer();

mercurial