Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<div id="push"></div>
2
<div class="container">
3
	<h2><?php echo __('Bookmarklet');?></h2>
4
 
5
	<div class="well">
6
 
7
		<h4><?php echo __('Drag the "Bookmarklet" link to your bookmarks bar to add products to db');?>!</h4>
8
		<div class="clearfix mt50"></div>
9
		<center><a title="Copublish" class="btn btn-danger" onclick="return false;" href="javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','<?php echo $base_url;?>js/bookmarklet.js?'+new Date().getTime());document.body.appendChild(e)})());"><3</a></center>
10
		<div class="clearfix mt5"></div>
11
		<div style="padding-left: 20px;"><b><?php echo __('To install the "Bookmarklet" button in Firefox');?>:</b></div>
12
		<ol class="bookmarklet">
13
			<li><?php echo __('Display your Bookmarks Bar by clicking');?> <b>View &gt; Toolbars &gt; Bookmarks Toolbar</b></li>
14
			<li><?php echo __('Drag the "Bookmarklet" button to your Bookmarks Toolbar');?></li>
15
			<li><?php echo __('When you are browsing the web, click the "<3" button to pin an image');?></li>
16
		</ol>
17
	</div>		
18
</div>