Browse Source

Update template.htm

FusionPBX 6 năm trước cách đây
mục cha
commit
6ac003efe3
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      core/install/resources/views/template.htm

+ 5 - 1
core/install/resources/views/template.htm

@@ -10,6 +10,10 @@
 		<title>FusionPBX</title>
 	</head>
 	<body onload="">
-		{$content}
+		<div id="body" align="center">
+			<div style="width: 70%;">
+				{$content}
+			</div>
+		</div>
 	</body>
 </html>