aboutsummaryrefslogtreecommitdiffstats
path: root/root/bar_list
diff options
context:
space:
mode:
Diffstat (limited to 'root/bar_list')
-rw-r--r--root/bar_list21
1 files changed, 0 insertions, 21 deletions
diff --git a/root/bar_list b/root/bar_list
deleted file mode 100644
index ce57b74..0000000
--- a/root/bar_list
+++ /dev/null
@@ -1,21 +0,0 @@
-[%
-
-PROCESS listview;
-
-table_end_block = 'bar_list_table_end';
-
-BLOCK bar_list_table_end;
-
- "\n</table>\n";
- include( 'create_link_block' );
- "\n<br />\n";
-
- enctype = attrs.enctype || 'application/x-www-form-urlencoded';
- %]<form action="[% connect_form %]" method="post" enctype="[% enctype %]"[%
- attrs.enctype = ''; process_attrs(self.attrs); '>';
- INCLUDE component type = 'search_base' attrs.value = 'xxx';
- "\n</form>";
-
-END;
-
-%]