Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Dania Offline
New Member
 
Posts: 5
Join Date: Feb 2007
Live chat department dropdown: wanting to change to radio - 01-03-2007, 12:54 AM

departmentstatuscombo

I'm trying to change the live chat department dropdown menu to radio buttons, but when I successfully changed the look of the departments, when submitting, I get an OFFLINE STAFF message when I have verified that I am connected.

So I reverted to the original drop down and look at that I was able to start a chat.

So what I would appreciate is the code for departmentstatuscombo in the template area.

My original:;
Code:
<select name="departmentid" class="departmentselect">
<{foreach key=key value=item from=$onlinedepartments}>
<option value='<{$item[departmentid]}>' style='background:#D5FFD5;color:#333333'><{$item[title]}> - <{$language[online]}></option>
<{/foreach}>
<{foreach key=key value=item from=$offlinedepartments}>
<option value='<{$item[departmentid]}>' style='background:#EDEDED;color:#666666'><{$item[title]}> - <{$language[offline]}></option>
<{/foreach}>
</select>
If anyone can modify it to radio buttons, it would be very appreciated.
Thanks!!!
   
Reply With Quote
  (#2) Old
Dania Offline
New Member
 
Posts: 5
Join Date: Feb 2007
01-03-2007, 11:56 PM

Its been over a day. Anyone think they can help?
   
Reply With Quote
Reply

Tags
chat, department, dropdown, live, radio, wanting

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46