www/set_devices.php

changeset 699
35382668a140
parent 689
f94b525f7563
child 703
344470c6bb1c
equal deleted inserted replaced
698:92a080c1a5d5 699:35382668a140
72 <input style="margin-right: 595px;" type="button" id="Save" value="Save" /> 72 <input style="margin-right: 595px;" type="button" id="Save" value="Save" />
73 </div> 73 </div>
74 </div> 74 </div>
75 </div> 75 </div>
76 76
77 <div id="addWindow">
78 <div>
79 Add new device
80 </div>
81 <div>
82 <div>
83 Select a new device type and press "OK" to create a new device record.<br>
84 Press "Cancel" to close without adding a new device.
85 </div>
86 <div>
87 <div style="float: right; margin-top: 25px; margin-bottom: 10px;">
88 <div style="float: left; margin-right: 15px" id="addType"></div>
89 <input type="button" id="addOk" value="OK" style="margin-right: 15px" />
90 <input type="button" id="addCancel" value="Cancel" style="margin-right: 65px" />
91 </div>
92 </div>
93 </div>
94 </div>
95
77 <?php 96 <?php
78 confirm_delete(); 97 confirm_delete();
79 page_footer(); 98 page_footer();
80 ?> 99 ?>

mercurial