projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3d113b4
)
fixes for list_view
wreis [Tue, 22 Jul 2008 23:30:10 +0000 (23:30 +0000)]
share/skin/base/layout/list_view.tt
patch
|
blob
|
blame
|
history
share/skin/default/layout/action/link.tt
patch
|
blob
|
blame
|
history
share/skin/default/layout/list_view.tt
[new file with mode: 0644]
patch
|
blob
diff --git
a/share/skin/base/layout/list_view.tt
b/share/skin/base/layout/list_view.tt
index
4c41e56
..
2f75d1c
100644
(file)
--- a/
share/skin/base/layout/list_view.tt
+++ b/
share/skin/base/layout/list_view.tt
@@
-19,6
+19,7
@@
<a href="[% order_uri %]">[% call_next %]</a>
=for layout actions
+
<div id="list_view_actions">
<ul>
[% call_next %]
@@
-26,6
+27,7
@@
</div>
=for layout action
+
<li>[% call_next %]</li>
=for layout pager
diff --git
a/share/skin/default/layout/action/link.tt
b/share/skin/default/layout/action/link.tt
index
7c07d31
..
d048d1b
100644
(file)
--- a/
share/skin/default/layout/action/link.tt
+++ b/
share/skin/default/layout/action/link.tt
@@
-1,3
+1,7
@@
+=extends NEXT
+
=for layout widget
- <a href="[% uri %]">[% label %]</a>
+
+[% call_next %] <br />
+
=cut
diff --git a/share/skin/default/layout/list_view.tt
b/share/skin/default/layout/list_view.tt
new file mode 100644
(file)
index 0000000..
0e72456
--- /dev/null
+++ b/
share/skin/default/layout/list_view.tt
@@ -0,0
+1,15
@@
+=extends NEXT
+
+=for layout pager
+
+<div id="list_view_pager">
+<ul class="pager">
+ [% first_page %]
+ [% previous_page %]
+ [% page_list %]
+ [% next_page %]
+ [% last_page %]
+</ul>
+</div>
+
+=cut