[freeside-commits] freeside/httemplate/view/svc_acct basics.html, 1.1.2.8, 1.1.2.9

Ivan,,, ivan at wavetail.420.am
Mon Apr 19 18:51:57 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/svc_acct
In directory wavetail.420.am:/tmp/cvs-serv26725/httemplate/view/svc_acct

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	basics.html 
Log Message:
communigate (phase 2): Account Preferences (& Domain::Account Defaults:Preferences): Language, Time zone, Layout, Send read receipts.  RT#7514

Index: basics.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_acct/basics.html,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -w -d -r1.1.2.8 -r1.1.2.9
--- basics.html	19 Apr 2010 07:09:18 -0000	1.1.2.8
+++ basics.html	20 Apr 2010 01:51:55 -0000	1.1.2.9
@@ -110,7 +110,16 @@
   <% include('/view/elements/tr.html', label=>'On logout remove trash',
                         value=>$svc_acct->cgp_emptytrash ) %>
 
-%#XXX language, time zone, layout, printo style, send read receipts
+  <% include('/view/elements/tr.html', label=>'Language',
+                        value=>$svc_acct->cgp_language || 'default (English)' ) %>
+  <% include('/view/elements/tr.html', label=>'Time zone',
+                        value=>$svc_acct->cgp_timezone || 'default (HostOS)' ) %>
+  <% include('/view/elements/tr.html', label=>'Layout',
+                        value=>$svc_acct->cgp_skinname || 'default (***)' ) %>
+%#XXX pronto style
+  <% include('/view/elements/tr.html', label=>'Send read receipts',
+                        value=>$svc_acct->cgp_sendmdnmode ) %>
+
 %#XXX vacation message, redirect all mail, mail rules
 
 % }



More information about the freeside-commits mailing list