Removed files from images to img dir.

This commit is contained in:
Emanuel Schuetze 2013-01-18 22:23:31 +01:00
parent da4ed365bc
commit b8532fabe4
13 changed files with 7 additions and 21 deletions

View File

@ -32,11 +32,7 @@ URL_SETS = {
"/static/styles/base.css", "/static/styles/base.css",
"/static/javascript/utils.js", "/static/javascript/utils.js",
"/static/javascript/jquery.min.js", "/static/javascript/jquery.min.js",
"/static/images/bg-submenu.gif", "/static/img/logo.png",
"/static/images/bg-header.gif",
"/static/images/logo.png",
"/static/images/icons/dialog-information.png",
"/static/images/icons/cross.png",
], ],
"agenda": [ "agenda": [
"/agenda/", "/agenda/",
@ -46,11 +42,6 @@ URL_SETS = {
"/static/styles/agenda.css", "/static/styles/agenda.css",
"/static/javascript/jquery.min.js", "/static/javascript/jquery.min.js",
"/jsi18n/", "/jsi18n/",
"/static/images/bg-header.gif",
"/static/images/bg-submenu.gif",
"/static/images/logo.png",
"/static/images/icons/application-pdf.png",
"/static/images/icons/cross.png",
], ],
"application": [ "application": [
"/application/", "/application/",
@ -58,11 +49,6 @@ URL_SETS = {
"/static/javascript/utils.js", "/static/javascript/utils.js",
"/static/javascript/jquery.min.js", "/static/javascript/jquery.min.js",
"/jsi18n/", "/jsi18n/",
"/static/images/bg-header.gif",
"/static/images/bg-submenu.gif",
"/static/images/icons/cross.png",
"/static/images/logo.png",
"/static/images/icons/application-pdf.png",
] ]
} }

View File

@ -533,7 +533,7 @@ class AssignmentPollPDF(PDFView):
pdf_document.build(story) pdf_document.build(story)
def append_to_pdf(self, story): def append_to_pdf(self, story):
imgpath = os.path.join(settings.SITE_ROOT, 'static/images/circle.png') imgpath = os.path.join(settings.SITE_ROOT, 'static/img/circle.png')
circle = "<img src='%s' width='15' height='15'/>&nbsp;&nbsp;" % imgpath circle = "<img src='%s' width='15' height='15'/>&nbsp;&nbsp;" % imgpath
cell = [] cell = []
cell.append(Spacer(0, 0.8 * cm)) cell.append(Spacer(0, 0.8 * cm))

View File

@ -864,7 +864,7 @@ class MotionPollPDF(PDFView):
pdf_document.build(story) pdf_document.build(story)
def append_to_pdf(self, story): def append_to_pdf(self, story):
imgpath = os.path.join(settings.SITE_ROOT, 'static/images/circle.png') imgpath = os.path.join(settings.SITE_ROOT, 'static/img/circle.png')
circle = "<img src='%s' width='15' height='15'/>&nbsp;&nbsp;" % imgpath circle = "<img src='%s' width='15' height='15'/>&nbsp;&nbsp;" % imgpath
cell = [] cell = []
cell.append(Spacer(0,0.8*cm)) cell.append(Spacer(0,0.8*cm))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 976 B

After

Width:  |  Height:  |  Size: 976 B

View File

Before

Width:  |  Height:  |  Size: 979 B

After

Width:  |  Height:  |  Size: 979 B

View File

@ -19,7 +19,7 @@ a.tabledrag-handle:hover {
text-decoration: none; text-decoration: none;
} }
a.tabledrag-handle .handle { a.tabledrag-handle .handle {
background: url("../images/draggable.png") no-repeat scroll 0 0 transparent; background: url("../img/draggable.png") no-repeat scroll 0 0 transparent;
height: 13px; height: 13px;
margin-top: 4px; margin-top: 4px;
width: 13px; width: 13px;
@ -35,13 +35,13 @@ div.indentation {
width: 10px; width: 10px;
} }
div.tree-child { div.tree-child {
background: url(../images/tree.png) no-repeat 11px center; /* LTR */ background: url(../img/tree.png) no-repeat 11px center; /* LTR */
} }
div.tree-child-last { div.tree-child-last {
background: url(../images/tree-bottom.png) no-repeat 11px center; /* LTR */ background: url(../img/tree-bottom.png) no-repeat 11px center; /* LTR */
} }
div.tree-child-horizontal { div.tree-child-horizontal {
background: url(../images/tree.png) no-repeat -11px center; background: url(../img/tree.png) no-repeat -11px center;
} }
.tabledrag-toggle-weight-wrapper { .tabledrag-toggle-weight-wrapper {
text-align: right; /* LTR */ text-align: right; /* LTR */