diff options
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_perm_prefs.xml | 108 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_perms_default.xml | 23 |
2 files changed, 0 insertions, 131 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_perm_prefs.xml b/indra/newview/skins/default/xui/en/floater_perm_prefs.xml deleted file mode 100644 index ff454e3ebf..0000000000 --- a/indra/newview/skins/default/xui/en/floater_perm_prefs.xml +++ /dev/null @@ -1,108 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater - legacy_header_height="18" - height="180" - layout="topleft" - name="perm prefs" - help_topic="perm_prefs" - save_rect="true" - title="DEFAULT UPLOAD PERMISSIONS" - width="315"> - <panel - follows="left|top|right|bottom" - height="120" - label="Permissions" - layout="topleft" - left="10" - name="permissions" - top="20" - width="315"> - <check_box - control_name="ShareWithGroup" - height="16" - label="Share with group" - layout="topleft" - left="10" - name="share_with_group" - top="5" - width="150" /> - <check_box - control_name="EveryoneCopy" - height="16" - label="Allow anyone to copy" - layout="topleft" - left_delta="0" - name="everyone_copy" - top_pad="5" - width="150" /> - <text - type="string" - length="1" - follows="left|top" - height="10" - layout="topleft" - left_delta="0" - name="NextOwnerLabel" - top_pad="5" - width="200"> - Next owner can: - </text> - <check_box - control_name="NextOwnerModify" - height="16" - label="Modify" - layout="topleft" - left_delta="0" - name="next_owner_modify" - top_pad="5" - width="150" /> - <check_box - control_name="NextOwnerCopy" - height="16" - label="Copy" - layout="topleft" - left_delta="0" - name="next_owner_copy" - top_pad="5" - width="150" > - <check_box.commit_callback - function="Perms.Copy" /> - </check_box> - <check_box - enabled_control="NextOwnerCopy" - control_name="NextOwnerTransfer" - enabled="false" - height="16" - initial_value="true" - label="Resell/Give away" - layout="topleft" - left_delta="0" - name="next_owner_transfer" - top_pad="5" - width="150" /> - </panel> - <button - height="20" - label="OK" - label_selected="OK" - layout="topleft" - left="90" - name="ok" - top="150" - width="100"> - <button.commit_callback - function="Perms.OK" /> - </button> - <button - height="20" - label="Cancel" - label_selected="Cancel" - layout="topleft" - left_pad="5" - name="cancel" - top_delta="0" - width="100"> - <button.commit_callback - function="Perms.Cancel" /> - </button> -</floater> diff --git a/indra/newview/skins/default/xui/en/floater_perms_default.xml b/indra/newview/skins/default/xui/en/floater_perms_default.xml index ac19be8d15..15077330fd 100644 --- a/indra/newview/skins/default/xui/en/floater_perms_default.xml +++ b/indra/newview/skins/default/xui/en/floater_perms_default.xml @@ -8,7 +8,6 @@ save_rect="true" title="DEFAULT CREATION PERMISSIONS" width="700"> - <panel follows="left|top|right|bottom" height="200" @@ -18,7 +17,6 @@ name="default permissions" top="20" width="690"> - <text type="string" length="1" @@ -31,7 +29,6 @@ width="100"> Copy </text> - <text type="string" length="1" @@ -44,7 +41,6 @@ width="100"> Modify </text> - <text type="string" length="1" @@ -57,7 +53,6 @@ width="100"> Transfer </text> - <text type="string" length="1" @@ -71,7 +66,6 @@ width="100"> Share with group </text> - <text type="string" length="1" @@ -85,8 +79,6 @@ width="120"> Allow anyone to copy </text> - - <text type="string" length="1" @@ -106,7 +98,6 @@ layout="topleft" left_pad="2" width="18"/> - <check_box control_name="ObjectsNextOwnerCopy" height="16" @@ -152,7 +143,6 @@ left_pad="0" top_delta="0" width="100" /> - <text type="string" length="1" @@ -171,7 +161,6 @@ layout="topleft" left_pad="2" width="18"/> - <check_box control_name="UploadsNextOwnerCopy" height="16" @@ -217,7 +206,6 @@ left_pad="0" top_delta="0" width="100" /> - <text type="string" length="1" @@ -236,7 +224,6 @@ layout="topleft" left_pad="2" width="18"/> - <check_box control_name="ScriptsNextOwnerCopy" height="16" @@ -282,7 +269,6 @@ left_pad="0" top_delta="0" width="100" /> - <text type="string" length="1" @@ -301,7 +287,6 @@ layout="topleft" left_pad="2" width="18"/> - <check_box control_name="NotecardsNextOwnerCopy" height="16" @@ -347,7 +332,6 @@ left_pad="0" top_delta="0" width="100" /> - <text type="string" length="1" @@ -366,7 +350,6 @@ layout="topleft" left_pad="2" width="18"/> - <check_box control_name="GesturesNextOwnerCopy" height="16" @@ -412,8 +395,6 @@ left_pad="0" top_delta="0" width="100" /> - - <text type="string" length="1" @@ -432,7 +413,6 @@ layout="topleft" left_pad="2" width="18"/> - <check_box control_name="WearablesNextOwnerCopy" height="16" @@ -478,9 +458,7 @@ left_pad="0" top_delta="0" width="100" /> - </panel> - <button height="20" label="OK" @@ -492,7 +470,6 @@ <button.commit_callback function="PermsDefault.OK" /> </button> - <button height="20" label="Cancel" |