Beispiel #1
0
                <div class="grid-row grid-first-row grid-30 no-bottom-margin">
                    <div class="row-wrapper">
                        <label><?php 
_e('Expiration dates');
?>
</label>
                        <div class="input micro">
                            <?php 
CategoryForm::expiration_days_input_text($category);
?>
                            <p class="help-inline"><?php 
_e("If the value is zero, it means this category doesn't have an expiration");
?>
</p>
                            <label><?php 
CategoryForm::price_enabled_for_category($category);
?>
<span><?php 
_e('Enable / Disable the price field');
?>
</span></label>
                            <?php 
if ($has_subcats) {
    ?>
                                <br />
                                <br />
                                <label><?php 
    CategoryForm::apply_changes_to_subcategories($category);
    ?>
<span><?php 
    _e('Apply the expiration date and price field changes to children categories');