projects
/
pgwui_copy
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c5ebda
)
Put page heading in the base template
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:46 +0000
(11:42 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:46 +0000
(11:42 -0500)
src/pgwui_copy/templates/copy.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_copy/templates/copy.mak
b/src/pgwui_copy/templates/copy.mak
index 1321ef467ffdfad47eb00e1a74f5248196f988a5..3e3886edc4fff89292019e6927cdc94fd7d805fb 100644
(file)
--- a/
src/pgwui_copy/templates/copy.mak
+++ b/
src/pgwui_copy/templates/copy.mak
@@
-157,7
+157,9
@@
<% tab_index.inc() %>
</%def>
-<h1>Copy A Schema Between Databases</h1>
+<%block name="page_heading" filter="trim">
+ Copy A Schema Between Databases
+</%block>
<%def name="table_rows(tab_index)">
<%parent:table_rows tab_index="${tab_index}" args="tab_index">