rbrindley: branch rbrindley/welcome_revamp r4223 - in /team/rbrindley/welcome...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Nov 25 17:09:39 CST 2008
Author: rbrindley
Date: Tue Nov 25 17:09:39 2008
New Revision: 4223
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4223
Log:
- added minimaxi span to queue template
- adjusted minimaxi event delegator to work with queue template
Modified:
team/rbrindley/welcome_revamp/config/js/welcome2.js
team/rbrindley/welcome_revamp/config/welcome2.html
Modified: team/rbrindley/welcome_revamp/config/js/welcome2.js
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/js/welcome2.js?view=diff&rev=4223&r1=4222&r2=4223
==============================================================================
--- team/rbrindley/welcome_revamp/config/js/welcome2.js (original)
+++ team/rbrindley/welcome_revamp/config/js/welcome2.js Tue Nov 25 17:09:39 2008
@@ -42,7 +42,7 @@
/* Event Delegation */
$('body').click( $.delegate({
'.minimaxi': function (e) {
- $(e.target).parents("div:not(.handle)").children(".body").toggle();
+ $(e.target).parent().parent().children(".body").toggle();
if ($(e.target).html() == "[ - ]") {
$(e.target).html("[ + ]");
} else {
Modified: team/rbrindley/welcome_revamp/config/welcome2.html
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/welcome2.html?view=diff&rev=4223&r1=4222&r2=4223
==============================================================================
--- team/rbrindley/welcome_revamp/config/welcome2.html (original)
+++ team/rbrindley/welcome_revamp/config/welcome2.html Tue Nov 25 17:09:39 2008
@@ -324,8 +324,11 @@
<div class="body">
<div class="left column">
<div class="container" id="queue_left_container">
- <div class="queue template">
- <div class="title">6001 (Ringall) - 3 Calls, 5 Agents</div>
+ <div class="queue">
+ <div class="title">
+ <span class="minimaxi">[ - ]</span>
+ 6001 (Ringall) - 3 Calls, 5 Agents
+ </div>
<div class="body">
<div class="calls">
<table class="list">
More information about the asterisk-gui-commits
mailing list