/indra/newview/skins/default/xui/en/panel_place_profile.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 999 lines · 997 code · 0 blank · 2 comment · 0 complexity · e412067a1929a86a4e15c3af3d10f95f MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. follows="all"
  5. height="610"
  6. layout="topleft"
  7. left="0"
  8. min_height="350"
  9. name="place_profile"
  10. top="20"
  11. width="333">
  12. <string
  13. name="on"
  14. value="On" />
  15. <string
  16. name="off"
  17. value="Off" />
  18. <string
  19. name="anyone"
  20. value="Anyone" />
  21. <string
  22. name="available"
  23. value="available" />
  24. <string
  25. name="allocated"
  26. value="allocated" />
  27. <string
  28. name="title_place"
  29. value="Place Profile" />
  30. <string
  31. name="title_teleport_history"
  32. value="Teleport History" />
  33. <string
  34. name="not_available"
  35. value="(N\A)" />
  36. <string
  37. name="unknown"
  38. value="(unknown)" />
  39. <string
  40. name="public"
  41. value="(public)" />
  42. <string
  43. name="none_text"
  44. value="(none)" />
  45. <string
  46. name="sale_pending_text"
  47. value="(Sale Pending)" />
  48. <string
  49. name="group_owned_text"
  50. value="(Group Owned)" />
  51. <string
  52. name="price_text"
  53. value="L$" />
  54. <string
  55. name="area_text"
  56. value="m˛" />
  57. <string
  58. name="all_residents_text"
  59. value="All Residents" />
  60. <string
  61. name="group_text"
  62. value="Group" />
  63. <string
  64. name="can_resell">
  65. Purchased land in this region may be resold.
  66. </string>
  67. <string
  68. name="can_not_resell">
  69. Purchased land in this region may not be resold.
  70. </string>
  71. <string
  72. name="can_change">
  73. Purchased land in this region may be joined or subdivided.
  74. </string>
  75. <string
  76. name="can_not_change">
  77. Purchased land in this region may not be joined or subdivided.
  78. </string>
  79. <string
  80. name="server_update_text">
  81. Place information not available without server update.
  82. </string>
  83. <string
  84. name="server_error_text">
  85. Information about this location is unavailable at this time, please try again later.
  86. </string>
  87. <string
  88. name="server_forbidden_text">
  89. Information about this location is unavailable due to access restrictions. Please check your permissions with the parcel owner.
  90. </string>
  91. <string
  92. name="acquired_date">
  93. [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
  94. </string>
  95. <!-- Texture names for parcel permissions icons -->
  96. <string
  97. name="icon_PG"
  98. translate="false"
  99. value="Parcel_PG_Dark" />
  100. <string
  101. name="icon_M"
  102. translate="false"
  103. value="Parcel_M_Dark" />
  104. <string
  105. name="icon_R"
  106. translate="false"
  107. value="Parcel_R_Dark" />
  108. <string
  109. name="icon_Voice"
  110. translate="false"
  111. value="Parcel_Voice_Dark" />
  112. <string
  113. name="icon_VoiceNo"
  114. translate="false"
  115. value="Parcel_VoiceNo_Dark" />
  116. <string
  117. name="icon_Fly"
  118. translate="false"
  119. value="Parcel_Fly_Dark" />
  120. <string
  121. name="icon_FlyNo"
  122. translate="false"
  123. value="Parcel_FlyNo_Dark" />
  124. <string
  125. name="icon_Push"
  126. translate="false"
  127. value="Parcel_Push_Dark" />
  128. <string
  129. name="icon_PushNo"
  130. translate="false"
  131. value="Parcel_PushNo_Dark" />
  132. <string
  133. name="icon_Build"
  134. translate="false"
  135. value="Parcel_Build_Dark" />
  136. <string
  137. name="icon_BuildNo"
  138. translate="false"
  139. value="Parcel_BuildNo_Dark" />
  140. <string
  141. name="icon_Scripts"
  142. translate="false"
  143. value="Parcel_Scripts_Dark" />
  144. <string
  145. name="icon_ScriptsNo"
  146. translate="false"
  147. value="Parcel_ScriptsNo_Dark" />
  148. <string
  149. name="icon_Damage"
  150. translate="false"
  151. value="Parcel_Damage_Dark" />
  152. <string
  153. name="icon_DamageNo"
  154. translate="false"
  155. value="Parcel_DamageNo_Dark" />
  156. <string
  157. name="icon_SeeAVs_Off"
  158. translate="false"
  159. value="Parcel_SeeAVsOff_Dark" />
  160. <string
  161. name="icon_SeeAVs_On"
  162. translate="false"
  163. value="Parcel_SeeAVsOn_Dark" />
  164. <button
  165. follows="top|left"
  166. height="24"
  167. image_hover_unselected="BackButton_Over"
  168. image_pressed="BackButton_Press"
  169. image_unselected="BackButton_Off"
  170. layout="topleft"
  171. left="8"
  172. name="back_btn"
  173. tool_tip="Back"
  174. tab_stop="false"
  175. top="4"
  176. width="30"
  177. use_draw_context_alpha="false" />
  178. <text
  179. follows="top|left|right"
  180. font="SansSerifHugeBold"
  181. height="26"
  182. layout="topleft"
  183. left_pad="10"
  184. name="title"
  185. text_color="LtGray"
  186. top="4"
  187. use_ellipses="true"
  188. value="Place Profile"
  189. width="280" />
  190. <scroll_container
  191. color="DkGray2"
  192. follows="all"
  193. height="572"
  194. layout="topleft"
  195. left="9"
  196. name="place_scroll"
  197. opaque="true"
  198. top_pad="10"
  199. width="310">
  200. <panel
  201. bg_alpha_color="DkGray2"
  202. follows="left|top|right|bottom"
  203. height="580"
  204. layout="topleft"
  205. left="0"
  206. min_height="300"
  207. name="scrolling_panel"
  208. top="0"
  209. width="310">
  210. <texture_picker
  211. enabled="false"
  212. fallback_image="default_land_picture.j2c"
  213. follows="left|top|right"
  214. height="197"
  215. layout="topleft"
  216. left="11"
  217. name="logo"
  218. top="10"
  219. width="290" />
  220. <layout_stack
  221. border_size="0"
  222. clip="false"
  223. follows="left|top|right"
  224. height="50"
  225. layout="topleft"
  226. mouse_opaque="false"
  227. name="panel_stack"
  228. orientation="horizontal"
  229. top_pad="-65"
  230. width="100">
  231. <layout_panel
  232. follows="left|right"
  233. height="50"
  234. layout="topleft"
  235. left="0"
  236. min_height="50"
  237. min_width="50"
  238. mouse_opaque="false"
  239. name="here_panel"
  240. top="0"
  241. width="60">
  242. <icon
  243. follows="top|left"
  244. height="50"
  245. image_name="YouAreHere_Badge"
  246. layout="topleft"
  247. left="0"
  248. name="icon_you_are_here"
  249. top="0"
  250. width="50" />
  251. </layout_panel>
  252. <layout_panel
  253. follows="left|right"
  254. height="60"
  255. layout="topleft"
  256. min_height="50"
  257. min_width="60"
  258. mouse_opaque="false"
  259. name="for_sale_panel"
  260. top="0"
  261. width="60">
  262. <icon
  263. follows="top|left"
  264. height="50"
  265. image_name="ForSale_Badge"
  266. layout="topleft"
  267. left="10"
  268. name="icon_for_sale"
  269. top="0"
  270. width="50" />
  271. </layout_panel>
  272. </layout_stack>
  273. <text
  274. parse_urls="false"
  275. follows="left|top|right"
  276. font="SansSerifLarge"
  277. height="14"
  278. layout="topleft"
  279. left="10"
  280. name="region_title"
  281. text_color="white"
  282. top_pad="5"
  283. use_ellipses="true"
  284. value="SampleRegion"
  285. width="290" />
  286. <text
  287. parse_urls="false"
  288. follows="left|top|right"
  289. height="14"
  290. layout="topleft"
  291. left="10"
  292. name="parcel_title"
  293. top_pad="4"
  294. use_ellipses="true"
  295. value="SampleParcel, Name Long (145, 228, 26)"
  296. width="285" />
  297. <expandable_text
  298. follows="left|top|right"
  299. height="50"
  300. layout="topleft"
  301. left="5"
  302. name="description"
  303. top_pad="10"
  304. value="Du waltz die spritz"
  305. width="300" />
  306. <text
  307. follows="left|top"
  308. height="14"
  309. layout="topleft"
  310. left="10"
  311. name="owner_label"
  312. text_color="White"
  313. top_pad="0"
  314. value="Owner:"
  315. width="90" />
  316. <!--TODO: HOOK THIS NAME UP WITH AN INSPECTOR -->
  317. <text
  318. follows="left|top|right"
  319. height="14"
  320. layout="topleft"
  321. left_pad="1"
  322. name="owner_value"
  323. top_delta="0"
  324. value="Alex Superduperlongenamenton"
  325. use_ellipses="true"
  326. width="200" />
  327. <icon
  328. follows="top|left"
  329. height="16"
  330. image_name="unknown"
  331. layout="topleft"
  332. left="10"
  333. name="maturity_icon"
  334. top_delta="0"
  335. width="18" />
  336. <text
  337. follows="left|top|right"
  338. height="16"
  339. layout="topleft"
  340. left_pad="8"
  341. name="maturity_value"
  342. top_delta="0"
  343. value="unknown"
  344. width="268" />
  345. <accordion
  346. fit_parent="true"
  347. follows="all"
  348. height="268"
  349. layout="topleft"
  350. single_expansion="true"
  351. left="0"
  352. name="advanced_info_accordion"
  353. top_pad="5"
  354. width="313">
  355. <accordion_tab
  356. fit_panel="false"
  357. height="175"
  358. layout="topleft"
  359. name="parcel_characteristics_tab"
  360. title="Parcel">
  361. <panel
  362. follows="all"
  363. height="200"
  364. layout="topleft"
  365. left="0"
  366. name="parcel_characteristics_panel"
  367. top="0"
  368. width="275">
  369. <icon
  370. follows="top|left"
  371. height="16"
  372. image_name="Parcel_PG_Dark"
  373. layout="topleft"
  374. left="10"
  375. name="rating_icon"
  376. top="0"
  377. width="18" />
  378. <text
  379. follows="left|top"
  380. height="16"
  381. layout="topleft"
  382. left_pad="12"
  383. name="rating_label"
  384. value="Rating:"
  385. width="90" />
  386. <text
  387. follows="left|right|top"
  388. height="16"
  389. layout="topleft"
  390. left_pad="0"
  391. name="rating_value"
  392. top_delta="0"
  393. value="unknown"
  394. width="60" />
  395. <icon
  396. follows="top|left"
  397. height="18"
  398. image_name="Parcel_Voice_Dark"
  399. layout="topleft"
  400. left="10"
  401. name="voice_icon"
  402. top_pad="5"
  403. width="22" />
  404. <text
  405. follows="left|top"
  406. height="18"
  407. layout="topleft"
  408. left_pad="8"
  409. name="voice_label"
  410. top_delta="0"
  411. value="Voice:"
  412. width="90" />
  413. <text
  414. follows="left|right|top"
  415. height="18"
  416. layout="topleft"
  417. left_pad="0"
  418. name="voice_value"
  419. top_delta="0"
  420. value="On"
  421. width="60" />
  422. <icon
  423. follows="top|left"
  424. height="18"
  425. image_name="Parcel_Fly_Dark"
  426. layout="topleft"
  427. left="10"
  428. name="fly_icon"
  429. top_pad="3"
  430. width="22" />
  431. <text
  432. follows="left|top"
  433. height="16"
  434. layout="topleft"
  435. left_pad="8"
  436. name="fly_label"
  437. value="Fly:"
  438. width="90" />
  439. <text
  440. follows="left|right|top"
  441. height="16"
  442. layout="topleft"
  443. left_pad="0"
  444. name="fly_value"
  445. top_delta="0"
  446. value="On"
  447. width="60" />
  448. <icon
  449. follows="top|left"
  450. height="18"
  451. image_name="Parcel_Push_Dark"
  452. layout="topleft"
  453. left="10"
  454. name="push_icon"
  455. top_pad="3"
  456. width="22" />
  457. <text
  458. follows="left|top"
  459. height="14"
  460. layout="topleft"
  461. left_pad="8"
  462. name="push_label"
  463. value="Push:"
  464. width="90" />
  465. <text
  466. follows="left|right|top"
  467. height="14"
  468. layout="topleft"
  469. left_pad="0"
  470. name="push_value"
  471. top_delta="0"
  472. value="Off"
  473. width="60" />
  474. <icon
  475. follows="top|left"
  476. height="18"
  477. image_name="Parcel_Build_Dark"
  478. layout="topleft"
  479. left="10"
  480. name="build_icon"
  481. top_pad="3"
  482. width="22" />
  483. <text
  484. follows="left|top"
  485. height="14"
  486. layout="topleft"
  487. left_pad="8"
  488. name="build_label"
  489. value="Build:"
  490. width="90" />
  491. <text
  492. follows="left|right|top"
  493. height="15"
  494. layout="topleft"
  495. left_pad="0"
  496. name="build_value"
  497. top_delta="0"
  498. value="On"
  499. width="60" />
  500. <icon
  501. follows="top|left"
  502. height="18"
  503. image_name="Parcel_Scripts_Dark"
  504. layout="topleft"
  505. left="10"
  506. name="scripts_icon"
  507. top_pad="3"
  508. width="22" />
  509. <text
  510. follows="left|top"
  511. height="14"
  512. layout="topleft"
  513. left_pad="8"
  514. name="scripts_label"
  515. value="Scripts:"
  516. width="90" />
  517. <text
  518. follows="left|right|top"
  519. height="14"
  520. layout="topleft"
  521. left_pad="0"
  522. name="scripts_value"
  523. top_delta="0"
  524. value="On"
  525. width="60" />
  526. <icon
  527. follows="top|left"
  528. height="18"
  529. image_name="Parcel_Damage_Dark"
  530. layout="topleft"
  531. left="10"
  532. name="damage_icon"
  533. top_pad="7"
  534. width="22" />
  535. <text
  536. follows="left|top"
  537. height="14"
  538. layout="topleft"
  539. left_pad="8"
  540. name="damage_label"
  541. value="Damage:"
  542. width="90" />
  543. <text
  544. follows="left|right|top"
  545. height="14"
  546. layout="topleft"
  547. left_pad="0"
  548. name="damage_value"
  549. top_delta="0"
  550. value="Off"
  551. width="60" />
  552. <icon
  553. follows="top|left"
  554. height="18"
  555. image_name="Parcel_SeeAVsOff_Dark"
  556. layout="topleft"
  557. left="10"
  558. name="see_avatars_icon"
  559. top_pad="7"
  560. width="22" />
  561. <text
  562. follows="left|top"
  563. height="14"
  564. layout="topleft"
  565. left_pad="8"
  566. name="see_avatars_label"
  567. value="See Avatars:"
  568. width="90" />
  569. <text
  570. follows="left|top"
  571. height="14"
  572. layout="topleft"
  573. left_pad="0"
  574. name="see_avatars_value"
  575. value="Off"
  576. width="60" />
  577. <button
  578. follows="bottom|right"
  579. height="23"
  580. label="About Land"
  581. layout="topleft"
  582. name="about_land_btn"
  583. right="-5"
  584. tab_stop="false"
  585. top_pad="2"
  586. width="140">
  587. <click_callback
  588. function="Floater.Show"
  589. parameter="about_land" />
  590. </button>
  591. </panel>
  592. </accordion_tab>
  593. <accordion_tab
  594. expanded="false"
  595. fit_panel="false"
  596. height="125"
  597. layout="topleft"
  598. name="region_information_tab"
  599. title="Region">
  600. <panel
  601. follows="all"
  602. height="125"
  603. layout="topleft"
  604. left="0"
  605. name="region_information_panel"
  606. top="0"
  607. width="290">
  608. <text
  609. follows="left|top"
  610. height="15"
  611. layout="topleft"
  612. left="10"
  613. name="region_name_label"
  614. top_pad="5"
  615. value="Region:"
  616. width="90" />
  617. <text
  618. follows="left|top|right"
  619. height="15"
  620. layout="topleft"
  621. left_pad="0"
  622. name="region_name"
  623. top_delta="0"
  624. value="Mooseland"
  625. width="187" />
  626. <text
  627. follows="left|top"
  628. height="15"
  629. layout="topleft"
  630. left="10"
  631. name="region_type_label"
  632. top_pad="5"
  633. value="Type:"
  634. width="90" />
  635. <text
  636. follows="left|top|right"
  637. height="15"
  638. layout="topleft"
  639. left_pad="0"
  640. name="region_type"
  641. top_delta="0"
  642. value="Moose"
  643. width="187" />
  644. <text
  645. follows="left|top"
  646. height="15"
  647. layout="topleft"
  648. left="10"
  649. name="region_rating_label"
  650. top_pad="7"
  651. value="Rating:"
  652. width="90" />
  653. <icon
  654. follows="top|left"
  655. height="16"
  656. image_name="Parcel_PG_Dark"
  657. layout="topleft"
  658. left_pad="0"
  659. name="region_rating_icon"
  660. width="18" />
  661. <text
  662. follows="left|top|right"
  663. height="15"
  664. layout="topleft"
  665. left_pad="10"
  666. name="region_rating"
  667. value="Adult"
  668. width="159" />
  669. <text
  670. follows="left|top"
  671. height="15"
  672. layout="topleft"
  673. left="10"
  674. name="region_owner_label"
  675. top_pad="5"
  676. value="Owner:"
  677. width="90" />
  678. <text
  679. follows="left|top|right"
  680. height="15"
  681. layout="topleft"
  682. left_pad="0"
  683. name="region_owner"
  684. top_delta="0"
  685. value="moose Van Moose extra long name moose"
  686. use_ellipses="true"
  687. width="187" />
  688. <text
  689. follows="left|top"
  690. height="15"
  691. layout="topleft"
  692. left="10"
  693. name="region_group_label"
  694. top_pad="5"
  695. value="Group:"
  696. width="90" />
  697. <text
  698. follows="left|top|right"
  699. height="15"
  700. layout="topleft"
  701. left_pad="0"
  702. name="region_group"
  703. top_delta="0"
  704. use_ellipses="true"
  705. width="187">
  706. The Mighty Moose of mooseville soundvillemoose
  707. </text>
  708. <button
  709. follows="bottom|right"
  710. height="23"
  711. label="Region/Estate"
  712. layout="topleft"
  713. name="region_info_btn"
  714. right="-5"
  715. tab_stop="false"
  716. top_pad="2"
  717. width="180">
  718. <click_callback
  719. function="Floater.Show"
  720. parameter="region_info" />
  721. </button>
  722. </panel>
  723. </accordion_tab>
  724. <accordion_tab
  725. expanded="false"
  726. fit_panel="false"
  727. height="180"
  728. layout="topleft"
  729. name="estate_information_tab"
  730. title="Estate">
  731. <panel
  732. follows="all"
  733. height="180"
  734. layout="topleft"
  735. left="0"
  736. name="estate_information_panel"
  737. top="0"
  738. width="290">
  739. <text
  740. follows="left|top"
  741. height="15"
  742. layout="topleft"
  743. left="10"
  744. name="estate_name_label"
  745. top_pad="5"
  746. value="Estate:"
  747. width="80" />
  748. <text
  749. follows="left|top|right"
  750. height="15"
  751. layout="topleft"
  752. left_pad="0"
  753. name="estate_name"
  754. top_delta="0"
  755. width="187" />
  756. <text
  757. follows="left|top"
  758. height="15"
  759. layout="topleft"
  760. left="10"
  761. name="estate_rating_label"
  762. top_pad="5"
  763. value="Rating:"
  764. width="80" />
  765. <text
  766. follows="left|top|right"
  767. height="15"
  768. layout="topleft"
  769. left_pad="0"
  770. name="estate_rating"
  771. top_delta="0"
  772. width="187" />
  773. <text
  774. follows="left|top"
  775. height="15"
  776. layout="topleft"
  777. left="10"
  778. name="estate_owner_label"
  779. top_pad="5"
  780. value="Owner:"
  781. width="80" />
  782. <text
  783. follows="left|top|right"
  784. height="15"
  785. layout="topleft"
  786. left_pad="0"
  787. name="estate_owner"
  788. value="Testing owner name length with long name"
  789. top_delta="0"
  790. use_ellipses="true"
  791. width="190" />
  792. <text
  793. follows="left|top"
  794. height="15"
  795. layout="topleft"
  796. left="10"
  797. name="covenant_label"
  798. top_pad="5"
  799. value="Covenant:"
  800. width="277" />
  801. <text_editor
  802. bg_focus_color="DkGray2"
  803. bg_readonly_color="DkGray2"
  804. follows="left|top|right"
  805. height="90"
  806. layout="topleft"
  807. left="10"
  808. max_length="65535"
  809. name="covenant"
  810. read_only="true"
  811. top_pad="0"
  812. width="277"
  813. word_wrap="true" />
  814. </panel>
  815. </accordion_tab>
  816. <accordion_tab
  817. expanded="false"
  818. fit_panel="false"
  819. height="290"
  820. layout="topleft"
  821. name="sales_tab"
  822. title="For Sale">
  823. <panel
  824. follows="all"
  825. height="290"
  826. layout="topleft"
  827. left="0"
  828. name="sales_panel"
  829. top="0"
  830. width="290">
  831. <text
  832. follows="left|top"
  833. height="15"
  834. layout="topleft"
  835. left="10"
  836. name="sales_price_label"
  837. top_pad="5"
  838. value="Price:"
  839. width="90" />
  840. <text
  841. follows="left|top|right"
  842. height="15"
  843. layout="topleft"
  844. left_pad="0"
  845. name="sales_price"
  846. top_delta="0"
  847. width="187" />
  848. <text
  849. follows="left|top"
  850. height="15"
  851. layout="topleft"
  852. left="10"
  853. name="area_label"
  854. top_pad="5"
  855. value="Area:"
  856. width="90" />
  857. <text
  858. follows="left|top|right"
  859. height="15"
  860. layout="topleft"
  861. left_pad="0"
  862. name="area"
  863. top_delta="0"
  864. width="187" />
  865. <text
  866. follows="left|top"
  867. height="15"
  868. layout="topleft"
  869. left="10"
  870. name="traffic_label"
  871. top_pad="5"
  872. value="Traffic:"
  873. width="90" />
  874. <text
  875. follows="left|top|right"
  876. height="15"
  877. layout="topleft"
  878. left_pad="0"
  879. name="traffic"
  880. top_delta="0"
  881. width="187" />
  882. <text
  883. follows="left|top"
  884. height="15"
  885. layout="topleft"
  886. left="10"
  887. name="primitives_label"
  888. top_pad="5"
  889. value="Primitives:"
  890. width="90" />
  891. <text
  892. follows="left|top|right"
  893. height="15"
  894. layout="topleft"
  895. left_pad="0"
  896. name="primitives"
  897. top_delta="0"
  898. width="187" />
  899. <text
  900. follows="left|top"
  901. height="15"
  902. layout="topleft"
  903. left="10"
  904. name="parcel_scripts_label"
  905. top_pad="5"
  906. value="Scripts:"
  907. width="90" />
  908. <text
  909. follows="left|top|right"
  910. height="15"
  911. layout="topleft"
  912. left_pad="0"
  913. name="parcel_scripts"
  914. top_delta="0"
  915. width="187" />
  916. <text
  917. follows="left|top"
  918. height="15"
  919. layout="topleft"
  920. left="10"
  921. name="terraform_limits_label"
  922. top_pad="5"
  923. value="Terraform limits:"
  924. width="90" />
  925. <text
  926. follows="left|top|right"
  927. height="15"
  928. layout="topleft"
  929. left_pad="0"
  930. name="terraform_limits"
  931. top_delta="0"
  932. width="187" />
  933. <text
  934. follows="left|top"
  935. height="15"
  936. layout="topleft"
  937. left="10"
  938. name="subdivide_label"
  939. top_pad="5"
  940. value="Subdivide/Join ability:"
  941. width="277" />
  942. <text_editor
  943. bg_focus_color="DkGray2"
  944. bg_readonly_color="DkGray2"
  945. follows="left|top|right"
  946. height="45"
  947. layout="topleft"
  948. left="10"
  949. max_length="65535"
  950. name="subdivide"
  951. read_only="true"
  952. top_pad="5"
  953. width="277"
  954. word_wrap="true" />
  955. <text
  956. follows="left|top"
  957. height="15"
  958. layout="topleft"
  959. left="10"
  960. name="resale_label"
  961. top_pad="5"
  962. value="ReSale ability:"
  963. width="277" />
  964. <text_editor
  965. bg_focus_color="DkGray2"
  966. bg_readonly_color="DkGray2"
  967. follows="left|top|right"
  968. height="45"
  969. layout="topleft"
  970. left="10"
  971. max_length="65535"
  972. name="resale"
  973. read_only="true"
  974. top_pad="5"
  975. width="277"
  976. word_wrap="true" />
  977. <text
  978. follows="left|top"
  979. height="15"
  980. layout="topleft"
  981. left="10"
  982. name="sale_to_label"
  983. top_pad="5"
  984. value="For sale to:"
  985. width="90" />
  986. <text
  987. follows="left|top|right"
  988. height="15"
  989. layout="topleft"
  990. left_pad="0"
  991. name="sale_to"
  992. top_delta="0"
  993. width="187" />
  994. </panel>
  995. </accordion_tab>
  996. </accordion>
  997. </panel>
  998. </scroll_container>
  999. </panel>