MAINT-6050 Link the owner's name in the Open URL dialog to their profile
parent
1e682ef5ca
commit
f98160ebcd
|
|
@ -7442,7 +7442,7 @@ void callback_load_url_name(const LLUUID& id, const std::string& full_name, bool
|
|||
args["URL"] = load_url_info["url"].asString();
|
||||
args["MESSAGE"] = load_url_info["message"].asString();;
|
||||
args["OBJECTNAME"] = load_url_info["object_name"].asString();
|
||||
args["NAME"] = owner_name;
|
||||
args["NAME_SLURL"] = LLSLURL(is_group ? "group" : "agent", id, "about").getSLURLString();
|
||||
|
||||
LLNotificationsUtil::add("LoadWebPage", args, load_url_info);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7520,8 +7520,8 @@ Load web page [URL] ?
|
|||
|
||||
[MESSAGE]
|
||||
|
||||
From object: <nolink>[OBJECTNAME]</nolink>, owner: [NAME]
|
||||
<tag>confirm</tag>
|
||||
From object: <nolink>[OBJECTNAME]</nolink>, owner: [NAME_SLURL]
|
||||
<tag>confirm</tag>
|
||||
<form name="form">
|
||||
<button
|
||||
index="0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue