projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1438522
)
Allow control over presence of top-of-page horizontal rule
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 13 Sep 2024 16:19:12 +0000
(11:19 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 13 Sep 2024 16:19:12 +0000
(11:19 -0500)
src/pgwui_common/templates/base.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_common/templates/base.mak
b/src/pgwui_common/templates/base.mak
index e5619412f2449a69a0b77382fbd04b9f3ba366b1..a147e9aba70a8d79f14a16e9b435b9006f3a3163 100644
(file)
--- a/
src/pgwui_common/templates/base.mak
+++ b/
src/pgwui_common/templates/base.mak
@@
-68,7
+68,9
@@
<%block name="action_success" />
% endif
- <hr />
+ <%block name="top_hr">
+ <hr />
+ </%block>
<h1><%block name="page_heading" filter="trim">
${caller.body()}