Confirmation for removing users, also reposition the remove button icon
This commit is contained in:
@@ -9780,6 +9780,17 @@ AntiSpam: Blocked newline flood from [SOURCE] (over [AMOUNT] newlines).
|
||||
</notification>
|
||||
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="ConfirmDeleteUser"
|
||||
type="alertmodal">
|
||||
Are you sure you want to delete the selected user?
|
||||
<usetemplate
|
||||
name="okcancelbuttonscanceldefault"
|
||||
yestext="Yes"
|
||||
notext="No"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="RadarChatKeysRequest"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
http://secondlife.com/account/request.php
|
||||
</string>
|
||||
<layout_stack name="element_stack" border_size="0" left="28" right="800" top="70" bottom="10" follows="left|bottom" orientation="horizontal">
|
||||
<layout_panel name="name_panel" left="0" user_resize="false" auto_resize="false" width="183" min_width="0">
|
||||
<layout_panel name="name_panel" left="0" user_resize="false" auto_resize="false" width="163" min_width="0">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="44" drop_shadow_visible="true" follows="left|bottom"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
@@ -25,11 +25,11 @@
|
||||
font="SansSerif" handle_edit_keys_directly="true" height="20" left="4"
|
||||
max_chars="64" mouse_opaque="true" name="username_combo"
|
||||
select_all_on_focus_received="true" width="155" allow_text_entry="true" />
|
||||
<button bottom_delta="0" left_delta="155" height="20" width="20" follows="left|bottom" image_overlay="inv_folder_trash.tga" scale_image="true" label="" tool_tip="Delete the currently selected remembered login info, if any." name="remove_login"/>
|
||||
<check_box bottom="0" control_name="RememberName"
|
||||
follows="left|bottom" font="SansSerifSmall" height="16"
|
||||
initial_value="true" label="Remember name"
|
||||
left="0" mouse_opaque="true" name="remember_name_check" width="158" />
|
||||
<button bottom_delta="0" left="140" height="20" width="20" follows="left|bottom" image_overlay="inv_folder_trash.tga" scale_image="true" label="" tool_tip="Delete the currently selected remembered login info, if any." name="remove_login"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="password_panel" left="0" user_resize="false" auto_resize="false" width="134" min_width="0">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
|
||||
Reference in New Issue
Block a user