소스 검색

cosmetic fixes

rajven 3 년 전
부모
커밋
c3b8598a22
1개의 변경된 파일3개의 추가작업 그리고 7개의 파일을 삭제
  1. 3 7
      html/admin/devices/devmodels.php

+ 3 - 7
html/admin/devices/devmodels.php

@@ -113,13 +113,9 @@ foreach ($t_ou as $row) {
 }
 ?>
 </table>
-<table>
-<tr>
-<td><input type=text name=new_model value="Unknown"></td>
-<td><input type="submit" name="create" value="<?php echo WEB_btn_add; ?>"></td>
-<td align="right"></td>
-</tr>
-</table>
+<div><input type=text name=new_model value="Unknown">
+<input type="submit" name="create" value="<?php echo WEB_btn_add; ?>">
+</div>
 </form>
 <?php
 require_once ($_SERVER['DOCUMENT_ROOT']."/inc/footer.php");