Subversion Repositories SmartDukaan

Rev

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

Rev 16013 Rev 16031
Line 68... Line 68...
68
				$(this).parents('.row').siblings('.controls').find('.editcategorypreferences',0).click();
68
				$(this).parents('.row').siblings('.controls').find('.editcategorypreferences',0).click();
69
			});
69
			});
70
		</script>
70
		</script>
71
		<?php endforeach;?>
71
		<?php endforeach;?>
72
	<?php endif;?>
72
	<?php endif;?>
73
	<?php if(isset($firsttime)):?>
-
 
74
	<div class="hidden text-center firsttimemsg">
73
	<div class="hidden text-center firsttimemsg">
-
 
74
	<?php if(isset($firsttime)):?>	
-
 
75
		<a class="showdeals" href="<?php echo $base_url;?>deals/?user_id=<?php echo $userId;?>">Show my Deals</a>
-
 
76
		<img src="<?php echo $base_url;?>img/preference-success.png"/>	
-
 
77
	<?php else:?>
75
		<a class="showdeals" href="<?php echo $base_url;?>deals/?user_id=<?php echo $userId;?>">Show my Deals</a>
78
		<a class="showdeals" href="<?php echo $base_url;?>deals/?user_id=<?php echo $userId;?>">Show my Deals</a>
76
		<img src="<?php echo $base_url;?>img/preference-success.png"/>
-
 
77
	</div>
-
 
78
	<?php endif;?>
79
	<?php endif;?>
-
 
80
	</div>
79
</div>
81
</div>
80
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
82
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
81
83