forked from hummypkg/sweeper
fix icon paths
This commit is contained in:
parent
885db239e7
commit
5db080604d
@ -1,7 +1,7 @@
|
|||||||
Package: sweeper
|
Package: sweeper
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: misc
|
Section: misc
|
||||||
Version: 2.1.0
|
Version: 2.1.0-1
|
||||||
Architecture: mipsel
|
Architecture: mipsel
|
||||||
Maintainer: af123@hummypkg.org.uk
|
Maintainer: af123@hummypkg.org.uk
|
||||||
Depends: webif(>=1.3.0-1)
|
Depends: webif(>=1.3.0-1)
|
||||||
|
@ -236,7 +236,7 @@ function composite_criterion(c, data)
|
|||||||
' ' +
|
' ' +
|
||||||
'<a class=delsubclause href=# ' +
|
'<a class=delsubclause href=# ' +
|
||||||
'title="Delete sub-clause and the conditions within it">' +
|
'title="Delete sub-clause and the conditions within it">' +
|
||||||
'<img src=/img/context/delete.png></a>' +
|
'<img src=img/delete.png></a>' +
|
||||||
' ' +
|
' ' +
|
||||||
c.desc +
|
c.desc +
|
||||||
'</td></tr>';
|
'</td></tr>';
|
||||||
@ -277,13 +277,13 @@ function criterion(data, classes)
|
|||||||
s += '</td><td>';
|
s += '</td><td>';
|
||||||
if (c.type != 'noarg')
|
if (c.type != 'noarg')
|
||||||
s += '<a class=editclause href=# title="Edit condition">' +
|
s += '<a class=editclause href=# title="Edit condition">' +
|
||||||
'<img src=/img/context/edit.png></a>' +
|
'<img src=img/edit.png></a>' +
|
||||||
' ';
|
' ';
|
||||||
else
|
else
|
||||||
s += '<img src=/img/blank.gif width=16>' +
|
s += '<img src=/img/blank.gif width=16>' +
|
||||||
' ';
|
' ';
|
||||||
s += '<a class=delclause href=# title="Delete condition">' +
|
s += '<a class=delclause href=# title="Delete condition">' +
|
||||||
'<img src=/img/context/delete.png></a>' +
|
'<img src=img/delete.png></a>' +
|
||||||
'</td></tr>';
|
'</td></tr>';
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
@ -307,7 +307,7 @@ function action(data)
|
|||||||
'<th class=cmd cmd=' + data.cmd + '>' + c.desc + '</th>' +
|
'<th class=cmd cmd=' + data.cmd + '>' + c.desc + '</th>' +
|
||||||
'<td class=val>' + data.arg + '</td>' +
|
'<td class=val>' + data.arg + '</td>' +
|
||||||
'<td><a class=editaction href=#>' +
|
'<td><a class=editaction href=#>' +
|
||||||
'<img src=/img/context/edit.png></a></td>' +
|
'<img src=img/edit.png></a></td>' +
|
||||||
'</tr>';
|
'</tr>';
|
||||||
|
|
||||||
if (data.cmd != 'continue')
|
if (data.cmd != 'continue')
|
||||||
|
Loading…
Reference in New Issue
Block a user