summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_create_certs.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-17 23:07:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-17 23:07:20 +0000
commitc260f1d570993f867833763e1094ade1ab9ed273 (patch)
tree32ca04c1fe4eda46c0739cc5f4bd7afc50a0463b /usr/local/www/system_advanced_create_certs.php
parent13128695a840b228e56a813b5af44f135f33f02e (diff)
downloadpfsense-c260f1d570993f867833763e1094ade1ab9ed273.zip
pfsense-c260f1d570993f867833763e1094ade1ab9ed273.tar.gz
Cleanup table, make all fields bold.
Diffstat (limited to 'usr/local/www/system_advanced_create_certs.php')
-rwxr-xr-xusr/local/www/system_advanced_create_certs.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/usr/local/www/system_advanced_create_certs.php b/usr/local/www/system_advanced_create_certs.php
index 4192c79..6ec1151 100755
--- a/usr/local/www/system_advanced_create_certs.php
+++ b/usr/local/www/system_advanced_create_certs.php
@@ -137,54 +137,54 @@ if ($_POST) {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<form action="system_advanced_create_certs.php" method="post" name="iform" id="iform">
<?php include("fbegin.inc"); ?>
- <p class="pgtitle">System: Advanced functions - Create Certificates</p>
+ <p class="pgtitle">System: Advanced - Create Certificates</p>
- <table>
+ <table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td width="22%" valign="top" class="vncell">Country Code (2 Letters)</td>
+ <td width="35%" valign="top" class="vncell"><B>Country Code (2 Letters)</td>
<td width="78%" class="vtable">
<input name="countrycode" value="<?=$countrycode?>">
</span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">State or Province name</td>
+ <td width="35%" valign="top" class="vncell"><B>State or Province name</td>
<td width="78%" class="vtable">
<input name="stateorprovince" value="<?=$stateorprovince?>">
</span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">City name</td>
+ <td width="35%" valign="top" class="vncell"><B>City name</td>
<td width="78%" class="vtable">
<input name="cityname" value="<?=$cityname?>">
</span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Organization name</td>
+ <td width="35%" valign="top" class="vncell"><B>Organization name</td>
<td width="78%" class="vtable">
<input name="orginizationname" value="<?=$orginizationname?>">
</span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Organization department</td>
+ <td width="35%" valign="top" class="vncell"><B>Organization department</td>
<td width="78%" class="vtable">
<input name="orginizationdepartment" value="<?=$orginizationdepartment?>">
</span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Common Name (Your name)</td>
+ <td width="35%" valign="top" class="vncell"><B>Common Name (Your name)</td>
<td width="78%" class="vtable">
<input name="commonname" value="<?=$commonname?>">
</span></td>
</tr>
-
+
<!--
<tr>
- <td width="22%" valign="top" class="vncell">E-Mail address</td>
+ <td width="35%" valign="top" class="vncell"><B>E-Mail address</td>
<td width="78%" class="vtable">
<input name="email" value="<?=$email?>">
</span></td>
@@ -192,7 +192,7 @@ if ($_POST) {
-->
<tr>
- <td width="22%" valign="top">&nbsp;</td>
+ <td width="35%" valign="top">&nbsp;</td>
<td width="78%">
<input name="Submit" type="submit" class="formbtn" value="Save" onclick="enable_change(true)">
</td>
OpenPOWER on IntegriCloud