[freeside-commits] freeside/httemplate/search phone_inventory_provisioned.html, 1.1.2.8, 1.1.2.9
Ivan,,,
ivan at wavetail.420.am
Wed Jun 22 14:12:44 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv5038
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.1.2.8
retrieving revision 1.1.2.9
diff -u -w -d -r1.1.2.8 -r1.1.2.9
--- phone_inventory_provisioned.html 22 Jun 2011 17:02:16 -0000 1.1.2.8
+++ phone_inventory_provisioned.html 22 Jun 2011 21:12:41 -0000 1.1.2.9
@@ -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