Theme forgotten
This commit is contained in:
parent
a7da81a394
commit
60801bb1a8
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque)
|
|||
"<link rel=\"stylesheet\" type=\"text/css\" href=\""EXTJSPATH"/resources/css/ext-all-notheme-min.css\">\n");
|
||||
}
|
||||
|
||||
htsbuf_qprintf(hq, "<link rel=\"stylesheet\" type=\"text/css\" href=\"static/livegrid/resources/css/ext-ux-livegrid.css\">\n"
|
||||
htsbuf_qprintf(hq, "<link rel=\"stylesheet\" type=\"text/css\" href=\""EXTJSPATH"/resources/css/xtheme-blue.css\">\n"
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"static/livegrid/resources/css/ext-ux-livegrid.css\">\n"
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"static/app/ext.css\">\n");
|
||||
|
||||
extjs_exec(hq, "Ext.BLANK_IMAGE_URL = "
|
||||
|
|
Loading…
Add table
Reference in a new issue