Jump to content

Problem z panelem admin presta 1.6


grze11

Recommended Posts

Zapomniałem że kiedyś to sobie poprawiłem, bo w preście są źle sformatowane te pola :)

Edytujemy:

/adminXXXX/themes/default/template/controllers/orders/helpers/view/view.tpl

Od linii 498:

                                    <td>
                                        <div class="input-group fixed-width-md">
                                            <input type="text" name="payment_date" class="datepicker" value="{date('Y-m-d')}" />
                                            <div class="input-group-addon">
                                                <i class="icon-calendar-o"></i>
                                            </div>
                                        </div>
                                    </td>
                                    <td>
                                        <input name="payment_method" list="payment_method" class="form-control fixed-width-sm payment_method">
                                        <datalist id="payment_method">
                                        {foreach from=$payment_methods item=payment_method}
                                            <option value="{$payment_method}">
                                        {/foreach}
                                        </datalist>
                                    </td>

Edit:

W tłumaczeniu panelu admina frazę "Identyfikator transakcji" nożna zastąpić "ID transakcji" to jeszcze lepiej pola się zagęszczą.

 

Edited by e_com (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...