RELEASE 1.1.0.7

This commit is contained in:
Deon George
2009-06-30 22:05:31 +10:00
parent 647f86562f
commit 388783fc84
29 changed files with 444 additions and 434 deletions

View File

@@ -1,4 +1,4 @@
/* $Header: /cvsroot/phpldapadmin/phpldapadmin/htdocs/css/style.css,v 1.48.2.8 2008/12/19 00:38:31 wurley Exp $ */
/* $Header: /cvsroot/phpldapadmin/phpldapadmin/htdocs/css/style.css,v 1.48.2.9 2009/03/20 07:33:04 wurley Exp $ */
/* Global Page */
table.page {
@@ -7,7 +7,7 @@ table.page {
font-family: bitstream vera sans,luxi sans,verdana,geneva,arial,helvetica,sans-serif;
background-color: #FFFFFF;
font-size: 11pt;
font-size: 13px;
empty-cells: hide;
}
@@ -187,7 +187,7 @@ table.page table.body td.foot {
table.page tr.foot td {
border-top: 1px solid #AAAACC;
font-weight: bold;
font-size: 10pt;
font-size: 12px;
text-align: right;
}
@@ -415,7 +415,7 @@ table.menu td.icon {
/* Edit DN */
div.add_value {
font-size: 10pt;
font-size: 12px;
margin: 0px;
padding: 0px;
}
@@ -825,7 +825,7 @@ table.error th {
background-color: #AA0000;
border: 0px;
color: #FFFFFF;
font-size: 12pt;
font-size: 14px;
font-weight: bold;
text-align: center;
vertical-align: middle;

View File

@@ -1,5 +1,5 @@
<?php
// $Header: /cvsroot/phpldapadmin/phpldapadmin/htdocs/update.php,v 1.29.2.3 2008/12/12 12:20:22 wurley Exp $
// $Header: /cvsroot/phpldapadmin/phpldapadmin/htdocs/update.php,v 1.29.2.4 2009/01/05 14:25:48 wurley Exp $
/**
* Updates or deletes a value from a specified attribute for a specified dn.
@@ -91,7 +91,7 @@ foreach ($entry['update'] as $attr_name => $val) {
$href['search'] = sprintf('cmd.php?cmd=search&search=true&form=advanced&server_id=%s&filter=%s=%s',
$ldapserver->server_id,$attr_name,$badattr);
error(sprintf(_('Your attempt to add <b>%s</b> (<i>%s</i>) to <br><b>%s</b><br> is NOT allowed. That attribute/value belongs to another entry.<p>You might like to <a href="%s">search</a> for that entry.'),
error(sprintf(_('Your attempt to add <b>%s</b> (<i>%s</i>) to <br><b>%s</b><br> is NOT allowed. That attribute/value belongs to another entry.<p>You might like to <a href=\'%s\'>search</a> for that entry.'),
$attr_name,$badattr,$entry['dn']['string'],$href['search']),'error','index.php');
}