vAugagneur
3d6d97af5f
[*] BO : added new button on manufacturers view
2013-04-22 14:56:59 +02:00
Damien Metzger
e7b22ad8d4
// Fixed a few UI bugs in the stats
2013-04-22 11:57:36 +02:00
Vincent Augagneur
c643abcfa2
Merge pull request #123 from rynge/admin_category_breadcrumbs
...
[-] BO : Fixed a problem with the breadcrumbs in the admin category edit...
2013-04-22 01:18:15 -07:00
gRoussac
6e1f99f4b2
[-] BO : Fix bug #PSCFV-8843, no closing span in category-filter helper
2013-04-19 10:34:20 +02:00
ldecoker
624fed3710
Update form.tpl
2013-04-16 19:15:45 +03:00
ldecoker
a40f61e922
";" in wrong place
...
Should be after display but inside quotes
2013-04-16 18:34:20 +03:00
ldecoker
4783cb17c5
";" in wrong place
...
Should be after display but inside quotes
2013-04-16 18:34:20 +03:00
ccauw
205e21ba16
[*] BO : Add block "override_form_extra" in helper
...
[*] BO : Add block "override_form_extra" in list_header.tpl
{if !$simple_header}
<form method="post" action="{$action}" class="form">
{block name="override_form_extra"}{/block}
In AdminXxxxController, If we display list which are filtered by "variable" like
index.php?controller=AdminXxxx&variable=val&token=...
When using pagination or columns filters, the controller is called without our variable.
There are two methods to retrieve our variable: cookie or form Post.
To use the second opportunity, we need to put hidden input "variable" in the form.
So we need à block in the form to override.
2013-04-16 16:21:23 +03:00
vAugagneur
e271524cc4
Merged Pull request #302 - Thanks to @kpodemski
2013-04-16 11:48:17 +02:00
vAugagneur
7c626218df
Merged Pull request #302 - Thanks to @kpodemski
2013-04-16 11:48:17 +02:00
vAugagneur
621ca4a29b
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-04-16 11:35:33 +02:00
vAugagneur
70176f07e6
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-04-16 11:35:33 +02:00
vAugagneur
5757e56864
Merged Pull request #303 - Thanks to @kpodemski
2013-04-16 11:35:27 +02:00
vAugagneur
661ddd7548
Merged Pull request #303 - Thanks to @kpodemski
2013-04-16 11:35:27 +02:00
ccauw
6e58a24325
[*] BO : Add block "close_td" in list_content.tpl
...
[*] BO : Add block "close_td" in list_content.tpl
{block name="td_content"}
.....
{/block}
{block name="close_td"}
{/block}
So now we can override "td" and "/td" tags.
So we can create
"td" "a" ... content.... "/a" "/td"
when overriding the block open-td and close-td
and we can use "a" tag with "href" rather than "onclick" to create view links in the list.
And the user can choose to open the link in another tab or window.
2013-04-15 20:19:10 +03:00
ccauw
7711c710d4
[*] BO : Add block "close_td" in list_content.tpl
...
[*] BO : Add block "close_td" in list_content.tpl
{block name="td_content"}
.....
{/block}
{block name="close_td"}
{/block}
So now we can override "td" and "/td" tags.
So we can create
"td" "a" ... content.... "/a" "/td"
when overriding the block open-td and close-td
and we can use "a" tag with "href" rather than "onclick" to create view links in the list.
And the user can choose to open the link in another tab or window.
2013-04-15 20:19:10 +03:00
Rémi Gaillard
4a1892843a
[-] BO: Fix #PSCFV-8730 display of selected dates on the backoffice listings header - thank to pitt phunsanit for the patch
2013-04-12 11:39:56 +02:00
Rémi Gaillard
305cf4dd9c
[-] BO: Fix #PSCFV-8730 display of selected dates on the backoffice listings header - thank to pitt phunsanit for the patch
2013-04-12 11:39:56 +02:00
gRoussac
4ff8ca7696
// removed slash
2013-04-09 17:47:34 +02:00
gRoussac
a0db01db58
// removed slash
2013-04-09 17:47:34 +02:00
gRoussac
b623f50df7
[-] BO : Fix bug #PSCFV-8626 rename actual admin folder
2013-04-09 17:43:15 +02:00
gRoussac
1b01c7a602
[-] BO : Fix bug #PSCFV-8626 rename actual admin folder
2013-04-09 17:43:15 +02:00
sLorenzini
0da80258d4
[-] BO: fixed bug Cart rules - Javascript error - #PSCFV-5045
2013-04-09 11:22:19 +02:00
sLorenzini
c26fa09667
[-] BO: fixed bug Cart rules - Javascript error - #PSCFV-5045
2013-04-09 11:22:19 +02:00
gRoussac
01bcb38522
[-] BO : Fix bug #PSCFV-8620 returns with customized product
2013-04-09 10:37:15 +02:00
gRoussac
e5cf7a4c06
[-] BO : Fix bug #PSCFV-8620 returns with customized product
2013-04-09 10:37:15 +02:00
sLorenzini
4d87c5b437
[-] BO: fixed bug In back office, in product modification page, image pane, the image list appears broken in IE8 - #PSCFV-8024
2013-04-03 16:04:45 +02:00
sLorenzini
ac02afccda
[-] BO: fixed bug In back office, in product modification page, image pane, the image list appears broken in IE8 - #PSCFV-8024
2013-04-03 16:04:45 +02:00
gRoussac
ce136c7edb
//fix warning
2013-04-03 09:25:01 +02:00
gRoussac
55232917c1
//fix warning
2013-04-03 09:25:01 +02:00
Rémi Gaillard
5d324a755d
[-] BO: Clear cart when customer is changed in back office orders #PSCFV-8520
2013-04-02 16:02:00 +02:00
Rémi Gaillard
77fe043ebe
[-] BO: Clear cart when customer is changed in back office orders #PSCFV-8520
2013-04-02 16:02:00 +02:00
Rémi Gaillard
c2d8853f57
[*] BO: List all modules with an upgrade available on AdminModules header
2013-03-27 18:58:21 +01:00
Rémi Gaillard
02baab7393
[*] BO: List all modules with an upgrade available on AdminModules header
2013-03-27 18:58:21 +01:00
Francois Gaillard
77871338c6
// Release branch merged
2013-03-27 10:25:16 +01:00
François Gaillard
8bc725f4b6
// Release branch merged
2013-03-27 10:25:16 +01:00
gRoussac
033daeb7ff
// admin folder name
2013-03-26 19:15:37 +01:00
gRoussac
98306be83f
// admin folder name
2013-03-26 19:15:37 +01:00
gRoussac
e11f0e7ce9
[-] BO : Remove warning at login template
2013-03-26 18:58:03 +01:00
gRoussac
135bd2cd42
[-] BO : Remove warning at login template
2013-03-26 18:58:03 +01:00
vAugagneur
98b186a8c6
//fixed bug when install module from specific tab
2013-03-26 11:21:50 +01:00
vAugagneur
70bc9b7f6e
//fixed bug when install module from specific tab
2013-03-26 11:21:50 +01:00
vAugagneur
1b599f1886
[-] BO : fixed Alphabetical sorting of categories
2013-03-25 17:15:57 +01:00
vAugagneur
8e9826743f
[-] BO : fixed Alphabetical sorting of categories
2013-03-25 17:15:57 +01:00
Rémi Gaillard
3aba9f026b
[-] BO: Fix #PSCFV-8422 it is now possible to manage minimal quantity even if stock management is disabled
2013-03-25 16:48:57 +01:00
Rémi Gaillard
fe0a8ae1a7
[-] BO: Fix #PSCFV-8422 it is now possible to manage minimal quantity even if stock management is disabled
2013-03-25 16:48:57 +01:00
Damien Metzger
9b28184d2d
// Improved module list
2013-03-25 10:15:56 +01:00
Damien Metzger
c7bdca0eca
// Improved module list
2013-03-25 10:15:56 +01:00
Damien Metzger
c1f3b724b7
// Module list improvements
2013-03-25 10:12:05 +01:00
Damien Metzger
266a563f9a
// Module list improvements
2013-03-25 10:12:05 +01:00