Subversion Repositories SmartDukaan

Rev

Rev 35621 | Rev 35675 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35621 Rev 35629
Line 513... Line 513...
513
                        </li>
513
                        </li>
514
                        <li></li>
514
                        <li></li>
515
                    </ul>
515
                    </ul>
516
                </li>
516
                </li>
517
 
517
 
518
                <li class="dropdown" style="margin-top:3px;">
518
                <!--<li class="dropdown" style="margin-top:3px;">
519
                    <a href="javascript:void(0);" id="links_bar" style="color:#D3181F" class="btn btn-link"
519
                    <a href="javascript:void(0);" id="links_bar" style="color:#D3181F" class="btn btn-link"
520
                       data-toggle="popover">
520
                       data-toggle="popover">
521
                        <i title="third-party dashboards" class="glyphicon glyphicon-th fa-2x"></i>
521
                        <i title="third-party dashboards" class="glyphicon glyphicon-th fa-2x"></i>
522
                    </a>
522
                    </a>
523
                </li>
523
                </li>-->
524
 
-
 
525
                <!-- remove Report button Icon of dashBoard menu bar-->
-
 
526
                <!--
-
 
527
                    <li class="dropdown" style="margin-top:5px;">
-
 
528
                        <a href="javascript:void(0);" class="download_reports btn btn-link" style="color:#D3181F">
-
 
529
                            <i title="reports" class="far fa-list-alt fa-2x"></i>
-
 
530
                        </a>
-
 
531
                    </li>
-
 
532
                -->
-
 
533
 
-
 
534
 
524
 
535
                <li id="wallet_bar" class="dropdown">
525
                <li id="wallet_bar" class="dropdown">
536
                    <a data-toggle="dropdown" class="dropdown-toggle wallet_icon_header" href="javascript:void(0);">
526
                    <a data-toggle="dropdown" class="dropdown-toggle wallet_icon_header" href="javascript:void(0);">
537
                        <i title="wallet summary" class="fas fa-wallet fa-2x" aria-hidden="true"></i>
527
                        <i title="wallet summary" class="fas fa-wallet fa-2x" aria-hidden="true"></i>
538
                    </a>
528
                    </a>
Line 1936... Line 1926...
1936
 
1926
 
1937
        hasGift =$hasGift;
1927
        hasGift =$hasGift;
1938
        giftItemId = $giftItemId;
1928
        giftItemId = $giftItemId;
1939
        monthDays =$monthDays;
1929
        monthDays =$monthDays;
1940
        dayOfMonth = $dayOfMonth;
1930
        dayOfMonth = $dayOfMonth;
1941
        $(function () {
-
 
1942
            $('#links_bar').popover({
-
 
1943
                container: ".notification-row",
-
 
1944
                template: `<div class="popover" style="min-width: 18%;">
-
 
1945
							<div class="arrow"></div>
-
 
1946
							<div class="popover-inner">
-
 
1947
								<h4 class="popover-title">
-
 
1948
								</h4>
-
 
1949
								<div class="popover-content"><p></p></div>
-
 
1950
							</div>
-
 
1951
						</div>`,
-
 
1952
                html: true,
-
 
1953
                content: `<div class="container-fluid">
-
 
1954
		    				<div class="row"><h5 class="page-header" style="color:#333;margin:6px 0 3px">Quick Links</h5></div>
-
 
1955
		    				<div class="row">
-
 
1956
							    <div class="col-lg-3">
-
 
1957
								    <a href="/spicemoney/getToken" target="_blank" href="">
-
 
1958
								    	<img title="Spice Money" src="/resources/images/icons/provider-logos/spicemoney.jpg" style="width:40px"></img>
-
 
1959
								    </a>
-
 
1960
								</div>
-
 
1961
							</div>
-
 
1962
		    			</div>`,
-
 
1963
                placement: "bottom",
-
 
1964
                trigger: "focus"
-
 
1965
            });
-
 
1966
        });
-
 
1967
 
1931
 
1968
        function showAttendanceModal() {
1932
        function showAttendanceModal() {
1969
            var today = new Date().getTime();
1933
            var today = new Date().getTime();
1970
            if ($.cookie("punchIn") == undefined) {
1934
            if ($.cookie("punchIn") == undefined) {
1971
                document.cookie = "punchIn=" + today;
1935
                document.cookie = "punchIn=" + today;