[freeside-commits] freeside/httemplate/search phone_inventory_provisioned.html, 1.7, 1.8

Ivan,,, ivan at wavetail.420.am
Wed Jun 22 14:12:43 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv5036

Modified Files:
	phone_inventory_provisioned.html 
Log Message:
fix headers, alignment and tabs, RT#10988

Index: phone_inventory_provisioned.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/phone_inventory_provisioned.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- phone_inventory_provisioned.html	22 Jun 2011 17:01:43 -0000	1.7
+++ phone_inventory_provisioned.html	22 Jun 2011 21:12:41 -0000	1.8
@@ -8,8 +8,8 @@
                                  },
               'count_query'   => 'SELECT COUNT(distinct latanum) FROM phone_avail',
               'header'        => [ 
-                    'LATA #',
-                    'LATA Description',
+                                   '#',
+                                   'LATA',
 				   'Available',
 				   'Provisioned',
 				   'Have Usage',
@@ -50,24 +50,27 @@
             $phone_avail->lata->have_usage;
 		},
               ],
-              'align'         => 'lccc',
+              'align'         => 'rlrrr',
               'links'         => [
                 '',
                 '',
                 '',
                 '',
+                '',
               ],
               'color' => [ 
                            '',
                            '',
                            '',
                            '',
+                           '',
                          ],
               'style' => [ 
                            '',
                            '',
                            '',
                            '',
+                           '',
                          ],
       )
 %>



More information about the freeside-commits mailing list