Current File : /home/pacjaorg/public_html/kmm/plugins/djclassifieds/offers/layouts/additem.php
<?php
/**
 * @package DJ-Classifieds
 * @copyright Copyright (C) DJ-Extensions.com, All rights reserved.
 * @license http://www.gnu.org/licenses GNU/GPL
 * @author url: http://dj-extensions.com
 * @author email contact@dj-extensions.com
 */
 
defined('_JEXEC') or die;

$item = $displayData['item'];
$par = $displayData['par'];

echo '<div class="djform_row">';
if($par->get('show_tooltips_newad','0')){
    echo '<label class="label Tips1" id="offer-lbl" for="offer" title="'.JTEXT::_("COM_DJCLASSIFIEDS_OFFERING_ACTIVE_TOOLTIP").'">';
        echo JText::_('COM_DJCLASSIFIEDS_OFFERING_ACTIVE');
        echo ' <img src="'.JUri::root().DJClassifiedsTheme::getImgAssetPath('tip.svg').'" alt="?" />';
    echo '</label>';	                               			                	
}else{
    echo '<label class="label" id="offer" for="offer">';
        echo JText::_('COM_DJCLASSIFIEDS_OFFERING_ACTIVE'); 					
    echo '</label>';
}

$selected = ''; 
if($item->offer){
    $selected = 'SELECTED'; 
}	
echo '<div class="djform_field">';
    echo '<select id="offer" name="offer" autocomplete="off">';
        echo '<option value="0">'.JText::_('JNO').'</option>';
        echo ' <option value="1" '.$selected.' >'.JText::_('JYES').'</option>';
    echo '</select>';
echo '</div>';
echo '<div class="clear_both"></div>';
echo '</div>';	
?>
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!