Commit Graph

122 Commits

Author SHA1 Message Date
Vincent Augagneur d1c7f9c012 Merge pull request #390 from ccauw/patch-7
[*] BO : Add block "override_form_extra" in helper
2013-04-23 05:20:43 -07:00
gRoussac f93c7ec8c7 [-] BO : Fix bug #PSCFV-8843, no closing span in category-filter helper 2013-04-19 10:34:20 +02:00
ccauw f7ef4e0350 [*] 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
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 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
vAugagneur 8e9826743f [-] BO : fixed Alphabetical sorting of categories 2013-03-25 17:15:57 +01:00
Damien Metzger c7bdca0eca // Improved module list 2013-03-25 10:15:56 +01:00
Damien Metzger db70f38a89 // Fixed module list 2013-03-22 16:50:46 +01:00
gRoussac 1b7a914008 [*] BO : remove tiny_mce hard coded setup to tinymce.inc.js 2013-03-19 11:10:57 +01:00
gRoussac a6dbe24d28 [-] BO : Avoid warning if img src not defined in controller 2013-03-13 15:27:18 +01:00
gRoussac dfa3e0fcb0 [-] BO : Fix bug #PSCFV-7468 required phone in address creation 2013-03-11 17:39:13 +01:00
sLorenzini 602c11079d [-] BO: improve module payment page 2013-02-20 11:08:20 +01:00
sLorenzini 110afe7b69 [-] BO: improve payment module page + header 2013-02-20 10:00:18 +01:00
vAugagneur 0de5c242ca [+] BO : new display of payment modules in payment tab 2013-02-04 18:18:50 +01:00
djfm 385c593129 //Changed English strings using the translationsenglish module. 2013-01-04 16:58:58 +01:00
François Gaillard 064ba453e6 // Welcome 2013 2013-01-04 11:19:03 +01:00
Damien Metzger 96d6abe2af [-] BO : Fixed warning in helper #PSCFV-6183 2012-12-18 15:47:09 +01:00
Damien Metzger 630b41ec71 [-] BO : added check on a key in the helper list #PSCFV-6137 2012-12-14 10:13:28 +01:00
Vincent Augagneur 6445fea198 Merge pull request #69 from PrestaEdit/mails
[+] Project: add the possibility to change the default color (#db3484)
2012-12-12 06:59:04 -08:00
vAugagneur 768fcf8f84 Merge pull request #75 from @sebastienhouzet 2012-12-12 11:24:56 +01:00
Jonathan Danse a88b23b16f [+] Project: add the possibility to change the default color (#db3484)
Let the user set the default color in the mail with a color picker (configuration set in Back Office, Themes)
2012-12-03 16:11:43 +01:00
Vincent Augagneur cde774b552 Merge pull request #30 from bumbu/patch-1
[-] BO : fixed bug #PNM-687 Back-office form field input with flag lang=>false cause error
2012-11-23 01:55:07 -08:00
bumbu 51dd140f97 Update admin-dev/themes/default/template/helpers/form/form.tpl
Fix error that appears on adding input with attribute 'lang' => false to admin controller form.
2012-11-22 23:31:44 +02:00
vAugagneur a1db83ef41 //remove svn keyword @version Release: $ 2012-11-22 11:57:40 +01:00
lLefevre 946dd2caf7 // Revert Revision 17891 : #PSCFV-5017 : update bad licenses in all files 2012-10-17 10:13:43 +00:00
lLefevre 04fc63c2b6 // #PSCFV-5017 : update bad licenses in all files 2012-10-17 09:35:11 +00:00
lLefevre 779cf350af // Revert Revision 17884 : #PSCFV-5017 : update bad licenses in all files 2012-10-17 09:29:43 +00:00
lLefevre 046b51ab99 // #PSCFV-5017 : update bad licenses in all files 2012-10-17 06:18:59 +00:00
lLefevre 9239de5dac [-] BO : fix #PSCFV-4933 : add recursively index.php file 2012-10-12 12:17:04 +00:00
lLefevre 3cb8c3c701 [-] BO : fix #PSCFV-4718 2012-10-04 15:02:09 +00:00
lLefevre 57207712e9 [-] BO : fix #PSCFV-4644 2012-10-03 09:50:09 +00:00
dMetzger e0dc9a57d0 // Missing space #PSCFV-4298 2012-09-24 07:14:16 +00:00
vAugagneur 85070d67c9 [-] BO : fixed bug #PSCFV-3934 2012-09-17 09:30:16 +00:00
dMetzger caf3df50a8 // BO : Set appropriate text color on listing lines 2012-08-10 15:40:13 +00:00
lLefevre 28a54b7eb3 // Fix a display error 2012-08-01 15:37:33 +00:00
lLefevre 4a432a9982 // Remove Smarty comments for use checkbox button 2012-08-01 14:17:38 +00:00
rGaillard ca8e395d26 // Small fix 2012-07-16 10:08:28 +00:00
rGaillard 912f1b234d [-] Core: Fix PSCFV-3161 stockage of reduction was bad in database 2012-07-13 15:20:53 +00:00
lLefevre 1da5ce07d4 [*] TR : update English translations key for Back Office 2012-07-12 10:04:56 +00:00
vAugagneur cdab3a568e //small fix 2012-06-14 12:41:19 +00:00
rMalie 4eff1b110b // Hide checkbox in configuration multishop when employee manage only 1 shop #PSCFV-2649 2012-06-04 07:49:20 +00:00
mDeflotte ba19c164ca [-] Project : #PSCFV-2633 #PSCFV-2622 - Fix problems with multishipping and order payment & invoice 2012-06-01 15:40:32 +00:00
rMalie de7aa02f65 // Fix Maxence's text 2012-05-30 08:35:42 +00:00
lLefevre 66c861df39 [-] BO : fix #PSCFV-2381 : now count translations fields are good and translations... 2012-05-19 13:26:27 +00:00
rMalie 6390d0e6a4 // Fix multishop checkbox on theme selection 2012-05-19 10:43:01 +00:00
rMalie 7a6b54268e // Fix lot of multishop bugs (updateAssoShop reworked, remove multishop property for country / zone / currency / carrier, getList()) 2012-05-18 14:54:37 +00:00
rMalie ef31252386 // Fix bug with checkbox and multishop 2012-05-14 14:24:48 +00:00
rMalie fe6876a8d9 // Fix attribute values creation in multishop #PSCFV-2313 2012-05-14 10:22:51 +00:00
vChabot 6da951e85a [-] BO : BugFix : #PSCFV-2260 : Admin in one shop can see categories from another shop 2012-05-11 13:56:15 +00:00
rMalie d7337c4d4f // Multishop interface reworked 2012-05-09 15:05:39 +00:00