[freeside-commits] freeside/httemplate/pref pref.html, 1.13, 1.13.2.1 pref-process.html, 1.12, 1.12.2.1
Ivan,,,
ivan at wavetail.420.am
Wed Feb 3 22:53:17 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/pref
In directory wavetail.420.am:/tmp/cvs-serv27150/httemplate/pref
Modified Files:
Tag: FREESIDE_1_9_BRANCH
pref.html pref-process.html
Log Message:
snom autodial integration
Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- pref-process.html 16 Jun 2009 03:29:26 -0000 1.12
+++ pref-process.html 4 Feb 2010 06:53:15 -0000 1.12.2.1
@@ -45,8 +45,10 @@
#XXX autogen
my @paramlist = qw( menu_position default_customer_view
email_address
+ snom-ip snom-username snom-password
vonage-fromnumber vonage-username vonage-password
- show_pkgnum show_db_profile save_db_profile
+ show_pkgnum show_confitem_counts
+ show_db_profile save_db_profile
height width availHeight availWidth colorDepth
);
Index: pref.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref.html,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- pref.html 28 Jul 2009 21:17:45 -0000 1.13
+++ pref.html 4 Feb 2010 06:53:15 -0000 1.13.2.1
@@ -80,6 +80,10 @@
<TD><INPUT TYPE="checkbox" NAME="show_pkgnum" VALUE="1" <% $curuser->option('show_pkgnum') ? 'CHECKED' : '' %>></TD>
</TR>
<TR>
+ <TH>Show config item counts: </TH>
+ <TD><INPUT TYPE="checkbox" NAME="show_confitem_counts" VALUE="1" <% $curuser->option('show_confitem_counts') ? 'CHECKED' : '' %>></TD>
+ </TR>
+ <TR>
<TH>Show database profiling (when available): </TH>
<TD><INPUT TYPE="checkbox" NAME="show_db_profile" VALUE="1" <% $curuser->option('show_db_profile') ? 'CHECKED' : '' %>></TD>
</TR>
@@ -91,6 +95,28 @@
</TABLE>
<BR>
+SNOM integration
+<% ntable("#cccccc",2) %>
+
+ <TR>
+ <TH ALIGN="right">SNOM IP address</TH>
+ <TD><INPUT TYPE="text" NAME="snom-ip" VALUE="<% $curuser->option('snom-ip') %>"></TD>
+ </TR>
+
+ <TR>
+ <TH ALIGN="right">SNOM HTTP username (if necessary)</TH>
+ <TD><INPUT TYPE="text" NAME="snom-username" VALUE="<% $curuser->option('snom-username') %>"></TD>
+ </TR>
+
+ <TR>
+ <TH ALIGN="right">SNOM HTTP password (if necessary)</TH>
+ <TD><INPUT TYPE="password" NAME="snom-password" VALUE="<% $curuser->option('snom-password') %>"></TD>
+ </TR>
+
+</TABLE>
+<BR>
+
+OR<BR><BR>
Vonage integration (see <a href="https://secure.click2callu.com/">Click2Call</a>)
<% ntable("#cccccc",2) %>
More information about the freeside-commits
mailing list