edit image
This commit is contained in:
parent
6aa997504e
commit
939217ac44
|
@ -123,7 +123,7 @@ class lamList {
|
||||||
if (sizeof($filteredEntries) > 0) {
|
if (sizeof($filteredEntries) > 0) {
|
||||||
// buttons
|
// buttons
|
||||||
$this->listPrintButtons(false);
|
$this->listPrintButtons(false);
|
||||||
echo ("<hr color=\"#999999\">\n");
|
echo ("<hr style=\"background-color: #999999;\">\n");
|
||||||
// navigation bar
|
// navigation bar
|
||||||
$this->listDrawNavigationBar(sizeof($filteredEntries));
|
$this->listDrawNavigationBar(sizeof($filteredEntries));
|
||||||
echo ("<br>\n");
|
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 . "')\"" .
|
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'] . "'\">" . _("Edit") . "</a></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");
|
||||||
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