소스 검색

Fix header

Andy Baugh 5 년 전
부모
커밋
517a2cdc27
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      templates/ui/pgupgrade.tmpl

+ 2 - 2
templates/ui/pgupgrade.tmpl

@@ -11,12 +11,12 @@ SET styleSheets = [
 ];
 
 WRAPPER 'master_templates/master.tmpl'
-    header = locale.maketext("PostgreSQL Upgrade by ") _ '<a href="https://troglodyne.net">Troglodyne</a>'
+    header = locale.maketext("PostgreSQL Upgrade"),
     stylesheets = styleSheets,
     theme='bootstrap',
     icon='/addon_plugins/troglophant.png';
 %]
-
+<h3>Brought to you by <a href="https://troglodyne.net">Troglodyne</a></h3>
 <p>
 PostgreSQL is <em>the best</em> relational database management system you can conceive of, even on cPanel systems.
 This interface allows you to upgrade your PostgreSQL server to a newer version.