web: flatten image dir

This commit is contained in:
Simon Michael 2010-09-12 02:21:41 +00:00
parent cfc8ef8907
commit 4e0df9daa8
3 changed files with 2 additions and 2 deletions

View File

@ -679,7 +679,7 @@ addform td = [$hamlet|
%script!type=text/javascript %script!type=text/javascript
$$(document).ready(function() { $$(document).ready(function() {
/* dhtmlxcombo setup */ /* dhtmlxcombo setup */
window.dhx_globalImgPath="../static/images/"; window.dhx_globalImgPath="../static/";
var desccombo = new dhtmlXCombo("description"); var desccombo = new dhtmlXCombo("description");
var acct1combo = new dhtmlXCombo("account1"); var acct1combo = new dhtmlXCombo("account1");
var acct2combo = new dhtmlXCombo("account2"); var acct2combo = new dhtmlXCombo("account2");

View File

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 309 B

View File

@ -23,7 +23,7 @@ data-files:
static/dhtmlxcommon.js static/dhtmlxcommon.js
static/dhtmlxcombo.js static/dhtmlxcombo.js
static/favicon.ico static/favicon.ico
static/images/combo_select.gif static/combo_select.gif
templates/addform.hamlet templates/addform.hamlet
templates/addformpostingfields.hamlet templates/addformpostingfields.hamlet
templates/default-layout.cassius templates/default-layout.cassius