Subversion Repositories SmartDukaan

Rev

Rev 33153 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33153 Rev 34524
Line 63... Line 63...
63
                    });
63
                    });
64
                </script>
64
                </script>
65
            #end
65
            #end
66
 
66
 
67
            <div class="col-lg-4">
67
            <div class="col-lg-4">
-
 
68
                #if(!$isAnalysis)
68
                <div class="col-lg-12 form-group">
69
                    <div class="col-lg-12 form-group">
-
 
70
                        <button class="btn btn-primary submit-circular-request"
-
 
71
                                type="button">Submit
-
 
72
                        </button>
-
 
73
 
-
 
74
                        <button class="btn btn-primary" onclick="ExportToExcel(this, 'Download Circular')"
-
 
75
                                data-tableid="circular-table">Export
-
 
76
                            table to excel
-
 
77
                        </button>
69
 
78
 
-
 
79
                        #if($isAdmin)
70
                    <button class="btn btn-primary submit-circular-request"
80
                            <button class="btn btn-primary download-nlc"
71
                            type="button">Submit
81
                                    type="button">Download NLC
72
                    </button>
82
                            </button>
73
 
-
 
74
                    <button class="btn btn-primary" onclick="ExportToExcel(this, 'Download Circular')"
-
 
75
                            data-tableid="circular-table">Export
83
                        #end
76
                        table to excel
84
                    </div>
77
                    </button>
85
                #else
78
 
-
 
79
                    #if($isAdmin)
86
                    <div class="col-lg-12 form-group">
80
                        <button class="btn btn-primary download-nlc"
87
                        <button class="btn btn-primary analysis-submit-circular-request"
81
                                type="button">Download NLC
88
                                type="button" data-fofoid="$fofoId">Submit
82
                        </button>
89
                        </button>
-
 
90
 
-
 
91
                        <button class="btn btn-primary" onclick="ExportToExcel(this, 'Download Circular')"
-
 
92
                                data-tableid="circular-table">Export
-
 
93
                            table to excel
-
 
94
                        </button>
83
                    #end
95
                    </div>
84
                </div>
96
                #end
-
 
97
 
85
            </div>
98
            </div>
86
 
99
 
87
        </div>
100
        </div>
88
 
101
 
89
    </div>
102
    </div>