Пример #1
0
                        <input type="hidden" name="action" value="item_add_post" />
                        <input type="hidden" name="page" value="item" />
                        <fieldset>
                            <h1><?php 
_e('Publish an item', 'twitter_bootstrap');
?>
</h1>
                            <!-- category input -->
                            <div class="clearfix">
                                <label><?php 
_e('Category', 'twitter_bootstrap');
?>
</label>
                                <div class="input">
                                    <?php 
item_category_select(__('Select a category...', 'twitter_bootstrap'));
?>
                                </div>
                            </div>
                            <!-- category input end -->
                            <!-- title and description -->
                            <div class="clearfix">
                                <?php 
if (count($aLocales) > 1) {
    ?>
                                    <?php 
    item_title_description_multilanguage_box(__('Title', 'twitter_bootstrap'), __('Description', 'twitter_bootstrap'), $aLocales);
    ?>
                                <?php 
} else {
    ?>
Пример #2
0
                        <input type="hidden" name="action" value="item_add_post" />
                        <input type="hidden" name="page" value="item" />
                        <fieldset>
                            <h1><?php 
_e('Publish an item', 'twitter');
?>
</h1>
                            <!-- category input -->
                            <div class="clearfix">
                                <label><?php 
_e('Category', 'twitter');
?>
</label>
                                <div class="input">
                                    <?php 
item_category_select(__('Select a category...', 'twitter'));
?>
                                </div>
                            </div>
                            <!-- category input end -->
                            <!-- title and description -->
                            <div class="clearfix">
                                <?php 
if (count($aLocales) > 1) {
    ?>
                                    <?php 
    item_title_description_multilanguage_box(__('Title', 'twitter'), __('Description', 'twitter'), $aLocales);
    ?>
                                <?php 
} else {
    ?>