Ticket #2507: _list_footer.patch
| File _list_footer.patch, 0.9 kB (added by Tero.Alen, 1 year ago) |
|---|
-
modules/sfSimpleCMSAdmin/templates/_list_footer.php
old new 22 22 <div class="form-row"> 23 23 <label for="position"><?php echo __('Position') ?></label> 24 24 <div class="content"> 25 <?php echo radiobutton_tag('position_type', 'after') ?> After26 <?php echo radiobutton_tag('position_type', 'under', 'selected=selected') ?> Under25 <?php echo radiobutton_tag('position_type', 'after') ?><?php echo __('After'); ?> 26 <?php echo radiobutton_tag('position_type', 'under', 'selected=selected') ?><?php echo __('Under'); ?> 27 27 </div> 28 28 <div class="content"> 29 29 <?php echo select_tag('position', options_for_select($sf_request->getAttribute('page_names'))) ?>