rounded corners for fieldset

This commit is contained in:
Roland Gruber 2011-01-14 19:16:54 +00:00
parent 78f01ff9ee
commit 66a7ac31a7
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
$Id$
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
it under the terms of the GNU General Public License as published by
@ -73,7 +73,7 @@ echo $_SESSION['header'];
</tr>
</table>
<br><br>
<fieldset>
<fieldset class="ui-corner-all">
<legend><b> <?php echo _("LAM configuration"); ?> </b></legend>
<TABLE border="0">
<?php

View File

@ -3,7 +3,7 @@
$Id$
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
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">
<table>
<tr><td>
<fieldset>
<fieldset class="ui-corner-all">
<legend><b> <?php echo _("Profile management"); ?> </b></legend>
<br>
<table cellspacing=0 border=0>