problem No sign of Print

GK User
Fri Feb 17, 2012 9:52 am
Image
User avatar
Junior Boarder

GK User
Fri Feb 17, 2012 1:50 pm
Hi,

Under the template's folder, open file component.php
- Find:
Code: Select all
<body class="contentpane">

- Add after:
Code: Select all
<div id="btnWrapper">
            <input type="button" id="printBtn" value="<?php echo JText::_('TPL_GK_LANG_PRINT_BUTTON_TEXT'); ?>" onclick="document.getElementById('printBtn').style.display='none'; window.print(); return false;" />
        </div>
User avatar
Platinum Boarder

GK User
Fri Feb 17, 2012 3:21 pm
many thanks problem solved
User avatar
Junior Boarder

GK User
Sat Feb 18, 2012 1:15 pm
You are welcome, just feel free to let me know if you need any other helps.

Have a nice weekend!
User avatar
Platinum Boarder


cron