View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005074 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2013-04-17 12:23 | 2013-04-17 14:51 |
Reporter | ray | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.3 / 5.0.3 revision 54408 | ||||
Fixed in Version | 4.7.5 / 5.0.5 | ||||
Summary | 0005074: wrong language key used in ordered items overview | ||||
Description | in admin at Administer Orders -> Orders Overview there is a wrong language key used in last column it shows the total amount of the number of sold articles, but the header says "Price" - which would mean "single price of articel" better use SHOWLIST_SUM | ||||
Additional Information | in /admin/tpl/list_order.tpl around line 118: [{block name="admin_list_order_sorting"}] ... <td class="listheader">javascript:top.oxid.admin.setSorting( document.forms.showlist, '', 'oxprice', 'asc');document.forms.showlist.submit();</td> [{/block}] | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
...yeah - copy&paste is not that easy when bugtracker renders parts of the code... what about some BBcode for the tracker? https://github.com/bueltge/Markdown-for-MantisBT here is the affected line 118: < td class="listheader">< a href="javascript:top.oxid.admin.setSorting( document.forms.showlist, '', 'oxprice', 'asc');document.forms.showlist.submit(); " class = " listheader " > [{ oxmultilang ident="price" }] < /a > < / td> |
|
Replaced translation as suggested. |