summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-05-22 12:07:29 +0000
committerMika Havela <mika.havela@gmail.com>2008-05-22 12:07:29 +0000
commit8a50f75867cc0959823b59f1e45c506a66d6bc4a (patch)
tree73071c65041f156e4782aa9967988afbbe626827
parentd1593c991807d3ea5141e87fc924f57b1dca4a6c (diff)
downloadacf-shorewall-8a50f75867cc0959823b59f1e45c506a66d6bc4a.tar.bz2
acf-shorewall-8a50f75867cc0959823b59f1e45c506a66d6bc4a.tar.xz
Graphical bugfix - Modifying path to images.v0.3.6
version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--Makefile2
-rw-r--r--shorewall-config-html.lsp40
2 files changed, 21 insertions, 21 deletions
diff --git a/Makefile b/Makefile
index d7605f8..f99015d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=shorewall
PACKAGE=acf-$(APP_NAME)
-VERSION=0.3.5
+VERSION=0.3.6
APP_DIST=\
shorewall* \
diff --git a/shorewall-config-html.lsp b/shorewall-config-html.lsp
index 9078f0a..ab830f0 100644
--- a/shorewall-config-html.lsp
+++ b/shorewall-config-html.lsp
@@ -45,7 +45,7 @@ end ?>
<? for i=1,#descr[myform]['labels'] do ?>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<? io.write(descr[myform]['width'][i] or "*") ?>"><? io.write(descr[myform]['labels'][i] or "") ?></TD>
<? end ?>
- <TD class="header" WIDTH="60"><IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<?
@@ -57,9 +57,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px"><? io.write(form.config[myform]['option'][i][ii] or "") ?></TD>
<? end ?>
<TD style="padding-right:0px;text-align:left;">
-<IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<?
@@ -74,7 +74,7 @@ end
<? for i=1,#descr[myform]['labels'] do ?>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<? io.write(descr[myform]['width'][i] or "*") ?>"><? io.write(descr[myform]['labels'][i] or "") ?></TD>
<? end ?>
- <TD class="header" WIDTH="60"><IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<?
@@ -86,9 +86,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px;"><? io.write(form.config[myform]['option'][i][ii] or "") ?></TD>
<? end ?>
<TD style="padding-right:0px;">
-<IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<?
@@ -104,7 +104,7 @@ end
<? for i=1,#descr[myform]['labels'] do ?>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<? io.write(descr[myform]['width'][i] or "*") ?>"><? io.write(descr[myform]['labels'][i] or "") ?></TD>
<? end ?>
- <TD class="header" WIDTH="60"><IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<?
@@ -116,9 +116,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px;"><? io.write(form.config[myform]['option'][i][ii] or "") ?></TD>
<? end ?>
<TD style="padding-right:0px;text-align:left;">
-<IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<?
@@ -135,7 +135,7 @@ local val = {1,2,3,4,5,6,7,8,10,}
<? for k,i in pairs(val) do ?>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<? io.write(descr[myform]['width'][i] or "*") ?>"><? io.write(descr[myform]['labels'][i] or "") ?></TD>
<? end ?>
- <TD class="header" WIDTH="60"><IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<?
@@ -147,9 +147,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px;"><? io.write(form.config[myform]['option'][i][ii] or "") ?></TD>
<? end ?>
<TD style="padding-right:0px;text-align:left;">
-<IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<?
@@ -164,7 +164,7 @@ end
<? for i=1,#descr[myform]['labels'] do ?>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<? io.write(descr[myform]['width'][i] or "*") ?>"><? io.write(descr[myform]['labels'][i] or "") ?></TD>
<? end ?>
- <TD class="header" WIDTH="60"><IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<?
@@ -176,9 +176,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px;"><? io.write(form.config[myform]['option'][i][ii] or "") ?></TD>
<? end ?>
<TD style="padding-right:0px;text-align:left;">
-<IMG SRC='/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<?