FusionPBX 6 жил өмнө
parent
commit
9785428873

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

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