diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | shorewall-config-html.lsp | 40 |
2 files changed, 21 insertions, 21 deletions
@@ -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> <? |