Explorar el Código

cosmetic fixes

rajven hace 3 años
padre
commit
c3b8598a22
Se han modificado 1 ficheros con 3 adiciones y 7 borrados
  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>
-<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>
 </form>
 <?php
 <?php
 require_once ($_SERVER['DOCUMENT_ROOT']."/inc/footer.php");
 require_once ($_SERVER['DOCUMENT_ROOT']."/inc/footer.php");