Skip to content
Snippets Groups Projects
Commit 6c74c65e authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

Fixed bug EXT-6872 (Pop-up menu for hyperlink in 'Delete pick' dialog doesn't work).

Disabled links in the remove pick dialog.
This seems to be the simpliest solution and the same is done e.g. in the teleport confirmation dialog.
I'm not sure how to fix the drop-down menu.

Reviewed by Mike: https://codereview.productengine.com/secondlife/r/269/

--HG--
branch : product-engine
parent bb97af5b
No related branches found
No related tags found
No related merge requests found
...@@ -800,7 +800,7 @@ Insufficient funds to create classified. ...@@ -800,7 +800,7 @@ Insufficient funds to create classified.
icon="alertmodal.tga" icon="alertmodal.tga"
name="DeleteAvatarPick" name="DeleteAvatarPick"
type="alertmodal"> type="alertmodal">
Delete pick [PICK]? Delete pick <nolink>[PICK]</nolink>?
<usetemplate <usetemplate
name="okcancelbuttons" name="okcancelbuttons"
notext="Cancel" notext="Cancel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment