[freeside-commits] branch master updated. 7b0bbc4117a7959b9f7b7b2cf999b8188ba34160
Ivan Kohler
ivan at freeside.biz
Mon Apr 27 12:48:12 PDT 2020
The branch, master has been updated
via 7b0bbc4117a7959b9f7b7b2cf999b8188ba34160 (commit)
via ed022ff91d69fd1258250cb027c4c1f17e1b5b10 (commit)
from 01721976fa3324f41a3093cda68bc38a7eec5ff5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7b0bbc4117a7959b9f7b7b2cf999b8188ba34160
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 27 12:48:11 2020 -0700
v4 style
diff --git a/httemplate/elements/tr-select-domain.html b/httemplate/elements/tr-select-domain.html
index 5b8d23771..73199ca63 100644
--- a/httemplate/elements/tr-select-domain.html
+++ b/httemplate/elements/tr-select-domain.html
@@ -1,7 +1,7 @@
% #if ( scalar(@domains) < 2 ) {
% #} else {
<TR>
- <TD ALIGN="right"><% $opt{'label'} || 'Domain' %></TD>
+ <TH ALIGN="right"><% $opt{'label'} || 'Domain' %></TH>
<TD>
<% include( '/elements/select-domain.html', %opt) %>
</TD>
diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html
index e47f72726..3b8e46448 100755
--- a/httemplate/search/report_svc_acct.html
+++ b/httemplate/search/report_svc_acct.html
@@ -4,11 +4,8 @@
<INPUT TYPE="hidden" NAME="magic" VALUE="advanced">
<INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
- <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
-
- <TR>
- <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1"><% mt('Search options') |h %></FONT></TH>
- </TR>
+ <FONT CLASS="fsinnerbox-title"><% emt('Search options') %></FONT>
+ <TABLE CLASS="fsinnerbox">
% unless ( $custnum ) {
<& /elements/tr-select-agent.html,
@@ -48,13 +45,13 @@
<TD>
<TABLE>
<TR>
- <TD ALIGN="right" VALIGN="center" ID="<% $field."_label" %>">
+ <TH ALIGN="right" VALIGN="center" ID="<% $field."_label" %>">
<% $label{$field} %>
- </TD>
- <TD>
+ </TH>
+ <TH>
<INPUT NAME="<% $invert %>" ID="<% $invert %>" TYPE="hidden">
<A HREF="javascript:void(0)" onClick="toggle('<% $field %>'); return false;"><% mt('Invert') |h %></A>
- </TD>
+ </TH>
</TR>
</TABLE>
</TD>
@@ -82,17 +79,15 @@
% }
- <TR>
- <TH CLASS="background" COLSPAN=2> </TH>
- </TR>
-
- <TR>
- <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1"><% mt('Display options') |h %></FONT></TH>
- </TR>
+ </TABLE>
+ <BR>
+ <FONT CLASS="fsinnerbox-title"><% emt('Display options') %></FONT>
+ <TABLE CLASS="fsinnerbox">
+
% #move to /elements/tr-select-cust_pkg-fields if anything else needs it...
<TR>
- <TD ALIGN="right"><% mt('Package fields') |h %></TD>
+ <TH ALIGN="right"><% mt('Package fields') |h %></TH>
<TD>
<SELECT NAME="cust_pkg_fields">
<OPTION VALUE=""><% mt('(none)') |h %>
commit ed022ff91d69fd1258250cb027c4c1f17e1b5b10
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 27 12:40:10 2020 -0700
buster dev
diff --git a/Makefile b/Makefile
index 0af7fe53f..802632e4b 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ RT_PATH = /opt/rt3
#only used for dev kludge now, not a big deal
FREESIDE_PATH = `pwd`
-PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.24.1/
+PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.28.1/
VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2`
TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'`
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
httemplate/elements/tr-select-domain.html | 2 +-
httemplate/search/report_svc_acct.html | 29 ++++++++++++-----------------
3 files changed, 14 insertions(+), 19 deletions(-)
More information about the freeside-commits
mailing list