From 9608be1f5c73517fc348f1ab458892b34ed7facb Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 24 Jun 2006 16:41:45 +0000 Subject: Add the ability to link customer service definition fields to inventory classes, with an "automatic/manual" flag. Add the ability for the web interface to maintain these links. Start prettying up the service def. edit in preparation for Bigger Changes. --- httemplate/elements/table-grid.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'httemplate/elements/table-grid.html') diff --git a/httemplate/elements/table-grid.html b/httemplate/elements/table-grid.html index 80611f511..17eafdf1a 100644 --- a/httemplate/elements/table-grid.html +++ b/httemplate/elements/table-grid.html @@ -1,8 +1,14 @@ +<% + my %opt = @_; + $opt{cellspacing} ||= 0; + $opt{cellpadding} ||= 0; + +%> - +
CELLPADDING=<%= $opt{cellpadding} %> BORDER=1 BORDERCOLOR="#000000" STYLE="border: solid 1px black; empty-cells: show"> -- cgit v1.2.1