From 0c5f07a0c8bdc3768ff045785895cbd93301df04 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 29 May 2012 13:54:07 -0500 Subject: [PATCH] tweaked object index, crud templates --- edbob/pyramid/templates/edbob/crud.mako | 2 +- edbob/pyramid/templates/edbob/index.mako | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/edbob/pyramid/templates/edbob/crud.mako b/edbob/pyramid/templates/edbob/crud.mako index df68db4..16adc2b 100644 --- a/edbob/pyramid/templates/edbob/crud.mako +++ b/edbob/pyramid/templates/edbob/crud.mako @@ -1,6 +1,6 @@ <%inherit file="/base.mako" /> -
+
${self.menu()} diff --git a/edbob/pyramid/templates/edbob/index.mako b/edbob/pyramid/templates/edbob/index.mako index a640fa5..814739b 100644 --- a/edbob/pyramid/templates/edbob/index.mako +++ b/edbob/pyramid/templates/edbob/index.mako @@ -1,15 +1,18 @@ <%inherit file="/base.mako" /> <%def name="menu()"> -
+
+
-
- ${self.menu()|n} +
+ ${self.menu()|n} +
+ +
+ ${search.render()|n} +
-
- ${search.render()|n} -
-
+ ${grid|n} -${grid|n} +
\ No newline at end of file