Project

General

Profile

« Previous | Next » 

Revision 944

Added by Matthias about 15 years ago

added skinable Admin Interface

View differences:

dragdrop.js
133 133
	}
134 134
	
135 135
	var html = '<a href="' + item.url + 'move_' + op + '.php' + item.params
136
				+ '"><img src="' + JsAdmin.WB_URL + '/admin/images/' + op
136
				+ '"><img src="' + JsAdminTheme.THEME_URL + '/images/' + op
137 137
				+ '_16.png" border="0" alt="' + op + '" /></a>';
138 138
	tr.cells[cell].innerHTML = html;
139 139
};

Also available in: Unified diff