style change

This commit is contained in:
Roland Gruber 2012-10-07 11:21:44 +00:00
parent 3377f79fb4
commit 9e5f487b35
4 changed files with 5 additions and 3 deletions

View File

@ -948,6 +948,7 @@ class accountContainer {
$group = new htmlGroup();
// suffix
$group->addElement(new htmlOutputText(_('Suffix')));
$group->addElement(new htmlSpacer('2px', null));
$suffixList = array();
foreach ($this->getOUs() as $suffix) {
$suffixList[getAbstractDN($suffix)] = $suffix;
@ -963,6 +964,7 @@ class accountContainer {
$group->addElement(new htmlSpacer('10px', null));
// RDN selection
$group->addElement(new htmlOutputText(_('RDN identifier')));
$group->addElement(new htmlSpacer('2px', null));
$rdnlist = getRDNAttributes($this->type);
$group->addElement(new htmlSelect('accountContainerRDN', $rdnlist, array($this->rdn)));
$group->addElement(new htmlHelpLink('301'));

View File

@ -113,7 +113,7 @@ echo $_SESSION['header'];
<br><br>
<!-- form to change existing profiles -->
<form action="confmain.php" method="post">
<table align="center" border="2" rules="none" bgcolor="white">
<table align="center" border="2" rules="none" bgcolor="white" class="ui-corner-all">
<tr>
<td style="border-style:none" rowspan="3" width="20"></td>
<td style="border-style:none" height="20"></td>

View File

@ -125,7 +125,7 @@ echo $_SESSION['header'];
<br>
<!-- form to change main options -->
<form action="mainlogin.php" method="post">
<table align="center" border="2" rules="none" bgcolor="white">
<table align="center" border="2" rules="none" bgcolor="white" class="ui-corner-all">
<tr>
<td style="border-style:none" rowspan="3" width="20"></td>
<td style="border-style:none" height="20"></td>

View File

@ -270,7 +270,7 @@ function display_LoginPage($config_object) {
?>
<br><br>
<div style="position:relative; z-index:5;">
<table width="650" align="center" border="2" rules="none" bgcolor="white">
<table width="650" align="center" border="2" rules="none" bgcolor="white" class="ui-corner-all">
<tr>
<td style="border-style:none" width="70" rowspan="2">
<img src="../graphics/lam.png" alt="Logo" style="margin-top: 5px; margin-bottom: 5px;">