Development

#2507: _list_footer.patch

You must first sign up to be able to contribute.

Ticket #2507: _list_footer.patch

File _list_footer.patch, 0.9 kB (added by Tero.Alen, 1 year ago)

_list_footer.php template i18n patch

  • modules/sfSimpleCMSAdmin/templates/_list_footer.php

    old new  
    2222    <div class="form-row"> 
    2323      <label for="position"><?php echo __('Position') ?></label> 
    2424      <div class="content"> 
    25         <?php echo radiobutton_tag('position_type', 'after') ?>After 
    26         <?php echo radiobutton_tag('position_type', 'under', 'selected=selected') ?>Under 
     25        <?php echo radiobutton_tag('position_type', 'after') ?><?php echo __('After'); ?> 
     26        <?php echo radiobutton_tag('position_type', 'under', 'selected=selected') ?><?php echo __('Under'); ?> 
    2727      </div> 
    2828      <div class="content"> 
    2929        <?php echo select_tag('position', options_for_select($sf_request->getAttribute('page_names'))) ?>