HI , i wanted some information about dexpquicksetting toggle. in order to customise it.
i noticed that there was an "empty" block in the bottom first region :
Theme Quick Settings' block
i wanted to know where the content of this block is displayed. And the toggle generated.
I alredu found the css :
#block-dexp-quicksettings-dexp-quicksettings {
position: fixed;
background: #303030;
left: -207px;
-webkit-transition: left 0.5s linear;
-moz-transition: left 0.5s linear;
-o-transition: left 0.5s linear;
-ms-transition: left 0.5s linear;
transition: left 0.5s linear;
top: 96px;
z-index: 999;
}
#block-dexp-quicksettings-dexp-quicksettings h3.block-title {
font-size: 14px;
font-weight: bold;
line-height: 48px;
text-align: center;
}
#block-dexp-quicksettings-dexp-quicksettings.open {
left: 0;
}
#block-dexp-quicksettings-dexp-quicksettings .content {
padding: 2px 18px 10px;
width: 205px;
}
#block-dexp-quicksettings-dexp-quicksettings h3 {
color: #848688;
font-size: 13px;
margin: 5px 0 -5px 1px;
line-height: 30px;
clear: both;
}
#block-dexp-quicksettings-dexp-quicksettings select.form-select {
border-radius: 2px;
color: #848688;
cursor: pointer;
font-size: 13px;
margin: 2px 0 10px 2px;
padding: 5px;
width: 164px;
height: 30px !important;
line-height: 30px;
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background {
margin: 0;
padding: 0;
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets li,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background li {
float: left;
margin: 4px 2px 0;
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets li span,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background li span {
cursor: pointer;
width: 37px;
height: 25px;
display: block;
border-radius: 2px;
}
#block-dexp-quicksettings-dexp-quicksettings span.bg1 {
background: url("../images/bg/1.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg2 {
background: url("../images/bg/2.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg3 {
background: url("../images/bg/3.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg4 {
background: url("../images/bg/4.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg5 {
background: url("../images/bg/5.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg6 {
background: url("../images/bg/6.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg7 {
background: url("../images/bg/7.png");
}
#block-dexp-quicksettings-dexp-quicksettings span.bg8 {
background: url("../images/bg/8.png");
}
#block-dexp-quicksettings-dexp-quicksettings .quicksettings_toggle {
background: url("../images/switcher.png") no-repeat scroll 10px center #303030;
display: block;
height: 44px;
position: absolute;
right: -44px;
text-indent: -9999px;
top: 0;
width: 44px;
cursor: pointer;
}
Thanks
no answer ?
Hello itool,
Sorry for lately response because we focus on ticket system and forget your post on forum.
About Theme Quick Settings, the content is located in dexp_quicksettings module.
Thank you.
Yes i find it , i duppplicated the file and renamed it dexp_callcenterben but it seems it isn't working could you tell me why ? ( i add a zip file of the folder) and the code if you can't download.
my php template is now called callcenterben.tpl
my info is now called dexp_callcenterben, the code is :
my module is now called dexp_callcenterben the code is :
Hi,
Please get the attached file to replace your module.
Thank you.