edit image

This commit is contained in:
Roland Gruber 2007-03-24 13:59:24 +00:00
parent 6aa997504e
commit 939217ac44
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ class lamList {
if (sizeof($filteredEntries) > 0) {
// buttons
$this->listPrintButtons(false);
echo ("<hr color=\"#999999\">\n");
echo ("<hr style=\"background-color: #999999;\">\n");
// navigation bar
$this->listDrawNavigationBar(sizeof($filteredEntries));
echo ("<br>\n");
@ -384,7 +384,7 @@ class lamList {
echo " <td height=22 align=\"center\"><input onClick=\"list_click(this, '" . $info[$i]['LAM_ID'] . "', '" . $this->type . "')\"" .
" type=\"checkbox\" name=\"" . $info[$i]['LAM_ID'] . "\"></td>\n";
}
echo (" <td align='center'><a href=\"../account/edit.php?type=" . $this->type . "&amp;DN='" . $info[$i]['dn'] . "'\">" . _("Edit") . "</a></td>\n");
echo (" <td align='center'><a href=\"../account/edit.php?type=" . $this->type . "&amp;DN='" . $info[$i]['dn'] . "'\"><img src=\"../../graphics/edit.gif\" alt=\"" . _("Edit") . "\"></a></td>\n");
for ($k = 0; $k < sizeof($this->attrArray); $k++) {
echo ("<td>");
$attrName = strtolower($this->attrArray[$k]);