[freeside-commits] freeside/httemplate/edit/elements edit.html, 1.54, 1.55

Erik Levinson levinse at wavetail.420.am
Sat Dec 25 20:09:28 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv29722/httemplate/edit/elements

Modified Files:
	edit.html 
Log Message:
added basic LNP capability to svc_phone including SS, RT10948

Index: edit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/edit.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -w -d -r1.54 -r1.55
--- edit.html	25 Nov 2010 01:46:34 -0000	1.54
+++ edit.html	26 Dec 2010 04:09:26 -0000	1.55
@@ -356,6 +356,19 @@
 %         %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;
 %   };
 %



More information about the freeside-commits mailing list