rounded corners for fieldset
This commit is contained in:
parent
78f01ff9ee
commit
66a7ac31a7
|
@ -3,7 +3,7 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2003 - 2010 Roland Gruber
|
Copyright (C) 2003 - 2011 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -73,7 +73,7 @@ echo $_SESSION['header'];
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br><br>
|
<br><br>
|
||||||
<fieldset>
|
<fieldset class="ui-corner-all">
|
||||||
<legend><b> <?php echo _("LAM configuration"); ?> </b></legend>
|
<legend><b> <?php echo _("LAM configuration"); ?> </b></legend>
|
||||||
<TABLE border="0">
|
<TABLE border="0">
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2003 - 2010 Roland Gruber
|
Copyright (C) 2003 - 2011 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -191,7 +191,7 @@ if (!isset($cfg->default)) {
|
||||||
<form action="profmanage.php" method="post">
|
<form action="profmanage.php" method="post">
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<fieldset>
|
<fieldset class="ui-corner-all">
|
||||||
<legend><b> <?php echo _("Profile management"); ?> </b></legend>
|
<legend><b> <?php echo _("Profile management"); ?> </b></legend>
|
||||||
<br>
|
<br>
|
||||||
<table cellspacing=0 border=0>
|
<table cellspacing=0 border=0>
|
||||||
|
|
Loading…
Reference in New Issue