Subversion Repositories SmartDukaan

Rev

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

Rev 19118 Rev 19119
Line 36... Line 36...
36
<script>
36
<script>
37
onload=function(){
37
onload=function(){
38
	var e=document.getElementById("refreshed");
38
	var e=document.getElementById("refreshed");
39
	if(e.value=="no"){
39
	if(e.value=="no"){
40
		e.value="yes";
40
		e.value="yes";
-
 
41
		$('.notilist').removeClass('hidden');
41
		$('#loadModal').modal('hide');
42
		$('#loadModal').modal('hide');
42
	}
43
	}
43
	else{
44
	else{
44
		e.value="no";
45
		e.value="no";
45
		location.reload();}
46
		location.reload();}
Line 90... Line 91...
90
    </div><!-- /.modal-content -->
91
    </div><!-- /.modal-content -->
91
  </div><!-- /.modal-dialog -->
92
  </div><!-- /.modal-dialog -->
92
</div>
93
</div>
93
 
94
 
94
<input type="hidden" id="refreshed" value="no">
95
<input type="hidden" id="refreshed" value="no">
95
<div id= "go_back" style="width:100%;z-index:5;top:0px;position:fixed;margin-top: 0px;height:35px;">    
96
<div id= "go_back" style="width:100%;z-index:5;top:0px;position:fixed;margin-top: 0px;height:35px;padding:5px;">    
96
    	<span style="padding:5px" class="glyphicon glyphicon-arrow-left"></span> <b>Notifications</b>
97
    	<span style="padding:3px" class="glyphicon glyphicon-arrow-left"></span> <b>Notifications</b>
97
</div>
98
</div>
98
<div class = "container" style="margin-top: 35px;">
99
<div class = "container notilist hidden" style="margin-top: 35px;">
99
	
100
	
100
	<div class="row scroll cscrollselector" >
101
	<div class="row scroll cscrollselector" >
101
		<?php echo $this->element('getnotification');?>	
102
		<?php echo $this->element('getnotification');?>	
102
	</div>
103
	</div>
103
</div>
104
</div>