Thanks a lot Christie, this is a great way to solve my problem easily, I
would have not thought of that solution. I can now search my item with the
built-in search screen and then simply edit it.
andre
> I don't know if this will help you but I added an "Edit Item" link to the
> bottom of modules/screens/item that would only appear if you were logged
> in and an administrator. I also had it open in a new window, if JS is
> avaialble. The code is:
>
> /* CW - edit item link if admin */
> if((isset($UserInfo["Permission"]["Administrate"])) AND
> ($UserInfo["Permission"]["Administrate"])) {
> print("<BR><BR><A HREF=\"".
> ScreenURL("admin_item",FALSE,array("item"=>$item)) . "\" ");
> if(GENERATE_CLOAKING_CONSTANTS AND
> BROWSER_JAVASCRIPTOK) {
> print(" onClick=\"popupwindow(this.href);
> return false;\"");
> } else {
> print(" TARGET=\"detail\"");
> }
> print(">Edit Item</A>");
> }
>
> Christie Walker
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]