title for edit image
This commit is contained in:
parent
e217e8af31
commit
ecb7b6566f
|
@ -384,7 +384,9 @@ class lamList {
|
||||||
echo " <td height=22 align=\"center\"><input onClick=\"list_click(this, '" . $info[$i]['LAM_ID'] . "', '" . $this->type . "')\"" .
|
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";
|
" type=\"checkbox\" name=\"" . $info[$i]['LAM_ID'] . "\"></td>\n";
|
||||||
}
|
}
|
||||||
echo (" <td align='center'><a href=\"../account/edit.php?type=" . $this->type . "&DN='" . $info[$i]['dn'] . "'\"><img src=\"../../graphics/edit.gif\" alt=\"" . _("Edit") . "\"></a></td>\n");
|
echo " <td align='center'><a href=\"../account/edit.php?type=" . $this->type . "&DN='" . $info[$i]['dn'] . "'\">";
|
||||||
|
echo "<img src=\"../../graphics/edit.gif\" alt=\"" . _("Edit") . "\" title=\"" . _("Edit") . "\">";
|
||||||
|
echo "</a></td>\n";
|
||||||
for ($k = 0; $k < sizeof($this->attrArray); $k++) {
|
for ($k = 0; $k < sizeof($this->attrArray); $k++) {
|
||||||
echo ("<td>");
|
echo ("<td>");
|
||||||
$attrName = strtolower($this->attrArray[$k]);
|
$attrName = strtolower($this->attrArray[$k]);
|
||||||
|
|
Loading…
Reference in New Issue