From 7353f670ef61e617a9dfb6c258907eb70e0345f6 Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 26 Dec 2010 04:09:26 +0000 Subject: added basic LNP capability to svc_phone including SS, RT10948 --- httemplate/edit/elements/edit.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'httemplate/edit/elements/edit.html') diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 142d0c3ae..cab5167c6 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -356,6 +356,19 @@ Example: % %include_common, % %opt, % ); +% +% if ( $include eq 'tr-input-date-field' ) { +% # it's either hacking it here, or changing a lot more stuff +% @include = ( +% "/elements/$include.html", { +% 'name' => $field, +% 'value' => $opt{curr_value}, +% 'label' => $label, +% 'noinit' => $f->{noinit}, +% } +% ); +% } +% % @include; % }; % -- cgit v1.2.1