v4 style
[freeside.git] / httemplate / elements / select-part_referral.html
index c4b8829..114d147 100644 (file)
@@ -1,14 +1,13 @@
-<% include( '/elements/select-table.html',
+<& /elements/select-table.html,
                  'table'       => 'part_referral',
                  'name_col'    => 'referral',
                  'value'       => $refnum,
-                 'empty_label' => 'Select advertising source',
+                 'empty_label' => emt('Select advertising source'),
                  'hashref'     => { 'disabled' => '' },
                  'extra_sql'   => ' AND '.
                                   FS::part_referral->acl_agentnum_sql(1),
                  %opt,
-             )
-%>
+&>
 <%init>
 
 my %opt = @_;