BUG 6612 small layout changes
Small layout changes in skins list
This commit is contained in:
@@ -95,15 +95,7 @@ function exportSkin($skinToExport) {
|
|||||||
$tar->_compress = false;
|
$tar->_compress = false;
|
||||||
|
|
||||||
addTarFolder($tar, $skinFolder, PATH_CUSTOM_SKINS);
|
addTarFolder($tar, $skinFolder, PATH_CUSTOM_SKINS);
|
||||||
// $aFiles = $tar->listContent();
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$response['success'] = true;
|
$response['success'] = true;
|
||||||
$response['message'] = $skinTar;
|
$response['message'] = $skinTar;
|
||||||
|
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ Ext.onReady(function(){
|
|||||||
{
|
{
|
||||||
header: _('ID_NAME'),
|
header: _('ID_NAME'),
|
||||||
dataIndex: 'SKIN_NAME',
|
dataIndex: 'SKIN_NAME',
|
||||||
width: 100,
|
width: 80,
|
||||||
align:'left'
|
align:'left'
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -233,16 +233,16 @@ Ext.onReady(function(){
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
header: _('ID_OWNER'),
|
header: _('ID_AUTHOR'),
|
||||||
dataIndex: 'SKIN_AUTHOR',
|
dataIndex: 'SKIN_AUTHOR',
|
||||||
width: 69,
|
width: 80,
|
||||||
align:'center'
|
align:'left'
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
header: _('ID_CREATE'),
|
header: _('ID_CREATE'),
|
||||||
dataIndex: 'SKIN_CREATEDATE',
|
dataIndex: 'SKIN_CREATEDATE',
|
||||||
width: 69,
|
width: 50,
|
||||||
align:'center',
|
align:'center',
|
||||||
renderer: showdate
|
renderer: showdate
|
||||||
},
|
},
|
||||||
@@ -250,7 +250,7 @@ Ext.onReady(function(){
|
|||||||
{
|
{
|
||||||
header: _('ID_UPDATE_DATE'),
|
header: _('ID_UPDATE_DATE'),
|
||||||
dataIndex: 'SKIN_MODIFIEDDATE',
|
dataIndex: 'SKIN_MODIFIEDDATE',
|
||||||
width: 69,
|
width: 50,
|
||||||
align:'center',
|
align:'center',
|
||||||
renderer: showdate
|
renderer: showdate
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user