/*!
 * bootstrap-fileinput v4.5.0
 * http://plugins.krajee.com/file-input
 *
 * Glyphicon (default) theme configuration for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
(function ($) {
    "use strict";
    $.fn.fileinputThemes.gly = {
        fileActionSettings: {
            removeIcon: '',
            uploadIcon: '',
            zoomIcon: '',
            dragIcon: '',
            indicatorNew: '',
            indicatorSuccess: '',
            indicatorError: '',
            indicatorLoading: ''
        },
        layoutTemplates: {
            fileIcon: ''
        },
        previewZoomButtonIcons: {
            prev: '',
            next: '',
            toggleheader: '',
            fullscreen: '',
            borderless: '',
            close: ''
        },
        previewFileIcon: '',
        browseIcon: ' ',
        removeIcon: '',
        cancelIcon: '',
        uploadIcon: '',
        msgValidationErrorIcon: ' '
    };
})(window.jQuery);