gRoussac
6633efd27d
[-] BO : Fix bug #PNM-1594, selected value error in helper list
2013-11-18 15:11:49 +01:00
Jerome Nadaud
2ba5dc18fd
Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
...
Conflicts:
modules/themeconfigurator/themeconfigurator.php
2013-11-18 14:49:27 +01:00
Jerome Nadaud
46dc93fd7e
// Adding update button on to page header toolbar on module
2013-11-18 14:41:49 +01:00
Jerome Nadaud
239604b70c
// Missing isset on cols and rows
2013-11-18 14:35:15 +01:00
Kevin Granger
73ec191fb0
Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
...
Conflicts:
admin-dev/themes/default/template/controllers/modules/configure.tpl
2013-11-18 10:23:23 +01:00
Jérôme Nadaud
8166bb662c
Merge pull request #984 from soware/development
...
Update form.tpl
2013-11-18 01:01:00 -08:00
Davy Rolink
cd58c0968b
Fixed admin toolbar save button javascript actions, problem occurred when there were multiple toolbars on one page
2013-11-16 14:59:37 +01:00
soware
e5f0bcb916
Update form.tpl
...
I removed the line 109 because the price tab problem and because this line is redundant. The first show (line 95) always is executed.
If the price is saved twice, the second the div #product-tab-content-wait never is hided and show the loading forever.
It is because the line 109 show this tab again, in the sequence: show (line 95), hide (line 213), show (line 109).
This happening just for price tab.
2013-11-16 00:37:47 -02:00
rGaillard
8c3eb9b9a4
// typo
2013-11-15 21:03:17 +01:00
Damien Metzger
b62952accf
[*] BO : Added simulation mode to the dashboard
2013-11-15 18:07:23 +01:00
Jerome Nadaud
96def5033f
// typo
2013-11-15 17:19:12 +01:00
Jerome Nadaud
8d90578cf7
// Add anchor to list
2013-11-15 16:04:27 +01:00
Jerome Nadaud
9fa2299c6b
// Open prestashop.com link in new window
2013-11-15 11:56:23 +01:00
gRoussac
152960639f
[-] BO : Product final price can not be hidden on loading tab, report of https://github.com/PrestaShop/PrestaShop/commit/6c6c3b240ee2249b7f99be1a112905cd0edbee46
2013-11-15 11:36:07 +01:00
gRoussac
7526fe4766
// missing trailing semi-column
2013-11-15 11:16:48 +01:00
Jerome Nadaud
80957666cf
// Hide collapse and expand button when not necessary
2013-11-14 19:21:31 +01:00
Jerome Nadaud
051ed32133
// Add toggle to datepicker button
2013-11-14 16:05:58 +01:00
Jerome Nadaud
4a46960112
// Small bootstrap fix
2013-11-14 16:00:22 +01:00
Jerome Nadaud
18a2e026ef
// Adding more buttons to module configuration
2013-11-14 15:49:17 +01:00
Jerome Nadaud
67eeae0fa2
// Set visibility on help button
2013-11-14 14:42:35 +01:00
Kevin Granger
a0f73d20e5
// backward compatibility remix WIP
2013-11-13 20:11:22 +01:00
Jerome Nadaud
aa81e2607f
// First boostraping pass on blocklayered module
2013-11-13 15:31:30 +01:00
Rémi Gaillard
4a9383bbcf
// small fix
2013-11-13 11:15:48 +01:00
Kevin Granger
4fbc8deaa8
// fix products
2013-11-12 18:21:36 +01:00
ccauw
747926039a
[*] BO : add class on TD in standard List
...
Back office :
Add a class on TD in list created by getList()
In fields_list array of AdminController, we can add a new parameter('class')
example :
'name' => array(
'title' => $this->l('Name'),
'width' => 150,
'class' => 'ma_classe',
'filter_key' => 'b!name'
),
This parameter can be used for javascript effect, ...
Thanks.
2013-11-12 18:01:27 +01:00
gRoussac
5e4382eb08
[-] BO : Fix bug #PSCFV-10982 reduction group truncated
2013-11-12 17:55:07 +01:00
Kevin Granger
4e06b1fdd5
// update Bootstrap 3.0.2 + fix tree header
2013-11-12 14:50:19 +01:00
Kevin Granger
4a6346b295
// adjustment on switch
2013-11-12 11:07:30 +01:00
Kevin Granger
2a982e96f1
Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
2013-11-12 10:44:08 +01:00
Kevin Granger
5ca23d44a6
// label with tooltip
2013-11-12 10:43:52 +01:00
Jerome Nadaud
3931914203
// Add Modernizr and Modernizr-loads check and loading for unsuported browsers
2013-11-12 09:54:20 +01:00
gRoussac
19da345531
[-] BO : Could not check all modules after ajax call
2013-11-10 21:51:14 +01:00
Kevin Granger
d3100acef2
// fixs on mobile nav
2013-11-08 18:31:07 +01:00
Jerome Nadaud
c5b3d20b96
// Fix empty file list on add
2013-11-08 18:05:56 +01:00
Jerome Nadaud
bdc996d13b
// Wrong col size
2013-11-08 17:58:09 +01:00
Jerome Nadaud
217a79eeae
// Unify thumb param in files options
2013-11-08 17:49:56 +01:00
Jerome Nadaud
9065a73998
// Remove flags
2013-11-08 17:21:36 +01:00
Kevin Granger
00a72a5f68
// skin uploader button
2013-11-08 16:56:12 +01:00
Jerome Nadaud
bf67bd56a3
// Add uploader to products controller
2013-11-08 16:29:07 +01:00
Kevin Granger
b214ea68ff
// mobile nav
2013-11-08 16:18:28 +01:00
gRoussac
7eb70486e0
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-11-08 15:54:28 +01:00
gRoussac
ebc3dfee62
[-] BO : Fix css bug #PSCFV-10899, fixed fix-toolbar z-index
2013-11-08 15:54:13 +01:00
Shagshag
c7f1fcb49a
kb was not translatable
2013-11-08 15:33:49 +01:00
Kevin Granger
42af175d22
Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
2013-11-07 21:49:11 +01:00
Kevin Granger
9c4ee27f20
// mobile nav WIP
2013-11-07 21:48:55 +01:00
Jerome Nadaud
4d1a4393a9
Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
2013-11-07 17:58:32 +01:00
Jerome Nadaud
8a4c036655
// Fix cache problem
2013-11-07 17:58:17 +01:00
Rémi Gaillard
f5c133f6e0
// small fix
2013-11-07 17:50:28 +01:00
Rémi Gaillard
2d609ec93c
// merge fixes
2013-11-07 17:43:26 +01:00
Rémi Gaillard
e3cfacb90e
// link to employee default tab and not index
2013-11-07 17:00:55 +01:00