Changeset 4615
- Timestamp:
- 07/29/07 10:58:20 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/amp_conf/htdocs_panel/op_style.cfg
r4606 r4615 1 1 [general] 2 ; Fade out buttons for state 2 shake_pixels=2 3 3 dimm_noregister_by=20 4 4 dimm_lagged_by=60 5 6 ; Fade mwi when no mail is waiting 7 nomail_alpha=3 8 9 ; If enabled, the phone will shake/ring 5 enable_label_background=0 6 enable_crypto=1 ; set to 1 for encrypting server to client traffic 10 7 enable_animation=1 11 12 ; Pixels to use on the ringing animtion13 shake_pixels=214 15 ; Show borders around text labels, useful for debugin style16 show_borders=017 18 ; If set, the label backdround will change to the led state color19 enable_label_background=020 21 ; set to 1 for encrypting server to client communications22 enable_crypto=023 24 ; use the font embeded in the flash movie instead of system fonts25 8 use_embed_fonts=1 26 27 ; colors for led states28 9 ledcolor_ready=0x00A000 29 10 ledcolor_busy=0xA01020 30 11 ledcolor_agent=0xD0d020 31 ledcolor_paused=0x000000 32 33 ; Settings for the button (rectangle) 34 btn_width=246 35 btn_height=70 36 btn_padding=4 37 btn_line_width=2 12 label_font_size=11 13 label_font_family=Verdana ; only valid when use_embed_fonts is disabled 14 label_font_color=000000 15 label_shadow_color=dddddd 16 label_margin_top=0 17 label_margin_left=35 18 label_shadow=1 19 clid_font_color=00dd00 20 timer_font_color=4000ff 21 clid_font_size=11 22 clid_font_family=Verdana ; only valid when use_embed_fonts is disabled 23 clid_margin_top=11 24 clid_margin_left=35 25 timer_font_size=11 26 timer_font_family=Courier ; only valid when use_embed_fonts is disabled 27 timer_margin_top=11 28 timer_margin_left=160 29 btn_width=244 30 btn_height=26 31 btn_padding=2 32 btn_line_width=1 38 33 btn_line_color=0x000000 39 34 btn_fadecolor_1=ccccff 40 35 btn_fadecolor_2=ffffff 41 btn_round_border= 836 btn_round_border=1 42 37 btn_highlight_color=ff0000 43 44 ; Settings affecting the button label 45 label_font_size=20 46 label_font_family=Verdana ; only valid when use_embed_fonts is disabled 47 label_font_color=000000 48 label_shadow_color=dddddd 49 label_margin_top=20 50 label_margin_left=38 51 label_shadow=1 52 label_extent_x=10 ; If the label does not fit horizontally, increase this number 53 label_extent_y=0 54 55 56 ; Settings affecting the button clid 57 clid_font_color=00dd00 58 clid_font_size=13 59 clid_centered=1 60 clid_font_family=Verdana 61 clid_margin_top=0 62 clid_margin_left=25 63 64 ; Settings for the timer 65 timer_font_color=4000ff 66 timer_font_size=13 67 timer_font_family=Courier 68 timer_margin_top=48 69 timer_margin_left=6 70 71 ; Settings for the oval led 72 led_scale=90 73 led_margin_top=34 38 led_scale=60 39 led_margin_top=10 74 40 led_margin_left=20 75 76 ; Settings for the arrow 77 arrow_scale=70 78 arrow_margin_top=10 79 arrow_margin_left=15 80 81 ; Settings for MWI Icon 82 mail_margin_left=-23 41 arrow_scale=60 42 arrow_margin_top=5 43 arrow_margin_left=5 44 icon1_margin_top=10 45 icon1_margin_left=-15 46 icon1_scale=6 47 icon2_margin_top=10 48 icon2_margin_left=-15 49 icon2_scale=6 50 icon3_margin_top=10 51 icon3_margin_left=-15 52 icon3_scale=6 53 icon4_margin_top=10 54 icon4_margin_left=-15 55 icon4_scale=6 56 icon5_margin_top=10 57 icon5_margin_left=-15 58 icon5_scale=6 59 icon6_margin_top=10 60 icon6_margin_left=-15 61 icon6_scale=6 62 mail_margin_left=-40 83 63 mail_margin_top=13 84 mail_scale=9 85 86 ; Settings for icons 87 icon1_margin_top=43 88 icon1_margin_left=-34 89 icon1_scale=17 90 91 icon2_margin_top=46 92 icon2_margin_left=-29 93 icon2_scale=14 94 95 icon3_margin_top=34 96 icon3_margin_left=-36 97 icon3_scale=20 98 99 icon4_margin_top=33 100 icon4_margin_left=-34 101 icon4_scale=16 102 103 icon5_margin_top=32 104 icon5_margin_left=-33 105 icon5_scale=16 106 107 icon6_margin_top=32 108 icon6_margin_left=-33 109 icon6_scale=16 110 111 ; Settings for Status Bar at the top 64 mail_scale=4 112 65 show_security_code=1 113 66 show_clid_info=0
