瀏覽代碼

Update template.htm

FusionPBX 6 年之前
父節點
當前提交
9785428873
共有 1 個文件被更改,包括 5 次插入1 次删除
  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>