Ignore:
Timestamp:
Jan 13, 2013, 7:20:54 PM (11 years ago)
Author:
julien1311
Message:

[piwecard] add the capacity to the choose the size of the image of the ecard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/admin/template/admin_configuration.tpl

    r20080 r20103  
    9595                                <input type="checkbox" name="ecard_show_image_infos" id="ecard_show_image_infos" {$ecard_show_image_infos} value="1" /><label for="ecard_show_image_infos"> {'piwecard_show_image_infos'|@translate}</label>
    9696                        </div>
     97                        <div class="ecard_form_line">
     98                                <div>
     99                                        {'piwecard_ecard_derivative'|@translate}
     100                                </div>
     101                                {foreach from=$generate_derivatives_types key=type item=item}
     102                                        <label><input type="radio" name="ecard_image_size" value="{$type}" {$item.selected}/> {$item.name}</label>
     103                                {/foreach}
     104                        </div>
    97105                </fieldset>
    98106
Note: See TracChangeset for help on using the changeset viewer.