style change
This commit is contained in:
parent
3377f79fb4
commit
9e5f487b35
|
@ -948,6 +948,7 @@ class accountContainer {
|
||||||
$group = new htmlGroup();
|
$group = new htmlGroup();
|
||||||
// suffix
|
// suffix
|
||||||
$group->addElement(new htmlOutputText(_('Suffix')));
|
$group->addElement(new htmlOutputText(_('Suffix')));
|
||||||
|
$group->addElement(new htmlSpacer('2px', null));
|
||||||
$suffixList = array();
|
$suffixList = array();
|
||||||
foreach ($this->getOUs() as $suffix) {
|
foreach ($this->getOUs() as $suffix) {
|
||||||
$suffixList[getAbstractDN($suffix)] = $suffix;
|
$suffixList[getAbstractDN($suffix)] = $suffix;
|
||||||
|
@ -963,6 +964,7 @@ class accountContainer {
|
||||||
$group->addElement(new htmlSpacer('10px', null));
|
$group->addElement(new htmlSpacer('10px', null));
|
||||||
// RDN selection
|
// RDN selection
|
||||||
$group->addElement(new htmlOutputText(_('RDN identifier')));
|
$group->addElement(new htmlOutputText(_('RDN identifier')));
|
||||||
|
$group->addElement(new htmlSpacer('2px', null));
|
||||||
$rdnlist = getRDNAttributes($this->type);
|
$rdnlist = getRDNAttributes($this->type);
|
||||||
$group->addElement(new htmlSelect('accountContainerRDN', $rdnlist, array($this->rdn)));
|
$group->addElement(new htmlSelect('accountContainerRDN', $rdnlist, array($this->rdn)));
|
||||||
$group->addElement(new htmlHelpLink('301'));
|
$group->addElement(new htmlHelpLink('301'));
|
||||||
|
|
|
@ -113,7 +113,7 @@ echo $_SESSION['header'];
|
||||||
<br><br>
|
<br><br>
|
||||||
<!-- form to change existing profiles -->
|
<!-- form to change existing profiles -->
|
||||||
<form action="confmain.php" method="post">
|
<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>
|
<tr>
|
||||||
<td style="border-style:none" rowspan="3" width="20"></td>
|
<td style="border-style:none" rowspan="3" width="20"></td>
|
||||||
<td style="border-style:none" height="20"></td>
|
<td style="border-style:none" height="20"></td>
|
||||||
|
|
|
@ -125,7 +125,7 @@ echo $_SESSION['header'];
|
||||||
<br>
|
<br>
|
||||||
<!-- form to change main options -->
|
<!-- form to change main options -->
|
||||||
<form action="mainlogin.php" method="post">
|
<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>
|
<tr>
|
||||||
<td style="border-style:none" rowspan="3" width="20"></td>
|
<td style="border-style:none" rowspan="3" width="20"></td>
|
||||||
<td style="border-style:none" height="20"></td>
|
<td style="border-style:none" height="20"></td>
|
||||||
|
|
|
@ -270,7 +270,7 @@ function display_LoginPage($config_object) {
|
||||||
?>
|
?>
|
||||||
<br><br>
|
<br><br>
|
||||||
<div style="position:relative; z-index:5;">
|
<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>
|
<tr>
|
||||||
<td style="border-style:none" width="70" rowspan="2">
|
<td style="border-style:none" width="70" rowspan="2">
|
||||||
<img src="../graphics/lam.png" alt="Logo" style="margin-top: 5px; margin-bottom: 5px;">
|
<img src="../graphics/lam.png" alt="Logo" style="margin-top: 5px; margin-bottom: 5px;">
|
||||||
|
|
Loading…
Reference in New Issue