diff options
author | Richard Linden <none@none> | 2011-10-27 17:22:26 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-27 17:22:26 -0700 |
commit | 6e8ffc247fe52668446b8fa1ed7f1547a755076f (patch) | |
tree | 23b6fa5ce6bf6a32944faca54f9a18aca255fd75 /indra/newview/skins/default/xui/tr/floater_web_content.xml | |
parent | 0ecc5c0878adf93e96b99e3db4c65cdb757b99fb (diff) | |
parent | fcd1ccd21e3ea8f0944537347dd6c9d7972d50ce (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/newview/skins/default/xui/tr/floater_web_content.xml')
-rw-r--r-- | indra/newview/skins/default/xui/tr/floater_web_content.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/tr/floater_web_content.xml b/indra/newview/skins/default/xui/tr/floater_web_content.xml new file mode 100644 index 0000000000..93491b80fb --- /dev/null +++ b/indra/newview/skins/default/xui/tr/floater_web_content.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="floater_web_content" title=""> + <layout_stack name="stack1"> + <layout_panel name="nav_controls"> + <button name="back" tool_tip="Geri Git"/> + <button name="forward" tool_tip="İleri Git"/> + <button name="stop" tool_tip="Navigasyonu durdur"/> + <button name="reload" tool_tip="Sayfayı tekrar yükle"/> + <combo_box name="address" tool_tip="URL'yi buraya gir"/> + <icon name="media_secure_lock_flag" tool_tip="Güvenli Tarama"/> + <button name="popexternal" tool_tip="Mevcut URL'yi masaüstü tarayıcıda aç"/> + </layout_panel> + </layout_stack> +</floater> |