Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<div id="push"></div>
<div class="container">
        <h2><?php echo __('Bookmarklet');?></h2>

        <div class="well">

                <h4><?php echo __('Drag the "Bookmarklet" link to your bookmarks bar to add products to db');?>!</h4>
                <div class="clearfix mt50"></div>
                <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>
                <div class="clearfix mt5"></div>
                <div style="padding-left: 20px;"><b><?php echo __('To install the "Bookmarklet" button in Firefox');?>:</b></div>
                <ol class="bookmarklet">
                        <li><?php echo __('Display your Bookmarks Bar by clicking');?> <b>View &gt; Toolbars &gt; Bookmarks Toolbar</b></li>
                        <li><?php echo __('Drag the "Bookmarklet" button to your Bookmarks Toolbar');?></li>
                        <li><?php echo __('When you are browsing the web, click the "<3" button to pin an image');?></li>
                </ol>
        </div>          
</div>