summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-realestate_location.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-realestate_location.html')
-rw-r--r--httemplate/elements/tr-select-realestate_location.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-realestate_location.html b/httemplate/elements/tr-select-realestate_location.html
new file mode 100644
index 000000000..1367886ed
--- /dev/null
+++ b/httemplate/elements/tr-select-realestate_location.html
@@ -0,0 +1,17 @@
+<TR>
+ <TH ALIGN="right"><% $opt{'label'} || 'Real Estate Location' %></TD>
+ <TD>
+ <% include( '/elements/select-realestate_location.html',
+ 'curr_value' => $curr_value,
+ %opt
+ )
+ %>
+ </TD>
+</TR>
+
+<%init>
+
+my %opt = @_;
+my $curr_value = $opt{'curr_value'} || $opt{'value'};
+
+</%init>