Subversion Repositories SmartDukaan

Rev

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

Rev 27945 Rev 27946
Line 879... Line 879...
879
 
879
 
880
 
880
 
881
                </div>
881
                </div>
882
 
882
 
883
                <div class="col-lg-6">
883
                <div class="col-lg-6">
884
                    #if($activatedImeis > 0)
-
 
885
                        <div class="row col-lg-12 info-box white-bg">
-
 
886
                            #parse("dashboard-activated-imeis.vm")
-
 
887
                        </div>
-
 
888
                    #end
-
 
889
                    #foreach( $offer in $publishedOffers )
884
                    #foreach( $offer in $publishedOffers )
890
                        <div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
885
                        <div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
891
                            <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4pxfont-weight:bold">
886
                            <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4pxfont-weight:bold">
892
                                $offer.getName()
887
                                $offer.getName()
893
                            </h3>
888
                            </h3>
Line 917... Line 912...
917
                    </div>
912
                    </div>
918
 
913
 
919
                    <div class="row col-lg-12 info-box white-bg">
914
                    <div class="row col-lg-12 info-box white-bg">
920
                        #parse("performance.vm")
915
                        #parse("performance.vm")
921
                    </div>
916
                    </div>
-
 
917
                    #if($activatedImeis > 0)
-
 
918
                        <div class="row col-lg-12 info-box white-bg">
-
 
919
                            #parse("dashboard-activated-imeis.vm")
-
 
920
                        </div>
-
 
921
                    #end
922
                    <div class="row col-lg-12">
922
                    <div class="row col-lg-12">
923
                        <div class="chart-container" id="chart-container" style="position: relative; width:100%">
923
                        <div class="chart-container" id="chart-container" style="position: relative; width:100%">
924
                            <canvas id="barchart" width="auto" height="auto"></canvas>
924
                            <canvas id="barchart" width="auto" height="auto"></canvas>
925
                        </div>
925
                        </div>
926
                    </div>
926
                    </div>