Add new skin neoclassic
-add files. - Add option for new skin.
This commit is contained in:
@@ -122,6 +122,12 @@ function newSkin ($baseSkin = 'classic')
|
|||||||
) );
|
) );
|
||||||
$pathBase = G::ExpandPath( "skinEngine" ) . 'base' . PATH_SEP;
|
$pathBase = G::ExpandPath( "skinEngine" ) . 'base' . PATH_SEP;
|
||||||
break;
|
break;
|
||||||
|
case 'neoclassic':
|
||||||
|
//Special Copy of this dir + xmlreplace
|
||||||
|
copy_skin_folder( G::ExpandPath( "skinEngine" ) . 'neoclassic' . PATH_SEP, PATH_CUSTOM_SKINS . $skinFolder, array ("config.xml","baseCss"
|
||||||
|
) );
|
||||||
|
$pathBase = G::ExpandPath( "skinEngine" ) . 'neoclassic' . PATH_SEP;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
//Commmon copy/paste of a folder + xmlrepalce
|
//Commmon copy/paste of a folder + xmlrepalce
|
||||||
copy_skin_folder( PATH_CUSTOM_SKINS . $skinBase, PATH_CUSTOM_SKINS . $skinFolder, array ("config.xml"
|
copy_skin_folder( PATH_CUSTOM_SKINS . $skinBase, PATH_CUSTOM_SKINS . $skinFolder, array ("config.xml"
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ new Ext.KeyMap(document, {
|
|||||||
|
|
||||||
// Ext.BLANK_IMAGE_URL = 'resources/s.gif';
|
// Ext.BLANK_IMAGE_URL = 'resources/s.gif';
|
||||||
|
|
||||||
Ext.chart.Chart.CHART_URL = '/images/charts.swf';
|
Ext.chart.Chart.CHART_URL = '/skins/neoclassic/images/charts.swf';
|
||||||
Ext.FlashComponent.EXPRESS_INSTALL_URL = '/images/expressinstall.swf';
|
Ext.FlashComponent.EXPRESS_INSTALL_URL = '/skins/neoclassic/images/expressinstall.swf';
|
||||||
// The Quicktips are used for the toolbar and Tree mouseover tooltips!
|
// The Quicktips are used for the toolbar and Tree mouseover tooltips!
|
||||||
Ext.QuickTips.init();
|
Ext.QuickTips.init();
|
||||||
|
|
||||||
@@ -83,24 +83,7 @@ function rootNodeCreate()
|
|||||||
text: "/",
|
text: "/",
|
||||||
draggable: false,
|
draggable: false,
|
||||||
expanded: true,
|
expanded: true,
|
||||||
cls: "folder",
|
cls: "folder"
|
||||||
|
|
||||||
listeners: {
|
|
||||||
beforeload: function (nodeRoot) {
|
|
||||||
nodeRoot.setIcon("");
|
|
||||||
},
|
|
||||||
load: function (nodeRoot) {
|
|
||||||
nodeRoot.setIcon("/images/ext/default/tree/folder.gif");
|
|
||||||
},
|
|
||||||
expand: function (nodeRoot) {
|
|
||||||
if (nodeRoot.hasChildNodes()) {
|
|
||||||
nodeRoot.setIcon("/images/ext/default/tree/folder-open.gif");
|
|
||||||
}
|
|
||||||
},
|
|
||||||
collapse: function (nodeRoot) {
|
|
||||||
nodeRoot.setIcon("/images/ext/default/tree/folder.gif");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return node;
|
return node;
|
||||||
@@ -244,7 +227,7 @@ function handleNodeClick( sm, node ) {
|
|||||||
function showLoadingIndicator( el, replaceContent ) {
|
function showLoadingIndicator( el, replaceContent ) {
|
||||||
// console.info("showLoadingIndicator");
|
// console.info("showLoadingIndicator");
|
||||||
if( !el ) return;
|
if( !el ) return;
|
||||||
var loadingimg = '/images/documents/_indicator.gif';
|
var loadingimg = '/skins/neoclassic/images/documents/_indicator.gif';
|
||||||
var imgtag = '<' + 'img src="'+ loadingimg + '" alt="'+TRANSLATIONS.ID_LOADING+'" border="0" name="'+TRANSLATIONS.ID_LOADING+'" align="absmiddle" />';
|
var imgtag = '<' + 'img src="'+ loadingimg + '" alt="'+TRANSLATIONS.ID_LOADING+'" border="0" name="'+TRANSLATIONS.ID_LOADING+'" align="absmiddle" />';
|
||||||
|
|
||||||
if( replaceContent ) {
|
if( replaceContent ) {
|
||||||
@@ -681,7 +664,7 @@ Ext.msgBoxSlider = function(){
|
|||||||
m.setWidth(400 );
|
m.setWidth(400 );
|
||||||
m.position(null, 5000 );
|
m.position(null, 5000 );
|
||||||
m.alignTo(document, 't-t');
|
m.alignTo(document, 't-t');
|
||||||
Ext.get('x-box-mc-inner' ).setStyle('background-image', 'url("/images/documents/_accept.png")');
|
Ext.get('x-box-mc-inner' ).setStyle('background-image', 'url("/skins/neoclassic/images/documents/_accept.png")');
|
||||||
Ext.get('x-box-mc-inner' ).setStyle('background-position', '5px 10px');
|
Ext.get('x-box-mc-inner' ).setStyle('background-position', '5px 10px');
|
||||||
Ext.get('x-box-mc-inner' ).setStyle('background-repeat', 'no-repeat');
|
Ext.get('x-box-mc-inner' ).setStyle('background-repeat', 'no-repeat');
|
||||||
Ext.get('x-box-mc-inner' ).setStyle('padding-left', '35px');
|
Ext.get('x-box-mc-inner' ).setStyle('padding-left', '35px');
|
||||||
@@ -886,14 +869,14 @@ function renderVersion(value, p, record) {
|
|||||||
// return String.format('<b>{0}</b> <a
|
// return String.format('<b>{0}</b> <a
|
||||||
// href="#"><img src="{1}" border="0" title="Upload New Version"
|
// href="#"><img src="{1}" border="0" title="Upload New Version"
|
||||||
// valign="absmiddle" onClick="alert(\'{2}\');return false;"/></a>',
|
// valign="absmiddle" onClick="alert(\'{2}\');return false;"/></a>',
|
||||||
// value,'/images/documents/_up.png','Upload new Version');
|
// value,'/skins/neoclassic/images/documents/_up.png','Upload new Version');
|
||||||
//return String.format('<b>{0}</b><table cellspacing="0" class="x-btn x-btn-icon" id="tb_upload"><tbody class="x-btn-small x-btn-icon-small-left"><tr><td class="x-btn-tl"><i> </i></td><td class="x-btn-tc"></td><td class="x-btn-tr"><i> </i></td></tr><tr><td class="x-btn-ml"><i> </i></td><td class="x-btn-mc"><em unselectable="on" class=""><button type="button" id="ext-gen100" class=" x-btn-text button_menu_ext ss_sprite ss_page_white_get"> </button></em></td><td class="x-btn-mr"><i> </i></td></tr><tr><td class="x-btn-bl"><i> </i></td><td class="x-btn-bc"></td><td class="x-btn-br"><i> </i></td></tr></tbody></table>', value);
|
//return String.format('<b>{0}</b><table cellspacing="0" class="x-btn x-btn-icon" id="tb_upload"><tbody class="x-btn-small x-btn-icon-small-left"><tr><td class="x-btn-tl"><i> </i></td><td class="x-btn-tc"></td><td class="x-btn-tr"><i> </i></td></tr><tr><td class="x-btn-ml"><i> </i></td><td class="x-btn-mc"><em unselectable="on" class=""><button type="button" id="ext-gen100" class=" x-btn-text button_menu_ext ss_sprite ss_page_white_get"> </button></em></td><td class="x-btn-mr"><i> </i></td></tr><tr><td class="x-btn-bl"><i> </i></td><td class="x-btn-bc"></td><td class="x-btn-br"><i> </i></td></tr></tbody></table>', value);
|
||||||
return String.format('<b>{0}</b>', value);
|
return String.format('<b>{0}</b>', value);
|
||||||
}else{
|
}else{
|
||||||
// return String.format('{0} <a href="#"><img
|
// return String.format('{0} <a href="#"><img
|
||||||
// src="{1}" border="0" title="Upload New Version"
|
// src="{1}" border="0" title="Upload New Version"
|
||||||
// valign="absmiddle" onClick="alert(\'{2}\');return false;"/></a>',
|
// valign="absmiddle" onClick="alert(\'{2}\');return false;"/></a>',
|
||||||
// value,'/images/documents/_up.png','Upload new Version');
|
// value,'/skins/neoclassic/images/documents/_up.png','Upload new Version');
|
||||||
//return String.format('{0}<table cellspacing="0" class="x-btn x-btn-icon" id="tb_upload"><tbody class="x-btn-small x-btn-icon-small-left"><tr><td class="x-btn-tl"><i> </i></td><td class="x-btn-tc"></td><td class="x-btn-tr"><i> </i></td></tr><tr><td class="x-btn-ml"><i> </i></td><td class="x-btn-mc"><em unselectable="on" class=""><button type="button" id="ext-gen100" class=" x-btn-text button_menu_ext ss_sprite ss_page_white_get"> </button></em></td><td class="x-btn-mr"><i> </i></td></tr><tr><td class="x-btn-bl"><i> </i></td><td class="x-btn-bc"></td><td class="x-btn-br"><i> </i></td></tr></tbody></table>', value);
|
//return String.format('{0}<table cellspacing="0" class="x-btn x-btn-icon" id="tb_upload"><tbody class="x-btn-small x-btn-icon-small-left"><tr><td class="x-btn-tl"><i> </i></td><td class="x-btn-tc"></td><td class="x-btn-tr"><i> </i></td></tr><tr><td class="x-btn-ml"><i> </i></td><td class="x-btn-mc"><em unselectable="on" class=""><button type="button" id="ext-gen100" class=" x-btn-text button_menu_ext ss_sprite ss_page_white_get"> </button></em></td><td class="x-btn-mr"><i> </i></td></tr><tr><td class="x-btn-bl"><i> </i></td><td class="x-btn-bc"></td><td class="x-btn-br"><i> </i></td></tr></tbody></table>', value);
|
||||||
return String.format('{0}', value);
|
return String.format('{0}', value);
|
||||||
}
|
}
|
||||||
@@ -935,7 +918,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
xtype : "tbbutton",
|
xtype : "tbbutton",
|
||||||
id : 'tb_home',
|
id : 'tb_home',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_house',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_house',// icon :
|
||||||
// '/images/documents/_home.png',
|
// '/skins/neoclassic/images/documents/_home.png',
|
||||||
// text : 'Root',
|
// text : 'Root',
|
||||||
tooltip : TRANSLATIONS.ID_ROOT_FOLDER,
|
tooltip : TRANSLATIONS.ID_ROOT_FOLDER,
|
||||||
// cls : 'x-btn-text-icon',
|
// cls : 'x-btn-text-icon',
|
||||||
@@ -949,7 +932,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
id : 'tb_reload',
|
id : 'tb_reload',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_arrow_refresh',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_arrow_refresh',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_reload.png',
|
// '/skins/neoclassic/images/documents/_reload.png',
|
||||||
// text : 'Reload',
|
// text : 'Reload',
|
||||||
tooltip : TRANSLATIONS.ID_RELOAD,
|
tooltip : TRANSLATIONS.ID_RELOAD,
|
||||||
// cls : 'x-btn-text-icon',
|
// cls : 'x-btn-text-icon',
|
||||||
@@ -960,7 +943,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
{
|
{
|
||||||
xtype : "tbbutton",
|
xtype : "tbbutton",
|
||||||
id : 'tb_search',
|
id : 'tb_search',
|
||||||
icon : '/images/documents/_filefind.png',
|
icon : '/skins/neoclassic/images/documents/_filefind.png',
|
||||||
// text : 'Search',
|
// text : 'Search',
|
||||||
tooltip : TRANSLATIONS.ID_SEARCH,
|
tooltip : TRANSLATIONS.ID_SEARCH,
|
||||||
// cls : 'x-btn-text-icon',
|
// cls : 'x-btn-text-icon',
|
||||||
@@ -977,7 +960,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
id : 'tb_new',
|
id : 'tb_new',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_folder_add',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_folder_add',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_filenew.png',
|
// '/skins/neoclassic/images/documents/_filenew.png',
|
||||||
tooltip : TRANSLATIONS.ID_NEW_FOLDER,
|
tooltip : TRANSLATIONS.ID_NEW_FOLDER,
|
||||||
cls : 'x-btn-icon',
|
cls : 'x-btn-icon',
|
||||||
// disabled : false,
|
// disabled : false,
|
||||||
@@ -989,7 +972,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
xtype : "tbbutton",
|
xtype : "tbbutton",
|
||||||
id : 'tb_copy',
|
id : 'tb_copy',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_copy',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_copy',// icon :
|
||||||
// '/images/documents/_editcopy.png',
|
// '/skins/neoclassic/images/documents/_editcopy.png',
|
||||||
|
|
||||||
tooltip : TRANSLATIONS.ID_COPY,
|
tooltip : TRANSLATIONS.ID_COPY,
|
||||||
cls : 'x-btn-icon',
|
cls : 'x-btn-icon',
|
||||||
@@ -1003,7 +986,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
xtype : "tbbutton",
|
xtype : "tbbutton",
|
||||||
id : 'tb_move',
|
id : 'tb_move',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_go',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_go',// icon :
|
||||||
// '/images/documents/_move.png',
|
// '/skins/neoclassic/images/documents/_move.png',
|
||||||
tooltip : TRANSLATIONS.ID_MOVE,
|
tooltip : TRANSLATIONS.ID_MOVE,
|
||||||
cls : 'x-btn-icon',
|
cls : 'x-btn-icon',
|
||||||
disabled : false,
|
disabled : false,
|
||||||
@@ -1017,7 +1000,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
id : 'tb_delete',
|
id : 'tb_delete',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_folder_delete',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_folder_delete',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_editdelete.png',
|
// '/skins/neoclassic/images/documents/_editdelete.png',
|
||||||
tooltip : TRANSLATIONS.ID_DELETE,
|
tooltip : TRANSLATIONS.ID_DELETE,
|
||||||
cls : 'x-btn-icon',
|
cls : 'x-btn-icon',
|
||||||
disabled : false,
|
disabled : false,
|
||||||
@@ -1031,7 +1014,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
xtype : "tbbutton",
|
xtype : "tbbutton",
|
||||||
id : 'tb_rename',
|
id : 'tb_rename',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_textfield_rename',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_textfield_rename',// icon :
|
||||||
// '/images/documents/_fonts.png',
|
// '/skins/neoclassic/images/documents/_fonts.png',
|
||||||
tooltip : TRANSLATIONS.ID_RENAME,
|
tooltip : TRANSLATIONS.ID_RENAME,
|
||||||
cls : 'x-btn-icon',
|
cls : 'x-btn-icon',
|
||||||
disabled : true,
|
disabled : true,
|
||||||
@@ -1046,7 +1029,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
id : 'tb_download',
|
id : 'tb_download',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_put',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_put',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_down.png',
|
// '/skins/neoclassic/images/documents/_down.png',
|
||||||
tooltip : TRANSLATIONS.ID_DOWNLOAD,
|
tooltip : TRANSLATIONS.ID_DOWNLOAD,
|
||||||
cls : 'x-btn-icon',
|
cls : 'x-btn-icon',
|
||||||
// disabled : true,
|
// disabled : true,
|
||||||
@@ -1059,7 +1042,7 @@ var gridtb = new Ext.Toolbar(
|
|||||||
id : 'tb_upload',
|
id : 'tb_upload',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_get',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_get',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_up.png',
|
// '/skins/neoclassic/images/documents/_up.png',
|
||||||
tooltip : TRANSLATIONS.ID_UPLOAD,
|
tooltip : TRANSLATIONS.ID_UPLOAD,
|
||||||
cls : 'x-btn-icon',
|
cls : 'x-btn-icon',
|
||||||
disabled : false,
|
disabled : false,
|
||||||
@@ -1397,7 +1380,7 @@ gridCtxMenu = new Ext.menu.Menu({
|
|||||||
items : [ {
|
items : [ {
|
||||||
id : 'gc_rename',
|
id : 'gc_rename',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_textfield_rename',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_textfield_rename',// icon :
|
||||||
hidden : true, // '/images/documents/_fonts.png',
|
hidden : true, // '/skins/neoclassic/images/documents/_fonts.png',
|
||||||
text : TRANSLATIONS.ID_RENAME,
|
text : TRANSLATIONS.ID_RENAME,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
ext_itemgrid.onCellDblClick(ext_itemgrid, gsm.clickedRow, 0);
|
ext_itemgrid.onCellDblClick(ext_itemgrid, gsm.clickedRow, 0);
|
||||||
@@ -1406,7 +1389,7 @@ gridCtxMenu = new Ext.menu.Menu({
|
|||||||
}, /*{
|
}, /*{
|
||||||
id : 'gc_copy',
|
id : 'gc_copy',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_copy',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_copy',// icon :
|
||||||
// '/images/documents/_editcopy.png',
|
// '/skins/neoclassic/images/documents/_editcopy.png',
|
||||||
text : TRANSLATIONS.ID_COPY,
|
text : TRANSLATIONS.ID_COPY,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
openActionDialog(this, "copyAction", "");
|
openActionDialog(this, "copyAction", "");
|
||||||
@@ -1414,7 +1397,7 @@ gridCtxMenu = new Ext.menu.Menu({
|
|||||||
}, {
|
}, {
|
||||||
id : 'gc_move',
|
id : 'gc_move',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_go',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_go',// icon :
|
||||||
// '/images/documents/_move.png',
|
// '/skins/neoclassic/images/documents/_move.png',
|
||||||
text : TRANSLATIONS.ID_MOVE,
|
text : TRANSLATIONS.ID_MOVE,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
openActionDialog(this, "moveAction", "");
|
openActionDialog(this, "moveAction", "");
|
||||||
@@ -1422,7 +1405,7 @@ gridCtxMenu = new Ext.menu.Menu({
|
|||||||
},*/ {
|
},*/ {
|
||||||
id : 'gc_delete',
|
id : 'gc_delete',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_delete',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_delete',// icon :
|
||||||
// '/images/documents/_editdelete.png',
|
// '/skins/neoclassic/images/documents/_editdelete.png',
|
||||||
text : TRANSLATIONS.ID_DELETE,
|
text : TRANSLATIONS.ID_DELETE,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
openActionDialog(this, "delete", "");
|
openActionDialog(this, "delete", "");
|
||||||
@@ -1432,7 +1415,7 @@ gridCtxMenu = new Ext.menu.Menu({
|
|||||||
}, '-', {
|
}, '-', {
|
||||||
id : 'gc_download',
|
id : 'gc_download',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_put',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_put',// icon :
|
||||||
// '/images/documents/_down.png',
|
// '/skins/neoclassic/images/documents/_down.png',
|
||||||
text : TRANSLATIONS.ID_DOWNLOAD,
|
text : TRANSLATIONS.ID_DOWNLOAD,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
openActionDialog(this, "download", "");
|
openActionDialog(this, "download", "");
|
||||||
@@ -1442,7 +1425,7 @@ gridCtxMenu = new Ext.menu.Menu({
|
|||||||
'-', {
|
'-', {
|
||||||
id : 'cancel',
|
id : 'cancel',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_cross',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_cross',// icon :
|
||||||
// '/images/documents/_cancel.png',
|
// '/skins/neoclassic/images/documents/_cancel.png',
|
||||||
text : TRANSLATIONS.ID_CANCEL,
|
text : TRANSLATIONS.ID_CANCEL,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
gridCtxMenu.hide();
|
gridCtxMenu.hide();
|
||||||
@@ -1547,7 +1530,7 @@ var dirCtxMenu = new Ext.menu.Menu(
|
|||||||
id : 'dirCtxMenu_new',
|
id : 'dirCtxMenu_new',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_folder_add',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_folder_add',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_folder_new.png',
|
// '/skins/neoclassic/images/documents/_folder_new.png',
|
||||||
text : TRANSLATIONS.ID_NEW_FOLDER,
|
text : TRANSLATIONS.ID_NEW_FOLDER,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
dirCtxMenu.hide();
|
dirCtxMenu.hide();
|
||||||
@@ -1566,7 +1549,7 @@ var dirCtxMenu = new Ext.menu.Menu(
|
|||||||
{
|
{
|
||||||
id : 'dirCtxMenu_copy',
|
id : 'dirCtxMenu_copy',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_copy',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_copy',// icon :
|
||||||
// '/images/documents/_editcopy.png',
|
// '/skins/neoclassic/images/documents/_editcopy.png',
|
||||||
|
|
||||||
text : TRANSLATIONS.ID_COPY,
|
text : TRANSLATIONS.ID_COPY,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
@@ -1578,7 +1561,7 @@ var dirCtxMenu = new Ext.menu.Menu(
|
|||||||
id : 'dirCtxMenu_move',
|
id : 'dirCtxMenu_move',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_folder_go',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_folder_go',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_move.png',
|
// '/skins/neoclassic/images/documents/_move.png',
|
||||||
text : TRANSLATIONS.ID_MOVE,
|
text : TRANSLATIONS.ID_MOVE,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
dirCtxMenu.hide();
|
dirCtxMenu.hide();
|
||||||
@@ -1589,7 +1572,7 @@ var dirCtxMenu = new Ext.menu.Menu(
|
|||||||
id : 'dirCtxMenu_remove',
|
id : 'dirCtxMenu_remove',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_folder_delete',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_folder_delete',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_editdelete.png',
|
// '/skins/neoclassic/images/documents/_editdelete.png',
|
||||||
|
|
||||||
text : TRANSLATIONS.ID_DELETE,
|
text : TRANSLATIONS.ID_DELETE,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
@@ -1610,7 +1593,7 @@ var dirCtxMenu = new Ext.menu.Menu(
|
|||||||
id : 'dirCtxMenu_reload',
|
id : 'dirCtxMenu_reload',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_arrow_refresh',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_arrow_refresh',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_reload.png',
|
// '/skins/neoclassic/images/documents/_reload.png',
|
||||||
text : TRANSLATIONS.ID_REFRESH_LABEL,
|
text : TRANSLATIONS.ID_REFRESH_LABEL,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
dirCtxMenu.hide();
|
dirCtxMenu.hide();
|
||||||
@@ -1620,7 +1603,7 @@ var dirCtxMenu = new Ext.menu.Menu(
|
|||||||
id : 'dirCtxMenu_cancel',
|
id : 'dirCtxMenu_cancel',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_cross',// icon
|
iconCls: 'button_menu_ext ss_sprite ss_cross',// icon
|
||||||
// :
|
// :
|
||||||
// '/images/documents/_cancel.png',
|
// '/skins/neoclassic/images/documents/_cancel.png',
|
||||||
text : TRANSLATIONS.ID_CANCEL,
|
text : TRANSLATIONS.ID_CANCEL,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
dirCtxMenu.hide();
|
dirCtxMenu.hide();
|
||||||
@@ -1632,7 +1615,7 @@ var copymoveCtxMenu = new Ext.menu.Menu({
|
|||||||
items : [ {
|
items : [ {
|
||||||
id : 'copymoveCtxMenu_copy',
|
id : 'copymoveCtxMenu_copy',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_copy',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_copy',// icon :
|
||||||
// '/images/documents/_editcopy.png',
|
// '/skins/neoclassic/images/documents/_editcopy.png',
|
||||||
text : TRANSLATIONS.ID_COPY,
|
text : TRANSLATIONS.ID_COPY,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
copymoveCtxMenu.hide();
|
copymoveCtxMenu.hide();
|
||||||
@@ -1641,7 +1624,7 @@ var copymoveCtxMenu = new Ext.menu.Menu({
|
|||||||
}, {
|
}, {
|
||||||
id : 'copymoveCtxMenu_move',
|
id : 'copymoveCtxMenu_move',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_page_white_go',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_page_white_go',// icon :
|
||||||
// '/images/documents/_move.png',
|
// '/skins/neoclassic/images/documents/_move.png',
|
||||||
text : TRANSLATIONS.ID_MOVE,
|
text : TRANSLATIONS.ID_MOVE,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
copymoveCtxMenu.hide();
|
copymoveCtxMenu.hide();
|
||||||
@@ -1650,7 +1633,7 @@ var copymoveCtxMenu = new Ext.menu.Menu({
|
|||||||
}, '-', {
|
}, '-', {
|
||||||
id : 'copymoveCtxMenu_cancel',
|
id : 'copymoveCtxMenu_cancel',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_cross',// icon :
|
iconCls: 'button_menu_ext ss_sprite ss_cross',// icon :
|
||||||
// '/images/documents/_cancel.png',
|
// '/skins/neoclassic/images/documents/_cancel.png',
|
||||||
text : TRANSLATIONS.ID_CANCEL,
|
text : TRANSLATIONS.ID_CANCEL,
|
||||||
handler : function() {
|
handler : function() {
|
||||||
copymoveCtxMenu.hide();
|
copymoveCtxMenu.hide();
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
name="dynaforms_Properties"
|
name="dynaforms_Properties"
|
||||||
type="xmlform"
|
type="xmlform"
|
||||||
width="450"
|
width="450"
|
||||||
height="450"
|
height="auto"
|
||||||
>
|
>
|
||||||
|
<!--height="450"-->
|
||||||
<PME_PROPERTIES_TITLE type="title">
|
<PME_PROPERTIES_TITLE type="title">
|
||||||
<en>Properties</en>
|
<en>Properties</en>
|
||||||
</PME_PROPERTIES_TITLE>
|
</PME_PROPERTIES_TITLE>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 99 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user