Exemplo n.º 1
0
    echo $item['s_secret'];
    ?>
" />
                            <?php 
}
?>
                            <div class="user-post">
                                <h2><?php 
_e('User');
?>
</h2>
                                <?php 
_e('Item posted by');
?>
&nbsp;<?php 
ItemForm::user_select($users, $item, __('Non-registered user'));
?>
                                <div  id="contact_info">
                                    <label for="contactName"><?php 
_e('Name');
?>
</label>
                                    <?php 
ItemForm::contact_name_text($item);
?>
<br/>
                                    <label for="contactEmail"><?php 
_e('E-Mail');
?>
</label>
                                    <?php 
Exemplo n.º 2
0
" />
                        <?php 
}
?>

                        <div class="user-post">
                            <h2><?php 
_e('User');
?>
</h2>
                            <label><?php 
_e('Item posted by');
?>
</label>
                            <?php 
ItemForm::user_select(null, null, __('Non-registered user'));
?>
                            <div  id="contact_info">
                                <label for="contactName"><?php 
_e('Name');
?>
</label>
                                <?php 
ItemForm::contact_name_text();
?>
<br/>
                                <label for="contactEmail"><?php 
_e('E-Mail');
?>
</label>
                                <?php