Project

General

Profile

« Previous | Next » 

Revision 47c00c09

Added by Scott Ullrich about 17 years ago

move CSS header to correct location

View differences:

usr/local/www/vpn_openvpn_client.php
241 241
		print_info_box($savemsg);
242 242
?>
243 243
<table width="100%" border="0" cellpadding="0" cellspacing="0">
244
	<tr>
245
		<td colspan="2" valign="top" class="listtopic">General information</td>
246
	</tr>
247 244
 	<tr>
248 245
		<td class="tabnavtbl">
249 246
			<ul id="tabnav">
......
264 261

  
265 262
			<form action="vpn_openvpn_client.php" method="post" name="iform" id="iform" onsubmit="presubmit()">
266 263
				<table width="100%" border="0" cellpadding="6" cellspacing="0">
264
					<tr>
265
						<td colspan="2" valign="top" class="listtopic">General information</td>
266
					</tr>
267 267
					<tr>
268 268
						<td width="22%" valign="top" class="vncellreq">Disabled</td>
269 269
						<td width="78%" class="vtable">
usr/local/www/vpn_openvpn_csc.php
282 282
?>
283 283
<table width="100%" border="0" cellpadding="0" cellspacing="0">
284 284
 	<tr>
285
		<tr>
286
			<td colspan="2" valign="top" class="listtopic">General information</td>
287
		</tr>	
288 285
		<td class="tabnavtbl">
289 286
			<ul id="tabnav">
290 287
			<?php 
......
304 301

  
305 302
			<form action="vpn_openvpn_csc.php" method="post" name="iform" id="iform" onsubmit="presubmit()">
306 303
				<table width="100%" border="0" cellpadding="6" cellspacing="0">
304
					<tr>
305
						<td colspan="2" valign="top" class="listtopic">General information</td>
306
					</tr>	
307 307
					<tr>
308 308
						<td width="22%" valign="top" class="vncellreq">Disabled</td>
309 309
						<td width="78%" class="vtable">
usr/local/www/vpn_openvpn_server.php
382 382
?>
383 383
<table width="100%" border="0" cellpadding="0" cellspacing="0">
384 384
 	<tr>
385
		<tr>
386
			<td colspan="2" valign="top" class="listtopic">General information</td>
387
		</tr>	
388 385
		<td class="tabnavtbl">
389 386
			<ul id="tabnav">
390 387
			<?php 
......
404 401

  
405 402
			<form action="vpn_openvpn_server.php" method="post" name="iform" id="iform" onsubmit="presubmit()">
406 403
				<table width="100%" border="0" cellpadding="6" cellspacing="0">
404
					<tr>
405
						<td colspan="2" valign="top" class="listtopic">General information</td>
406
					</tr>	
407 407
					<tr>
408 408
						<td width="22%" valign="top" class="vncellreq">Disabled</td>
409 409
						<td width="78%" class="vtable">

Also available in: Unified diff