aboutsummaryrefslogtreecommitdiff
path: root/views/_treecontrol.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-04-13 17:03:16 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-04-13 17:03:16 +0100
commit89a67770e66d11740948e90a41db6cee0482cf8e (patch)
treebe858515fb789a89d68f94975690ab019813726c /views/_treecontrol.haml
new version.
Diffstat (limited to 'views/_treecontrol.haml')
-rw-r--r--views/_treecontrol.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/_treecontrol.haml b/views/_treecontrol.haml
new file mode 100644
index 0000000..caf3a89
--- /dev/null
+++ b/views/_treecontrol.haml
@@ -0,0 +1,9 @@
+%a{:title=>"Collapse the entire tree below", :href=>"#"}
+ %img{:src=>"/images/minus.png"}
+ Collapse All
+%a{:title=>"Expand the entire tree below", :href=>"#"}
+ %img{:src=>"/images/plus.png"}
+ Expand All
+%a{:title=>"Toggle collapse/expand of tree below", :href=>"#"}
+ %img{:src=>"/images/toggle.png"}
+ Toggle All