BUG 6612 small layout changes

Small layout changes in skins list
This commit is contained in:
Hugo Loza
2011-07-20 18:16:05 -04:00
parent 8386ad6514
commit e982f4c560
2 changed files with 7 additions and 15 deletions

View File

@@ -95,15 +95,7 @@ function exportSkin($skinToExport) {
$tar->_compress = false;
addTarFolder($tar, $skinFolder, PATH_CUSTOM_SKINS);
// $aFiles = $tar->listContent();
/*
*/
$response['success'] = true;
$response['message'] = $skinTar;

View File

@@ -221,7 +221,7 @@ Ext.onReady(function(){
{
header: _('ID_NAME'),
dataIndex: 'SKIN_NAME',
width: 100,
width: 80,
align:'left'
},
@@ -233,16 +233,16 @@ Ext.onReady(function(){
},
{
header: _('ID_OWNER'),
header: _('ID_AUTHOR'),
dataIndex: 'SKIN_AUTHOR',
width: 69,
align:'center'
width: 80,
align:'left'
},
{
header: _('ID_CREATE'),
dataIndex: 'SKIN_CREATEDATE',
width: 69,
width: 50,
align:'center',
renderer: showdate
},
@@ -250,7 +250,7 @@ Ext.onReady(function(){
{
header: _('ID_UPDATE_DATE'),
dataIndex: 'SKIN_MODIFIEDDATE',
width: 69,
width: 50,
align:'center',
renderer: showdate
}