diff options
author | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
commit | a408bac29378072fbf36864164149458c978cfcc (patch) | |
tree | 67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/newview/skins/xui/en-us/floater_postcard.xml | |
parent | Second Life viewer sources 1.17.0.12 (diff) | |
download | meta-impy-a408bac29378072fbf36864164149458c978cfcc.zip meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2 meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz |
Second Life viewer sources 1.17.1.0
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_postcard.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_postcard.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_postcard.xml b/linden/indra/newview/skins/xui/en-us/floater_postcard.xml index 26fcbcb..27780a4 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_postcard.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_postcard.xml | |||
@@ -23,14 +23,14 @@ | |||
23 | name="subject_label"> | 23 | name="subject_label"> |
24 | Subject: | 24 | Subject: |
25 | </text> | 25 | </text> |
26 | <line_editor bottom_delta="-6" follows="left|top" height="20" left="120" max_length="100" | 26 | <line_editor bottom_delta="-6" follows="left|top" height="20" label="Type your subject here." |
27 | name="subject_form" width="150" /> | 27 | left="120" max_length="100" name="subject_form" width="150" /> |
28 | <text bottom_delta="-23" follows="top|left" font="SansSerif" left="12" | 28 | <text bottom_delta="-23" follows="top|left" font="SansSerif" left="12" |
29 | name="msg_label"> | 29 | name="msg_label"> |
30 | Message: | 30 | Message: |
31 | </text> | 31 | </text> |
32 | <text_editor bottom_delta="-150" follows="left|top|right|bottom" height="140" left="12" | 32 | <text_editor bottom_delta="-150" follows="left|top|right|bottom" height="140" |
33 | max_length="700" name="msg_form" width="420" /> | 33 | left="12" max_length="700" name="msg_form" width="420">Type your message here.</text_editor> |
34 | <check_box bottom_delta="-20" follows="left|bottom" height="18" label="Publish on the web" | 34 | <check_box bottom_delta="-20" follows="left|bottom" height="18" label="Publish on the web" |
35 | left="10" name="allow_publish_check" | 35 | left="10" name="allow_publish_check" |
36 | tool_tip="Publish this postcard on the web." /> | 36 | tool_tip="Publish this postcard on the web." /> |
@@ -47,4 +47,8 @@ | |||
47 | name="cancel_btn" width="150" /> | 47 | name="cancel_btn" width="150" /> |
48 | <button bottom_delta="0" follows="right|bottom" height="20" label="Send" left="285" | 48 | <button bottom_delta="0" follows="right|bottom" height="20" label="Send" left="285" |
49 | name="send_btn" width="150" /> | 49 | name="send_btn" width="150" /> |
50 | |||
51 | <text hidden="true" name="default_subject"> Postcard from Second Life. </text> | ||
52 | <text hidden="true" name="default_message"> Check this out! </text> | ||
53 | |||
50 | </floater> | 54 | </floater> |