diff options
| author | Paul Guslisty <pguslisty@productengine.com> | 2010-11-11 14:51:05 +0200 | 
|---|---|---|
| committer | Paul Guslisty <pguslisty@productengine.com> | 2010-11-11 14:51:05 +0200 | 
| commit | 608d58c1149cf597b1fcf8f0b37f39f6cbc108f2 (patch) | |
| tree | 330c0ccdd558b84e3b7e2cc4c23e62580b66922d | |
| parent | fd145f10b263628c42afcb452950b54735dbdde0 (diff) | |
STORM-585 FIXED Layout cleanup in the Privacy tab in Preferences
- Increased vertical paddings between checkbox groups
- Changed label of IM checkbox group from "Logs:" to "Chat Logs:"
- Changed label of checkbox from "Add timestamp" to "Add timestamp to each line in chat log"
- Added checkbox "Add datestamp to log file name". For now this checkbox is not working, it's just a stub for a future functionality.
- Added descriptive text for the "Block List" button
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_privacy.xml | 35 | 
1 files changed, 29 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml b/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml index 4ebd4c76f8..b396eba0b4 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml @@ -47,7 +47,7 @@       layout="topleft"       left="30"       name="online_visibility" -     top_pad="20" +     top_pad="30"       width="350" />      <check_box       enabled_control="EnableVoiceChat" @@ -78,9 +78,9 @@       left="30"       mouse_opaque="false"       name="Logs:" -     top_pad="10" +     top_pad="30"       width="350"> -        Logs: +        Chat Logs:      </text>      <check_box  	 enabled="false" @@ -108,12 +108,21 @@       control_name="LogTimestamp"  	 enabled="false"       height="16" -     label="Add timestamp" +     label="Add timestamp to each line in chat log"       layout="topleft"       left_delta="0"       name="show_timestamps_check_im"       top_pad="10"       width="237" /> +    <check_box +	 enabled="false" +     height="16" +     label="Add datestamp to log file name" +     layout="topleft" +     left_delta="0" +     name="show_datestamps_check_im" +     top_pad="10" +     width="237" />      <text       type="string"       length="1" @@ -123,7 +132,7 @@       left_delta="0"       mouse_opaque="false"       name="log_path_desc" -     top_pad="5" +     top_pad="30"       width="128">          Location of logs:      </text>     @@ -160,11 +169,25 @@       layout="topleft"       left="30"       name="block_list" -     top_pad="20" +     top_pad="35"       width="145">          <!--<button.commit_callback           function="SideTray.ShowPanel"-->        <button.commit_callback           function="Pref.BlockList"/>      </button> +    <text +     type="string" +     length="1" +     follows="left|top" +     height="10" +     layout="topleft" +     left_pad="10" +     mouse_opaque="false" +     name="cache_size_label_l" +     top_delta="3" +     text_color="LtGray_50" +     width="300"> +       (People and/or Objects you have blocked) +    </text>      </panel>  | 
