[freeside-commits] freeside/httemplate/edit/process access_group.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Sun Jun 18 05:54:50 PDT 2006


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv30582/httemplate/edit/process

Modified Files:
	access_group.html 
Log Message:
ACLs: finish group edit (agents + rights) & browse

Index: access_group.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/access_group.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- access_group.html	14 May 2006 16:47:30 -0000	1.1
+++ access_group.html	18 Jun 2006 12:54:48 -0000	1.2
@@ -1,5 +1,15 @@
 <%= include( 'elements/process.html',
                'table'       => 'access_group',
                'viewall_dir' => 'browse',
+               'process_m2m' => { 'link_table'   => 'access_groupagent',
+                                  'target_table' => 'agent',
+                                },
+               'process_m2name' => {
+                     'link_table'   => 'access_right',
+                     'link_static'  => { 'righttype' => 'FS::access_group', },
+                     'num_col'      => 'rightobjnum',
+                     'name_col'     => 'rightname',
+                     'names_list'   => [ FS::AccessRight->rights() ],
+               },
            )
 %>



More information about the freeside-commits mailing list