Example #1
0
_e('Search');
?>
</label>
                                    <input id="sSearch" type="text" name="sSearch"/><span style="padding-left:1em;">*(<?php 
_e('Title and Description');
?>
)</span>
                                </div>
                                <div class="row">
                                    <label><?php 
_e('Item posted by');
?>
</label>
                                    <?php 
array_unshift($users, array('pk_i_id' => 'NULL', 's_name' => __('Non-registered user')));
UserForm::user_select($users);
?>
                                </div>
                                <div class="row">
                                    <label><?php 
_e('Country');
?>
</label>
                                    <?php 
$item = array();
$item["countryId"] = "";
ItemForm::country_select($countries, $item);
?>
                                </div>
                                <div class="row">
                                    <label><?php