diff --git a/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.css b/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.css
new file mode 100755
index 000000000..b7962851a
--- /dev/null
+++ b/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.css
@@ -0,0 +1,278 @@
+/*!
+ * bootstrap-select v1.4.1
+ * http://silviomoreto.github.io/bootstrap-select/
+ *
+ * Copyright 2013 bootstrap-select
+ * Licensed under the MIT license
+ */
+
+.bootstrap-select.btn-group,
+.bootstrap-select.btn-group[class*="span"] {
+ float: none;
+ display: inline-block;
+ margin-bottom: 10px;
+ margin-left: 0;
+}
+.form-search .bootstrap-select.btn-group,
+.form-inline .bootstrap-select.btn-group,
+.form-horizontal .bootstrap-select.btn-group {
+ margin-bottom: 0;
+}
+
+.bootstrap-select.form-control {
+ margin-bottom: 0;
+ padding: 0;
+ border: none;
+}
+
+.bootstrap-select.btn-group.pull-right,
+.bootstrap-select.btn-group[class*="span"].pull-right,
+.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
+ float: right;
+}
+
+.input-append .bootstrap-select.btn-group {
+ margin-left: -1px;
+}
+
+.input-prepend .bootstrap-select.btn-group {
+ margin-right: -1px;
+}
+
+.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
+ width: 220px;
+}
+
+.bootstrap-select {
+ /*width: 220px\9; IE8 and below*/
+ width: 220px\0; /*IE9 and below*/
+}
+
+.bootstrap-select.form-control:not([class*="span"]) {
+ width: 100%;
+}
+
+.bootstrap-select > .btn {
+ width: 100%;
+}
+
+.error .bootstrap-select .btn {
+ border: 1px solid #b94a48;
+}
+
+
+.dropdown-menu {
+ z-index: 2000;
+}
+
+.bootstrap-select.show-menu-arrow.open > .btn {
+ z-index: 2051;
+}
+
+.bootstrap-select .btn:focus {
+ outline: thin dotted #333333 !important;
+ outline: 5px auto -webkit-focus-ring-color !important;
+ outline-offset: -2px;
+}
+
+.bootstrap-select.btn-group .btn .filter-option {
+ overflow: hidden;
+ position: absolute;
+ left: 12px;
+ right: 25px;
+ text-align: left;
+}
+
+.bootstrap-select.btn-group .btn .caret {
+ position: absolute;
+ top: 50%;
+ right: 12px;
+ margin-top: -2px;
+ vertical-align: middle;
+}
+
+.bootstrap-select.btn-group > .disabled,
+.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
+ cursor: not-allowed;
+}
+
+.bootstrap-select.btn-group > .disabled:focus {
+ outline: none !important;
+}
+
+.bootstrap-select.btn-group[class*="span"] .btn {
+ width: 100%;
+}
+
+.bootstrap-select.btn-group .dropdown-menu {
+ min-width: 100%;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+.bootstrap-select.btn-group .dropdown-menu.inner {
+ position: static;
+ border: 0;
+ padding: 0;
+ margin: 0;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
+
+.bootstrap-select.btn-group .dropdown-menu dt {
+ display: block;
+ padding: 3px 20px;
+ cursor: default;
+}
+
+.bootstrap-select.btn-group .div-contain {
+ overflow: hidden;
+}
+
+.bootstrap-select.btn-group .dropdown-menu li {
+ position: relative;
+}
+
+.bootstrap-select.btn-group .dropdown-menu li > a.opt {
+ position: relative;
+ padding-left: 35px;
+}
+
+.bootstrap-select.btn-group .dropdown-menu li > a {
+ cursor: pointer;
+}
+
+.bootstrap-select.btn-group .dropdown-menu li > dt small {
+ font-weight: normal;
+}
+
+.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
+ display: inline-block;
+ position: absolute;
+ right: 15px;
+ margin-top: 2.5px;
+}
+
+.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
+ display: none;
+}
+
+.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
+ margin-right: 34px;
+}
+
+.bootstrap-select.btn-group .dropdown-menu li small {
+ padding-left: 0.5em;
+}
+
+.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
+.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
+.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
+ color: #64b1d8;
+ color: rgba(255,255,255,0.4);
+}
+
+.bootstrap-select.btn-group .dropdown-menu li > dt small {
+ font-weight: normal;
+}
+
+.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
+ content: '';
+ display: inline-block;
+ border-left: 7px solid transparent;
+ border-right: 7px solid transparent;
+ border-bottom: 7px solid #CCC;
+ border-bottom-color: rgba(0, 0, 0, 0.2);
+ position: absolute;
+ bottom: -4px;
+ left: 9px;
+ display: none;
+}
+
+.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
+ content: '';
+ display: inline-block;
+ border-left: 6px solid transparent;
+ border-right: 6px solid transparent;
+ border-bottom: 6px solid white;
+ position: absolute;
+ bottom: -4px;
+ left: 10px;
+ display: none;
+}
+
+.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
+ bottom: auto;
+ top: -3px;
+ border-top: 7px solid #ccc;
+ border-bottom: 0;
+ border-top-color: rgba(0, 0, 0, 0.2);
+}
+
+.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
+ bottom: auto;
+ top: -3px;
+ border-top: 6px solid #ffffff;
+ border-bottom: 0;
+}
+
+.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
+ right: 12px;
+ left: auto;
+}
+.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
+ right: 13px;
+ left: auto;
+}
+
+.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
+.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
+ display: block;
+}
+
+.bootstrap-select.btn-group .no-results {
+ padding: 3px;
+ background: #f5f5f5;
+ margin: 0 5px;
+}
+
+.mobile-device {
+ position: absolute;
+ top: 0;
+ left: 0;
+ display: block !important;
+ width: 100%;
+ height: 100% !important;
+ opacity: 0;
+}
+
+.bootstrap-select.fit-width {
+ width: auto !important;
+}
+
+.bootstrap-select.btn-group.fit-width .btn .filter-option {
+ position: static;
+}
+
+.bootstrap-select.btn-group.fit-width .btn .caret {
+ position: static;
+ top: auto;
+ margin-top: -1px;
+}
+
+.control-group.error .bootstrap-select .dropdown-toggle{
+ border-color: #b94a48;
+}
+
+.bootstrap-select-searchbox {
+ padding: 4px 8px;
+}
+
+.bootstrap-select-searchbox input {
+ margin-bottom: 0;
+}
diff --git a/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.js b/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.js
new file mode 100755
index 000000000..53dec6356
--- /dev/null
+++ b/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.js
@@ -0,0 +1,856 @@
+/*!
+ * bootstrap-select v1.4.1
+ * http://silviomoreto.github.io/bootstrap-select/
+ *
+ * Copyright 2013 bootstrap-select
+ * Licensed under the MIT license
+ */
+
+!function($) {
+
+ "use strict";
+
+ $.expr[":"].icontains = function(obj, index, meta) {
+ return $(obj).text().toUpperCase().indexOf(meta[3].toUpperCase()) >= 0;
+ };
+
+ var Selectpicker = function(element, options, e) {
+ if (e) {
+ e.stopPropagation();
+ e.preventDefault();
+ }
+ this.$element = $(element);
+ this.$newElement = null;
+ this.$button = null;
+ this.$menu = null;
+
+ //Merge defaults, options and data-attributes to make our options
+ this.options = $.extend({}, $.fn.selectpicker.defaults, this.$element.data(), typeof options == 'object' && options);
+
+ //If we have no title yet, check the attribute 'title' (this is missed by jq as its not a data-attribute
+ if (this.options.title == null) {
+ this.options.title = this.$element.attr('title');
+ }
+
+ //Expose public methods
+ this.val = Selectpicker.prototype.val;
+ this.render = Selectpicker.prototype.render;
+ this.refresh = Selectpicker.prototype.refresh;
+ this.setStyle = Selectpicker.prototype.setStyle;
+ this.selectAll = Selectpicker.prototype.selectAll;
+ this.deselectAll = Selectpicker.prototype.deselectAll;
+ this.init();
+ };
+
+ Selectpicker.prototype = {
+
+ constructor: Selectpicker,
+
+ init: function() {
+ this.$element.hide();
+ this.multiple = this.$element.prop('multiple');
+ var id = this.$element.attr('id');
+ this.$newElement = this.createView();
+ this.$element.after(this.$newElement);
+ this.$menu = this.$newElement.find('> .dropdown-menu');
+ this.$button = this.$newElement.find('> button');
+ this.$searchbox = this.$newElement.find('input');
+
+ if (id !== undefined) {
+ var that = this;
+ this.$button.attr('data-id', id);
+ $('label[for="' + id + '"]').click(function(e) {
+ e.preventDefault();
+ that.$button.focus();
+ });
+ }
+
+ this.checkDisabled();
+ this.clickListener();
+ if (this.options.liveSearch) {
+ this.liveSearchListener();
+ }
+ this.render();
+ this.liHeight();
+ this.setStyle();
+ this.setWidth();
+ if (this.options.container) {
+ this.selectPosition();
+ }
+ this.$menu.data('this', this);
+ this.$newElement.data('this', this);
+ },
+
+ createDropdown: function() {
+ //If we are multiple, then add the show-tick class by default
+ var multiple = this.multiple ? ' show-tick' : '';
+ var header = this.options.header ? '
' + this.options.header + '
' : '';
+ var searchbox = this.options.liveSearch ? '' : '';
+ var drop =
+ "" +
+ "" +
+ "" +
+ "
";
+
+ return $(drop);
+ },
+
+ createView: function() {
+ var $drop = this.createDropdown();
+ var $li = this.createLi();
+ $drop.find('ul').append($li);
+ return $drop;
+ },
+
+ reloadLi: function() {
+ //Remove all children.
+ this.destroyLi();
+ //Re build
+ var $li = this.createLi();
+ this.$menu.find('ul').append( $li );
+ },
+
+ destroyLi: function() {
+ this.$menu.find('li').remove();
+ },
+
+ createLi: function() {
+ var that = this,
+ _liA = [],
+ _liHtml = '';
+
+ this.$element.find('option').each(function() {
+ var $this = $(this);
+
+ //Get the class and text for the option
+ var optionClass = $this.attr("class") || '';
+ var inline = $this.attr("style") || '';
+ var text = $this.data('content') ? $this.data('content') : $this.html();
+ var subtext = $this.data('subtext') !== undefined ? '' + $this.data('subtext') + '' : '';
+ var icon = $this.data('icon') !== undefined ? ' ' : '';
+ if (icon !== '' && ($this.is(':disabled') || $this.parent().is(':disabled'))) {
+ icon = ''+icon+'';
+ }
+
+ if (!$this.data('content')) {
+ //Prepend any icon and append any subtext to the main text.
+ text = icon + '' + text + subtext + '';
+ }
+
+ if (that.options.hideDisabled && ($this.is(':disabled') || $this.parent().is(':disabled'))) {
+ _liA.push('');
+ } else if ($this.parent().is('optgroup') && $this.data('divider') !== true) {
+ if ($this.index() == 0) {
+ //Get the opt group label
+ var label = $this.parent().attr('label');
+ var labelSubtext = $this.parent().data('subtext') !== undefined ? ''+$this.parent().data('subtext')+'' : '';
+ var labelIcon = $this.parent().data('icon') ? ' ' : '';
+ label = labelIcon + '' + label + labelSubtext + '';
+
+ if ($this[0].index != 0) {
+ _liA.push(
+ ''+
+ ''+label+''+
+ that.createA(text, "opt " + optionClass, inline )
+ );
+ } else {
+ _liA.push(
+ ''+label+''+
+ that.createA(text, "opt " + optionClass, inline ));
+ }
+ } else {
+ _liA.push(that.createA(text, "opt " + optionClass, inline ));
+ }
+ } else if ($this.data('divider') === true) {
+ _liA.push('');
+ } else if ($(this).data('hidden') === true) {
+ _liA.push('');
+ } else {
+ _liA.push(that.createA(text, optionClass, inline ));
+ }
+ });
+
+ $.each(_liA, function(i, item) {
+ _liHtml += "" + item + "";
+ });
+
+ //If we are not multiple, and we dont have a selected item, and we dont have a title, select the first element so something is set in the button
+ if (!this.multiple && this.$element.find('option:selected').length==0 && !this.options.title) {
+ this.$element.find('option').eq(0).prop('selected', true).attr('selected', 'selected');
+ }
+
+ return $(_liHtml);
+ },
+
+ createA: function(text, classes, inline) {
+ return '' +
+ text +
+ '' +
+ '';
+ },
+
+ render: function() {
+ var that = this;
+
+ //Update the LI to match the SELECT
+ this.$element.find('option').each(function(index) {
+ that.setDisabled(index, $(this).is(':disabled') || $(this).parent().is(':disabled') );
+ that.setSelected(index, $(this).is(':selected') );
+ });
+
+ this.tabIndex();
+
+ var selectedItems = this.$element.find('option:selected').map(function() {
+ var $this = $(this);
+ var icon = $this.data('icon') && that.options.showIcon ? ' ' : '';
+ var subtext;
+ if (that.options.showSubtext && $this.attr('data-subtext') && !that.multiple) {
+ subtext = ' '+$this.data('subtext') +'';
+ } else {
+ subtext = '';
+ }
+ if ($this.data('content') && that.options.showContent) {
+ return $this.data('content');
+ } else if ($this.attr('title') != undefined) {
+ return $this.attr('title');
+ } else {
+ return icon + $this.html() + subtext;
+ }
+ }).toArray();
+
+ //Fixes issue in IE10 occurring when no default option is selected and at least one option is disabled
+ //Convert all the values into a comma delimited string
+ var title = !this.multiple ? selectedItems[0] : selectedItems.join(this.options.multipleSeparator);
+
+ //If this is multi select, and the selectText type is count, the show 1 of 2 selected etc..
+ if (this.multiple && this.options.selectedTextFormat.indexOf('count') > -1) {
+ var max = this.options.selectedTextFormat.split(">");
+ var notDisabled = this.options.hideDisabled ? ':not([disabled])' : '';
+ if ( (max.length>1 && selectedItems.length > max[1]) || (max.length==1 && selectedItems.length>=2)) {
+ title = this.options.countSelectedText.replace('{0}', selectedItems.length).replace('{1}', this.$element.find('option:not([data-divider="true"]):not([data-hidden="true"])'+notDisabled).length);
+ }
+ }
+
+ //If we dont have a title, then use the default, or if nothing is set at all, use the not selected text
+ if (!title) {
+ title = this.options.title != undefined ? this.options.title : this.options.noneSelectedText;
+ }
+
+ this.$button.attr('title', $.trim(title));
+ this.$newElement.find('.filter-option').html(title);
+ },
+
+ setStyle: function(style, status) {
+ if (this.$element.attr('class')) {
+ this.$newElement.addClass(this.$element.attr('class').replace(/selectpicker|mobile-device/gi, ''));
+ }
+
+ var buttonClass = style ? style : this.options.style;
+
+ if (status == 'add') {
+ this.$button.addClass(buttonClass);
+ } else if (status == 'remove') {
+ this.$button.removeClass(buttonClass);
+ } else {
+ this.$button.removeClass(this.options.style);
+ this.$button.addClass(buttonClass);
+ }
+ },
+
+ liHeight: function() {
+ var $selectClone = this.$menu.parent().clone().appendTo('body'),
+ $menuClone = $selectClone.addClass('open').find('> .dropdown-menu'),
+ liHeight = $menuClone.find('li > a').outerHeight(),
+ headerHeight = this.options.header ? $menuClone.find('.popover-title').outerHeight() : 0,
+ searchHeight = this.options.liveSearch ? $menuClone.find('.bootstrap-select-searchbox').outerHeight() : 0;
+
+ $selectClone.remove();
+
+ this.$newElement
+ .data('liHeight', liHeight)
+ .data('headerHeight', headerHeight)
+ .data('searchHeight', searchHeight);
+ },
+
+ setSize: function() {
+ var that = this,
+ menu = this.$menu,
+ menuInner = menu.find('.inner'),
+ selectHeight = this.$newElement.outerHeight(),
+ liHeight = this.$newElement.data('liHeight'),
+ headerHeight = this.$newElement.data('headerHeight'),
+ searchHeight = this.$newElement.data('searchHeight'),
+ divHeight = menu.find('li .divider').outerHeight(true),
+ menuPadding = parseInt(menu.css('padding-top')) +
+ parseInt(menu.css('padding-bottom')) +
+ parseInt(menu.css('border-top-width')) +
+ parseInt(menu.css('border-bottom-width')),
+ notDisabled = this.options.hideDisabled ? ':not(.disabled)' : '',
+ $window = $(window),
+ menuExtras = menuPadding + parseInt(menu.css('margin-top')) + parseInt(menu.css('margin-bottom')) + 2,
+ menuHeight,
+ selectOffsetTop,
+ selectOffsetBot,
+ posVert = function() {
+ selectOffsetTop = that.$newElement.offset().top - $window.scrollTop();
+ selectOffsetBot = $window.height() - selectOffsetTop - selectHeight;
+ };
+ posVert();
+ if (this.options.header) menu.css('padding-top', 0);
+
+ if (this.options.size == 'auto') {
+ var getSize = function() {
+ var minHeight;
+ posVert();
+ menuHeight = selectOffsetBot - menuExtras;
+ if (that.options.dropupAuto) {
+ that.$newElement.toggleClass('dropup', (selectOffsetTop > selectOffsetBot) && ((menuHeight - menuExtras) < menu.height()));
+ }
+ if (that.$newElement.hasClass('dropup')) {
+ menuHeight = selectOffsetTop - menuExtras;
+ }
+ if ((menu.find('li').length + menu.find('dt').length) > 3) {
+ minHeight = liHeight*3 + menuExtras - 2;
+ } else {
+ minHeight = 0;
+ }
+ menu.css({'max-height' : menuHeight + 'px', 'overflow' : 'hidden', 'min-height' : minHeight + 'px'});
+ menuInner.css({'max-height' : menuHeight - headerHeight - searchHeight- menuPadding + 'px', 'overflow-y' : 'auto', 'min-height' : minHeight - menuPadding + 'px'});
+ };
+ getSize();
+ $(window).resize(getSize);
+ $(window).scroll(getSize);
+ } else if (this.options.size && this.options.size != 'auto' && menu.find('li'+notDisabled).length > this.options.size) {
+ var optIndex = menu.find("li"+notDisabled+" > *").filter(':not(.div-contain)').slice(0,this.options.size).last().parent().index();
+ var divLength = menu.find("li").slice(0,optIndex + 1).find('.div-contain').length;
+ menuHeight = liHeight*this.options.size + divLength*divHeight + menuPadding;
+ if (that.options.dropupAuto) {
+ this.$newElement.toggleClass('dropup', (selectOffsetTop > selectOffsetBot) && (menuHeight < menu.height()));
+ }
+ menu.css({'max-height' : menuHeight + headerHeight + searchHeight + 'px', 'overflow' : 'hidden'});
+ menuInner.css({'max-height' : menuHeight - menuPadding + 'px', 'overflow-y' : 'auto'});
+ }
+ },
+
+ setWidth: function() {
+ if (this.options.width == 'auto') {
+ this.$menu.css('min-width', '0');
+
+ // Get correct width if element hidden
+ var selectClone = this.$newElement.clone().appendTo('body');
+ var ulWidth = selectClone.find('> .dropdown-menu').css('width');
+ selectClone.remove();
+
+ this.$newElement.css('width', ulWidth);
+ } else if (this.options.width == 'fit') {
+ // Remove inline min-width so width can be changed from 'auto'
+ this.$menu.css('min-width', '');
+ this.$newElement.css('width', '').addClass('fit-width');
+ } else if (this.options.width) {
+ // Remove inline min-width so width can be changed from 'auto'
+ this.$menu.css('min-width', '');
+ this.$newElement.css('width', this.options.width);
+ } else {
+ // Remove inline min-width/width so width can be changed
+ this.$menu.css('min-width', '');
+ this.$newElement.css('width', '');
+ }
+ // Remove fit-width class if width is changed programmatically
+ if (this.$newElement.hasClass('fit-width') && this.options.width !== 'fit') {
+ this.$newElement.removeClass('fit-width');
+ }
+ },
+
+ selectPosition: function() {
+ var that = this,
+ drop = "",
+ $drop = $(drop),
+ pos,
+ actualHeight,
+ getPlacement = function($element) {
+ $drop.addClass($element.attr('class')).toggleClass('dropup', $element.hasClass('dropup'));
+ pos = $element.offset();
+ actualHeight = $element.hasClass('dropup') ? 0 : $element[0].offsetHeight;
+ $drop.css({'top' : pos.top + actualHeight, 'left' : pos.left, 'width' : $element[0].offsetWidth, 'position' : 'absolute'});
+ };
+ this.$newElement.on('click', function() {
+ getPlacement($(this));
+ $drop.appendTo(that.options.container);
+ $drop.toggleClass('open', !$(this).hasClass('open'));
+ $drop.append(that.$menu);
+ });
+ $(window).resize(function() {
+ getPlacement(that.$newElement);
+ });
+ $(window).on('scroll', function() {
+ getPlacement(that.$newElement);
+ });
+ $('html').on('click', function(e) {
+ if ($(e.target).closest(that.$newElement).length < 1) {
+ $drop.removeClass('open');
+ }
+ });
+ },
+
+ mobile: function() {
+ this.$element.addClass('mobile-device').appendTo(this.$newElement);
+ if (this.options.container) this.$menu.hide();
+ },
+
+ refresh: function() {
+ this.reloadLi();
+ this.render();
+ this.setWidth();
+ this.setStyle();
+ this.checkDisabled();
+ this.liHeight();
+ },
+
+ update: function() {
+ this.reloadLi();
+ this.setWidth();
+ this.setStyle();
+ this.checkDisabled();
+ this.liHeight();
+ },
+
+ setSelected: function(index, selected) {
+ this.$menu.find('li').eq(index).toggleClass('selected', selected);
+ },
+
+ setDisabled: function(index, disabled) {
+ if (disabled) {
+ this.$menu.find('li').eq(index).addClass('disabled').find('a').attr('href', '#').attr('tabindex', -1);
+ } else {
+ this.$menu.find('li').eq(index).removeClass('disabled').find('a').removeAttr('href').attr('tabindex', 0);
+ }
+ },
+
+ isDisabled: function() {
+ return this.$element.is(':disabled');
+ },
+
+ checkDisabled: function() {
+ var that = this;
+
+ if (this.isDisabled()) {
+ this.$button.addClass('disabled').attr('tabindex', -1);
+ } else {
+ if (this.$button.hasClass('disabled')) {
+ this.$button.removeClass('disabled');
+ }
+
+ if (this.$button.attr('tabindex') == -1) {
+ if (!this.$element.data('tabindex')) this.$button.removeAttr('tabindex');
+ }
+ }
+
+ this.$button.click(function() {
+ return !that.isDisabled();
+ });
+ },
+
+ tabIndex: function() {
+ if (this.$element.is('[tabindex]')) {
+ this.$element.data('tabindex', this.$element.attr("tabindex"));
+ this.$button.attr('tabindex', this.$element.data('tabindex'));
+ }
+ },
+
+ clickListener: function() {
+ var that = this;
+
+ $('body').on('touchstart.dropdown', '.dropdown-menu', function(e) {
+ e.stopPropagation();
+ });
+
+ this.$newElement.on('click', function() {
+ that.setSize();
+ if (!that.options.liveSearch && !that.multiple) {
+ setTimeout(function() {
+ that.$menu.find('.selected a').focus();
+ }, 10);
+ }
+ });
+
+ this.$menu.on('click', 'li a', function(e) {
+ var clickedIndex = $(this).parent().index(),
+ prevValue = that.$element.val(),
+ prevIndex = that.$element.prop('selectedIndex');
+
+ //Dont close on multi choice menu
+ if (that.multiple) {
+ e.stopPropagation();
+ }
+
+ e.preventDefault();
+
+ //Dont run if we have been disabled
+ if (!that.isDisabled() && !$(this).parent().hasClass('disabled')) {
+ var $options = that.$element.find('option');
+ var $option = $options.eq(clickedIndex);
+
+ //Deselect all others if not multi select box
+ if (!that.multiple) {
+ $options.prop('selected', false);
+ $option.prop('selected', true);
+ }
+ //Else toggle the one we have chosen if we are multi select.
+ else {
+ var state = $option.prop('selected');
+
+ $option.prop('selected', !state);
+ }
+
+ if (!that.multiple) {
+ that.$button.focus();
+ } else if (that.options.liveSearch) {
+ that.$searchbox.focus();
+ }
+
+ // Trigger select 'change'
+ if ((prevValue != that.$element.val() && that.multiple) || (prevIndex != that.$element.prop('selectedIndex') && !that.multiple)) {
+ that.$element.change();
+ }
+ }
+ });
+
+ this.$menu.on('click', 'li.disabled a, li dt, li .div-contain, .popover-title, .popover-title :not(.close)', function(e) {
+ if (e.target == this) {
+ e.preventDefault();
+ e.stopPropagation();
+ if (!that.options.liveSearch) {
+ that.$button.focus();
+ } else {
+ that.$searchbox.focus();
+ }
+ }
+ });
+
+ this.$menu.on('click', '.popover-title .close', function() {
+ that.$button.focus();
+ });
+
+ this.$searchbox.on('click', function(e) {
+ e.stopPropagation();
+ });
+
+ this.$element.change(function() {
+ that.render();
+ });
+ },
+
+ liveSearchListener: function() {
+ var that = this,
+ no_results = $('');
+
+ this.$newElement.on('click.dropdown.data-api', function() {
+ that.$menu.find('.active').removeClass('active');
+ if (!!that.$searchbox.val()) {
+ that.$searchbox.val('');
+ that.$menu.find('li').show();
+ if (!!no_results.parent().length) no_results.remove();
+ }
+ if (!that.multiple) that.$menu.find('.selected').addClass('active');
+ setTimeout(function() {
+ that.$searchbox.focus();
+ }, 10);
+ });
+
+ this.$searchbox.on('input propertychange', function() {
+ if (that.$searchbox.val()) {
+ that.$menu.find('li').show().not(':icontains(' + that.$searchbox.val() + ')').hide();
+
+ if (!that.$menu.find('li').filter(':visible:not(.no-results)').length) {
+ if (!!no_results.parent().length) no_results.remove();
+ no_results.html('No results match "'+ that.$searchbox.val() + '"').show();
+ that.$menu.find('li').last().after(no_results);
+ } else if (!!no_results.parent().length) {
+ no_results.remove();
+ }
+
+ } else {
+ that.$menu.find('li').show();
+ if (!!no_results.parent().length) no_results.remove();
+ }
+
+ that.$menu.find('li.active').removeClass('active');
+ that.$menu.find('li').filter(':visible:not(.divider)').eq(0).addClass('active').find('a').focus();
+ $(this).focus();
+ });
+
+ this.$menu.on('mouseenter', 'a', function(e) {
+ that.$menu.find('.active').removeClass('active');
+ $(e.currentTarget).parent().not('.disabled').addClass('active');
+ });
+
+ this.$menu.on('mouseleave', 'a', function() {
+ that.$menu.find('.active').removeClass('active');
+ });
+ },
+
+ val: function(value) {
+
+ if (value != undefined) {
+ this.$element.val( value );
+
+ this.$element.change();
+ return this.$element;
+ } else {
+ return this.$element.val();
+ }
+ },
+
+ selectAll: function() {
+ this.$element.find('option').prop('selected', true).attr('selected', 'selected');
+ this.render();
+ },
+
+ deselectAll: function() {
+ this.$element.find('option').prop('selected', false).removeAttr('selected');
+ this.render();
+ },
+
+ keydown: function(e) {
+ var $this,
+ $items,
+ $parent,
+ index,
+ next,
+ first,
+ last,
+ prev,
+ nextPrev,
+ that,
+ prevIndex,
+ isActive,
+ keyCodeMap = {
+ 32:" ", 48:"0", 49:"1", 50:"2", 51:"3", 52:"4", 53:"5", 54:"6", 55:"7", 56:"8", 57:"9", 59:";",
+ 65:"a", 66:"b", 67:"c", 68:"d", 69:"e", 70:"f", 71:"g", 72:"h", 73:"i", 74:"j", 75:"k", 76:"l",
+ 77:"m", 78:"n", 79:"o", 80:"p", 81:"q", 82:"r", 83:"s", 84:"t", 85:"u", 86:"v", 87:"w", 88:"x",
+ 89:"y", 90:"z", 96:"0", 97:"1", 98:"2", 99:"3", 100:"4", 101:"5", 102:"6", 103:"7", 104:"8", 105:"9"
+ };
+
+ $this = $(this);
+
+ $parent = $this.parent();
+
+ if ($this.is('input')) $parent = $this.parent().parent();
+
+ that = $parent.data('this');
+
+ if (that.options.liveSearch) $parent = $this.parent().parent();
+
+ if (that.options.container) $parent = that.$menu;
+
+ $items = $('[role=menu] li:not(.divider) a', $parent);
+
+ isActive = that.$menu.parent().hasClass('open');
+
+ if (that.options.liveSearch) {
+ if (/(^9$|27)/.test(e.keyCode) && isActive && that.$menu.find('.active').length == 0) {
+ e.preventDefault();
+ that.$menu.parent().removeClass('open');
+ that.$button.focus();
+ }
+ $items = $('[role=menu] li:not(.divider):visible', $parent);
+ if (!$this.val() && !/(38|40)/.test(e.keyCode)) {
+ if ($items.filter('.active').length == 0) {
+ $items = that.$newElement.find('li').filter(':icontains(' + keyCodeMap[e.keyCode] + ')');
+ }
+ }
+ }
+
+ if (!$items.length) return;
+
+ if (/(38|40)/.test(e.keyCode)) {
+
+ if (!isActive) {
+ that.$menu.parent().addClass('open');
+ }
+
+ index = $items.index($items.filter(':focus'));
+ first = $items.parent(':not(.disabled):visible').first().index();
+ last = $items.parent(':not(.disabled):visible').last().index();
+ next = $items.eq(index).parent().nextAll(':not(.disabled):visible').eq(0).index();
+ prev = $items.eq(index).parent().prevAll(':not(.disabled):visible').eq(0).index();
+ nextPrev = $items.eq(next).parent().prevAll(':not(.disabled):visible').eq(0).index();
+
+ if (that.options.liveSearch) {
+ $items.each(function(i) {
+ if ($(this).is(':not(.disabled)')) {
+ $(this).data('index', i);
+ }
+ });
+ index = $items.index($items.filter('.active'));
+ first = $items.filter(':not(.disabled):visible').first().data('index');
+ last = $items.filter(':not(.disabled):visible').last().data('index');
+ next = $items.eq(index).nextAll(':not(.disabled):visible').eq(0).data('index');
+ prev = $items.eq(index).prevAll(':not(.disabled):visible').eq(0).data('index');
+ nextPrev = $items.eq(next).prevAll(':not(.disabled):visible').eq(0).data('index');
+ }
+
+ prevIndex = $this.data('prevIndex');
+
+ if (e.keyCode == 38) {
+ if (that.options.liveSearch) index -= 1;
+ if (index != nextPrev && index > prev) index = prev;
+ if (index < first) index = first;
+ if (index == prevIndex) index = last;
+ }
+
+ if (e.keyCode == 40) {
+ if (that.options.liveSearch) index += 1;
+ if (index == -1) index = 0;
+ if (index != nextPrev && index < next) index = next;
+ if (index > last) index = last;
+ if (index == prevIndex) index = first;
+ }
+
+ $this.data('prevIndex', index);
+
+ if (!that.options.liveSearch) {
+ $items.eq(index).focus();
+ } else {
+ e.preventDefault();
+ if (!$this.is('.dropdown-toggle')) {
+ $items.removeClass('active');
+ $items.eq(index).addClass('active').find('a').focus();
+ $this.focus();
+ }
+ }
+
+ } else if (!$this.is('input')) {
+
+ var keyIndex = [];
+
+ $items.each(function() {
+ if ($(this).parent().is(':not(.disabled)')) {
+ if ($.trim($(this).text().toLowerCase()).substring(0,1) == keyCodeMap[e.keyCode]) {
+ keyIndex.push($(this).parent().index());
+ }
+ }
+ });
+
+ var count = $(document).data('keycount');
+ count++;
+ $(document).data('keycount',count);
+
+ var prevKey = $.trim($(':focus').text().toLowerCase()).substring(0,1);
+
+ if (prevKey != keyCodeMap[e.keyCode]) {
+ count = 1;
+ $(document).data('keycount',count);
+ } else if (count >= keyIndex.length) {
+ $(document).data('keycount',0);
+ }
+
+ $items.eq(keyIndex[count - 1]).focus();
+ }
+
+ // Select focused option if "Enter", "Spacebar", "Tab" are pressed inside the menu.
+ if (/(13|32|^9$)/.test(e.keyCode) && isActive) {
+ if (!/(32)/.test(e.keyCode)) e.preventDefault();
+ if (!that.options.liveSearch) {
+ $(':focus').click();
+ } else if (!/(32)/.test(e.keyCode)) {
+ that.$menu.find('.active a').click();
+ $this.focus();
+ }
+ $(document).data('keycount',0);
+ }
+
+ if ((/(^9$|27)/.test(e.keyCode) && isActive && (that.multiple || that.options.liveSearch)) || (/(27)/.test(e.keyCode) && !isActive)) {
+ that.$menu.parent().removeClass('open');
+ that.$button.focus();
+ }
+
+ },
+
+ hide: function() {
+ this.$newElement.hide();
+ },
+
+ show: function() {
+ this.$newElement.show();
+ },
+
+ destroy: function() {
+ this.$newElement.remove();
+ this.$element.remove();
+ }
+ };
+
+ $.fn.selectpicker = function(option, event) {
+ //get the args of the outer function..
+ var args = arguments;
+ var value;
+ var chain = this.each(function() {
+ if ($(this).is('select')) {
+ var $this = $(this),
+ data = $this.data('selectpicker'),
+ options = typeof option == 'object' && option;
+
+ if (!data) {
+ $this.data('selectpicker', (data = new Selectpicker(this, options, event)));
+ } else if (options) {
+ for(var i in options) {
+ data.options[i] = options[i];
+ }
+ }
+
+ if (typeof option == 'string') {
+ //Copy the value of option, as once we shift the arguments
+ //it also shifts the value of option.
+ var property = option;
+ if (data[property] instanceof Function) {
+ [].shift.apply(args);
+ value = data[property].apply(data, args);
+ } else {
+ value = data.options[property];
+ }
+ }
+ }
+ });
+
+ if (value != undefined) {
+ return value;
+ } else {
+ return chain;
+ }
+ };
+
+ $.fn.selectpicker.defaults = {
+ style: 'btn-default',
+ size: 'auto',
+ title: null,
+ selectedTextFormat : 'values',
+ noneSelectedText : 'Nothing selected',
+ countSelectedText: '{0} of {1} selected',
+ width: false,
+ container: false,
+ hideDisabled: false,
+ showSubtext: false,
+ showIcon: true,
+ showContent: true,
+ dropupAuto: true,
+ header: false,
+ liveSearch: false,
+ multipleSeparator: ', ',
+ iconBase: 'glyphicon',
+ tickIcon: 'glyphicon-ok'
+ };
+
+ $(document)
+ .data('keycount', 0)
+ .on('keydown', '.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bootstrap-select-searchbox input', Selectpicker.prototype.keydown);
+
+}(window.jQuery);
\ No newline at end of file
diff --git a/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.min.css b/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.min.css
new file mode 100755
index 000000000..ef01a4fa3
--- /dev/null
+++ b/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.min.css
@@ -0,0 +1,7 @@
+/*!
+ * bootstrap-select v1.4.1
+ * http://silviomoreto.github.io/bootstrap-select/
+ *
+ * Copyright 2013 bootstrap-select
+ * Licensed under the MIT license
+ */.bootstrap-select.btn-group,.bootstrap-select.btn-group[class*="span"]{float:none;display:inline-block;margin-bottom:10px;margin-left:0}.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group{margin-bottom:0}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:0}.bootstrap-select.btn-group.pull-right,.bootstrap-select.btn-group[class*="span"].pull-right,.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right{float:right}.input-append .bootstrap-select.btn-group{margin-left:-1px}.input-prepend .bootstrap-select.btn-group{margin-right:-1px}.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){width:220px}.bootstrap-select{width:220px\0}.bootstrap-select.form-control:not([class*="span"]){width:100%}.bootstrap-select>.btn{width:100%}.error .bootstrap-select .btn{border:1px solid #b94a48}.dropdown-menu{z-index:2000}.bootstrap-select.show-menu-arrow.open>.btn{z-index:2051}.bootstrap-select .btn:focus{outline:thin dotted #333 !important;outline:5px auto -webkit-focus-ring-color !important;outline-offset:-2px}.bootstrap-select.btn-group .btn .filter-option{overflow:hidden;position:absolute;left:12px;right:25px;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group>.disabled,.bootstrap-select.btn-group .dropdown-menu li.disabled>a{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:none !important}.bootstrap-select.btn-group[class*="span"] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu dt{display:block;padding:3px 20px;cursor:default}.bootstrap-select.btn-group .div-contain{overflow:hidden}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li>a.opt{position:relative;padding-left:35px}.bootstrap-select.btn-group .dropdown-menu li>a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:normal}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{display:inline-block;position:absolute;right:15px;margin-top:2.5px}.bootstrap-select.btn-group .dropdown-menu li a i.check-mark{display:none}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small,.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small{color:#64b1d8;color:rgba(255,255,255,0.4)}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:normal}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-bottom-color:rgba(0,0,0,0.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px}.mobile-device{position:absolute;top:0;left:0;display:block !important;width:100%;height:100% !important;opacity:0}.bootstrap-select.fit-width{width:auto !important}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select-searchbox{padding:4px 8px}.bootstrap-select-searchbox input{margin-bottom:0}
diff --git a/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.min.js b/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.min.js
new file mode 100755
index 000000000..222c8ef3e
--- /dev/null
+++ b/ajax/libs/bootstrap-select/1.4.1/bootstrap-select.min.js
@@ -0,0 +1,8 @@
+/*!
+ * bootstrap-select v1.4.1
+ * http://silviomoreto.github.io/bootstrap-select/
+ *
+ * Copyright 2013 bootstrap-select
+ * Licensed under the MIT license
+ */
+;!function(b){b.expr[":"].icontains=function(e,c,d){return b(e).text().toUpperCase().indexOf(d[3].toUpperCase())>=0};var a=function(d,c,f){if(f){f.stopPropagation();f.preventDefault()}this.$element=b(d);this.$newElement=null;this.$button=null;this.$menu=null;this.options=b.extend({},b.fn.selectpicker.defaults,this.$element.data(),typeof c=="object"&&c);if(this.options.title==null){this.options.title=this.$element.attr("title")}this.val=a.prototype.val;this.render=a.prototype.render;this.refresh=a.prototype.refresh;this.setStyle=a.prototype.setStyle;this.selectAll=a.prototype.selectAll;this.deselectAll=a.prototype.deselectAll;this.init()};a.prototype={constructor:a,init:function(){this.$element.hide();this.multiple=this.$element.prop("multiple");var d=this.$element.attr("id");this.$newElement=this.createView();this.$element.after(this.$newElement);this.$menu=this.$newElement.find("> .dropdown-menu");this.$button=this.$newElement.find("> button");this.$searchbox=this.$newElement.find("input");if(d!==undefined){var c=this;this.$button.attr("data-id",d);b('label[for="'+d+'"]').click(function(f){f.preventDefault();c.$button.focus()})}this.checkDisabled();this.clickListener();if(this.options.liveSearch){this.liveSearchListener()}this.render();this.liHeight();this.setStyle();this.setWidth();if(this.options.container){this.selectPosition()}this.$menu.data("this",this);this.$newElement.data("this",this)},createDropdown:function(){var c=this.multiple?" show-tick":"";var f=this.options.header?''+this.options.header+"
":"";var e=this.options.liveSearch?'':"";var d="";return b(d)},createView:function(){var c=this.createDropdown();var d=this.createLi();c.find("ul").append(d);return c},reloadLi:function(){this.destroyLi();var c=this.createLi();this.$menu.find("ul").append(c)},destroyLi:function(){this.$menu.find("li").remove()},createLi:function(){var d=this,e=[],c="";this.$element.find("option").each(function(){var i=b(this);var g=i.attr("class")||"";var h=i.attr("style")||"";var m=i.data("content")?i.data("content"):i.html();var k=i.data("subtext")!==undefined?''+i.data("subtext")+"":"";var j=i.data("icon")!==undefined?' ':"";if(j!==""&&(i.is(":disabled")||i.parent().is(":disabled"))){j=""+j+""}if(!i.data("content")){m=j+''+m+k+""}if(d.options.hideDisabled&&(i.is(":disabled")||i.parent().is(":disabled"))){e.push('')}else{if(i.parent().is("optgroup")&&i.data("divider")!==true){if(i.index()==0){var l=i.parent().attr("label");var n=i.parent().data("subtext")!==undefined?''+i.parent().data("subtext")+"":"";var f=i.parent().data("icon")?' ':"";l=f+''+l+n+"";if(i[0].index!=0){e.push(''+l+""+d.createA(m,"opt "+g,h))}else{e.push(""+l+""+d.createA(m,"opt "+g,h))}}else{e.push(d.createA(m,"opt "+g,h))}}else{if(i.data("divider")===true){e.push('')}else{if(b(this).data("hidden")===true){e.push("")}else{e.push(d.createA(m,g,h))}}}}});b.each(e,function(f,g){c+=""+g+""});if(!this.multiple&&this.$element.find("option:selected").length==0&&!this.options.title){this.$element.find("option").eq(0).prop("selected",true).attr("selected","selected")}return b(c)},createA:function(e,c,d){return''+e+''},render:function(){var d=this;this.$element.find("option").each(function(h){d.setDisabled(h,b(this).is(":disabled")||b(this).parent().is(":disabled"));d.setSelected(h,b(this).is(":selected"))});this.tabIndex();var g=this.$element.find("option:selected").map(function(){var j=b(this);var i=j.data("icon")&&d.options.showIcon?' ':"";var h;if(d.options.showSubtext&&j.attr("data-subtext")&&!d.multiple){h=' '+j.data("subtext")+""}else{h=""}if(j.data("content")&&d.options.showContent){return j.data("content")}else{if(j.attr("title")!=undefined){return j.attr("title")}else{return i+j.html()+h}}}).toArray();var f=!this.multiple?g[0]:g.join(this.options.multipleSeparator);if(this.multiple&&this.options.selectedTextFormat.indexOf("count")>-1){var c=this.options.selectedTextFormat.split(">");var e=this.options.hideDisabled?":not([disabled])":"";if((c.length>1&&g.length>c[1])||(c.length==1&&g.length>=2)){f=this.options.countSelectedText.replace("{0}",g.length).replace("{1}",this.$element.find('option:not([data-divider="true"]):not([data-hidden="true"])'+e).length)}}if(!f){f=this.options.title!=undefined?this.options.title:this.options.noneSelectedText}this.$button.attr("title",b.trim(f));this.$newElement.find(".filter-option").html(f)},setStyle:function(e,d){if(this.$element.attr("class")){this.$newElement.addClass(this.$element.attr("class").replace(/selectpicker|mobile-device/gi,""))}var c=e?e:this.options.style;if(d=="add"){this.$button.addClass(c)}else{if(d=="remove"){this.$button.removeClass(c)}else{this.$button.removeClass(this.options.style);this.$button.addClass(c)}}},liHeight:function(){var e=this.$menu.parent().clone().appendTo("body"),f=e.addClass("open").find("> .dropdown-menu"),d=f.find("li > a").outerHeight(),c=this.options.header?f.find(".popover-title").outerHeight():0,g=this.options.liveSearch?f.find(".bootstrap-select-searchbox").outerHeight():0;e.remove();this.$newElement.data("liHeight",d).data("headerHeight",c).data("searchHeight",g)},setSize:function(){var h=this,d=this.$menu,i=d.find(".inner"),t=this.$newElement.outerHeight(),f=this.$newElement.data("liHeight"),r=this.$newElement.data("headerHeight"),l=this.$newElement.data("searchHeight"),k=d.find("li .divider").outerHeight(true),q=parseInt(d.css("padding-top"))+parseInt(d.css("padding-bottom"))+parseInt(d.css("border-top-width"))+parseInt(d.css("border-bottom-width")),o=this.options.hideDisabled?":not(.disabled)":"",n=b(window),g=q+parseInt(d.css("margin-top"))+parseInt(d.css("margin-bottom"))+2,p,u,s,j=function(){u=h.$newElement.offset().top-n.scrollTop();s=n.height()-u-t};j();if(this.options.header){d.css("padding-top",0)}if(this.options.size=="auto"){var e=function(){var v;j();p=s-g;if(h.options.dropupAuto){h.$newElement.toggleClass("dropup",(u>s)&&((p-g)3){v=f*3+g-2}else{v=0}d.css({"max-height":p+"px",overflow:"hidden","min-height":v+"px"});i.css({"max-height":p-r-l-q+"px","overflow-y":"auto","min-height":v-q+"px"})};e();b(window).resize(e);b(window).scroll(e)}else{if(this.options.size&&this.options.size!="auto"&&d.find("li"+o).length>this.options.size){var m=d.find("li"+o+" > *").filter(":not(.div-contain)").slice(0,this.options.size).last().parent().index();var c=d.find("li").slice(0,m+1).find(".div-contain").length;p=f*this.options.size+c*k+q;if(h.options.dropupAuto){this.$newElement.toggleClass("dropup",(u>s)&&(p .dropdown-menu").css("width");d.remove();this.$newElement.css("width",c)}else{if(this.options.width=="fit"){this.$menu.css("min-width","");this.$newElement.css("width","").addClass("fit-width")}else{if(this.options.width){this.$menu.css("min-width","");this.$newElement.css("width",this.options.width)}else{this.$menu.css("min-width","");this.$newElement.css("width","")}}}if(this.$newElement.hasClass("fit-width")&&this.options.width!=="fit"){this.$newElement.removeClass("fit-width")}},selectPosition:function(){var e=this,d="",f=b(d),h,g,c=function(i){f.addClass(i.attr("class")).toggleClass("dropup",i.hasClass("dropup"));h=i.offset();g=i.hasClass("dropup")?0:i[0].offsetHeight;f.css({top:h.top+g,left:h.left,width:i[0].offsetWidth,position:"absolute"})};this.$newElement.on("click",function(){c(b(this));f.appendTo(e.options.container);f.toggleClass("open",!b(this).hasClass("open"));f.append(e.$menu)});b(window).resize(function(){c(e.$newElement)});b(window).on("scroll",function(){c(e.$newElement)});b("html").on("click",function(i){if(b(i.target).closest(e.$newElement).length<1){f.removeClass("open")}})},mobile:function(){this.$element.addClass("mobile-device").appendTo(this.$newElement);if(this.options.container){this.$menu.hide()}},refresh:function(){this.reloadLi();this.render();this.setWidth();this.setStyle();this.checkDisabled();this.liHeight()},update:function(){this.reloadLi();this.setWidth();this.setStyle();this.checkDisabled();this.liHeight()},setSelected:function(c,d){this.$menu.find("li").eq(c).toggleClass("selected",d)},setDisabled:function(c,d){if(d){this.$menu.find("li").eq(c).addClass("disabled").find("a").attr("href","#").attr("tabindex",-1)}else{this.$menu.find("li").eq(c).removeClass("disabled").find("a").removeAttr("href").attr("tabindex",0)}},isDisabled:function(){return this.$element.is(":disabled")},checkDisabled:function(){var c=this;if(this.isDisabled()){this.$button.addClass("disabled").attr("tabindex",-1)}else{if(this.$button.hasClass("disabled")){this.$button.removeClass("disabled")}if(this.$button.attr("tabindex")==-1){if(!this.$element.data("tabindex")){this.$button.removeAttr("tabindex")}}}this.$button.click(function(){return !c.isDisabled()})},tabIndex:function(){if(this.$element.is("[tabindex]")){this.$element.data("tabindex",this.$element.attr("tabindex"));this.$button.attr("tabindex",this.$element.data("tabindex"))}},clickListener:function(){var c=this;b("body").on("touchstart.dropdown",".dropdown-menu",function(d){d.stopPropagation()});this.$newElement.on("click",function(){c.setSize();if(!c.options.liveSearch&&!c.multiple){setTimeout(function(){c.$menu.find(".selected a").focus()},10)}});this.$menu.on("click","li a",function(k){var g=b(this).parent().index(),j=c.$element.val(),f=c.$element.prop("selectedIndex");if(c.multiple){k.stopPropagation()}k.preventDefault();if(!c.isDisabled()&&!b(this).parent().hasClass("disabled")){var d=c.$element.find("option");var i=d.eq(g);if(!c.multiple){d.prop("selected",false);i.prop("selected",true)}else{var h=i.prop("selected");i.prop("selected",!h)}if(!c.multiple){c.$button.focus()}else{if(c.options.liveSearch){c.$searchbox.focus()}}if((j!=c.$element.val()&&c.multiple)||(f!=c.$element.prop("selectedIndex")&&!c.multiple)){c.$element.change()}}});this.$menu.on("click","li.disabled a, li dt, li .div-contain, .popover-title, .popover-title :not(.close)",function(d){if(d.target==this){d.preventDefault();d.stopPropagation();if(!c.options.liveSearch){c.$button.focus()}else{c.$searchbox.focus()}}});this.$menu.on("click",".popover-title .close",function(){c.$button.focus()});this.$searchbox.on("click",function(d){d.stopPropagation()});this.$element.change(function(){c.render()})},liveSearchListener:function(){var d=this,c=b('');this.$newElement.on("click.dropdown.data-api",function(){d.$menu.find(".active").removeClass("active");if(!!d.$searchbox.val()){d.$searchbox.val("");d.$menu.find("li").show();if(!!c.parent().length){c.remove()}}if(!d.multiple){d.$menu.find(".selected").addClass("active")}setTimeout(function(){d.$searchbox.focus()},10)});this.$searchbox.on("input propertychange",function(){if(d.$searchbox.val()){d.$menu.find("li").show().not(":icontains("+d.$searchbox.val()+")").hide();if(!d.$menu.find("li").filter(":visible:not(.no-results)").length){if(!!c.parent().length){c.remove()}c.html('No results match "'+d.$searchbox.val()+'"').show();d.$menu.find("li").last().after(c)}else{if(!!c.parent().length){c.remove()}}}else{d.$menu.find("li").show();if(!!c.parent().length){c.remove()}}d.$menu.find("li.active").removeClass("active");d.$menu.find("li").filter(":visible:not(.divider)").eq(0).addClass("active").find("a").focus();b(this).focus()});this.$menu.on("mouseenter","a",function(f){d.$menu.find(".active").removeClass("active");b(f.currentTarget).parent().not(".disabled").addClass("active")});this.$menu.on("mouseleave","a",function(){d.$menu.find(".active").removeClass("active")})},val:function(c){if(c!=undefined){this.$element.val(c);this.$element.change();return this.$element}else{return this.$element.val()}},selectAll:function(){this.$element.find("option").prop("selected",true).attr("selected","selected");this.render()},deselectAll:function(){this.$element.find("option").prop("selected",false).removeAttr("selected");this.render()},keydown:function(p){var q,o,i,n,k,j,r,f,h,m,d,s,g={32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9"};q=b(this);i=q.parent();if(q.is("input")){i=q.parent().parent()}m=i.data("this");if(m.options.liveSearch){i=q.parent().parent()}if(m.options.container){i=m.$menu}o=b("[role=menu] li:not(.divider) a",i);s=m.$menu.parent().hasClass("open");if(m.options.liveSearch){if(/(^9$|27)/.test(p.keyCode)&&s&&m.$menu.find(".active").length==0){p.preventDefault();m.$menu.parent().removeClass("open");m.$button.focus()}o=b("[role=menu] li:not(.divider):visible",i);if(!q.val()&&!/(38|40)/.test(p.keyCode)){if(o.filter(".active").length==0){o=m.$newElement.find("li").filter(":icontains("+g[p.keyCode]+")")}}}if(!o.length){return}if(/(38|40)/.test(p.keyCode)){if(!s){m.$menu.parent().addClass("open")}n=o.index(o.filter(":focus"));j=o.parent(":not(.disabled):visible").first().index();r=o.parent(":not(.disabled):visible").last().index();k=o.eq(n).parent().nextAll(":not(.disabled):visible").eq(0).index();f=o.eq(n).parent().prevAll(":not(.disabled):visible").eq(0).index();h=o.eq(k).parent().prevAll(":not(.disabled):visible").eq(0).index();if(m.options.liveSearch){o.each(function(e){if(b(this).is(":not(.disabled)")){b(this).data("index",e)}});n=o.index(o.filter(".active"));j=o.filter(":not(.disabled):visible").first().data("index");r=o.filter(":not(.disabled):visible").last().data("index");k=o.eq(n).nextAll(":not(.disabled):visible").eq(0).data("index");f=o.eq(n).prevAll(":not(.disabled):visible").eq(0).data("index");h=o.eq(k).prevAll(":not(.disabled):visible").eq(0).data("index")}d=q.data("prevIndex");if(p.keyCode==38){if(m.options.liveSearch){n-=1}if(n!=h&&n>f){n=f}if(nr){n=r}if(n==d){n=j}}q.data("prevIndex",n);if(!m.options.liveSearch){o.eq(n).focus()}else{p.preventDefault();if(!q.is(".dropdown-toggle")){o.removeClass("active");o.eq(n).addClass("active").find("a").focus();q.focus()}}}else{if(!q.is("input")){var c=[];o.each(function(){if(b(this).parent().is(":not(.disabled)")){if(b.trim(b(this).text().toLowerCase()).substring(0,1)==g[p.keyCode]){c.push(b(this).parent().index())}}});var l=b(document).data("keycount");l++;b(document).data("keycount",l);var t=b.trim(b(":focus").text().toLowerCase()).substring(0,1);if(t!=g[p.keyCode]){l=1;b(document).data("keycount",l)}else{if(l>=c.length){b(document).data("keycount",0)}}o.eq(c[l-1]).focus()}}if(/(13|32|^9$)/.test(p.keyCode)&&s){if(!/(32)/.test(p.keyCode)){p.preventDefault()}if(!m.options.liveSearch){b(":focus").click()}else{if(!/(32)/.test(p.keyCode)){m.$menu.find(".active a").click();q.focus()}}b(document).data("keycount",0)}if((/(^9$|27)/.test(p.keyCode)&&s&&(m.multiple||m.options.liveSearch))||(/(27)/.test(p.keyCode)&&!s)){m.$menu.parent().removeClass("open");m.$button.focus()}},hide:function(){this.$newElement.hide()},show:function(){this.$newElement.show()},destroy:function(){this.$newElement.remove();this.$element.remove()}};b.fn.selectpicker=function(e,f){var c=arguments;var g;var d=this.each(function(){if(b(this).is("select")){var m=b(this),l=m.data("selectpicker"),h=typeof e=="object"&&e;if(!l){m.data("selectpicker",(l=new a(this,h,f)))}else{if(h){for(var j in h){l.options[j]=h[j]}}}if(typeof e=="string"){var k=e;if(l[k] instanceof Function){[].shift.apply(c);g=l[k].apply(l,c)}else{g=l.options[k]}}}});if(g!=undefined){return g}else{return d}};b.fn.selectpicker.defaults={style:"btn-default",size:"auto",title:null,selectedTextFormat:"values",noneSelectedText:"Nothing selected",countSelectedText:"{0} of {1} selected",width:false,container:false,hideDisabled:false,showSubtext:false,showIcon:true,showContent:true,dropupAuto:true,header:false,liveSearch:false,multipleSeparator:", ",iconBase:"glyphicon",tickIcon:"glyphicon-ok"};b(document).data("keycount",0).on("keydown",".bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bootstrap-select-searchbox input",a.prototype.keydown)}(window.jQuery);
\ No newline at end of file
diff --git a/ajax/libs/bootstrap-select/package.json b/ajax/libs/bootstrap-select/package.json
index 7ea1f587a..b461ebc21 100755
--- a/ajax/libs/bootstrap-select/package.json
+++ b/ajax/libs/bootstrap-select/package.json
@@ -1,7 +1,7 @@
{
"name": "bootstrap-select",
"filename": "bootstrap-select.min.js",
- "version": "1.3.5",
+ "version": "1.4.1",
"title": "Bootstrap Select",
"description": "A custom select / multiselect for @twitter bootstrap using button dropdown, designed to behave like regular Bootstrap selects",
"keywords": [