pgAdmin 4 commit: Restructure templates to avoid conflicts between modu

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Restructure templates to avoid conflicts between modu
Date: 2015-01-26 16:27:46
Message-ID: E1YFmVu-00068X-3Q@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Restructure templates to avoid conflicts between modules.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0cff5fca2c69e211f9f27923ed3f8f94212bbfba

Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html | 7 +++
web/pgadmin/browser/templates/browser/index.html | 53 ++++++++++++++++++++
.../browser/templates/browser/messages.html | 12 +++++
web/pgadmin/browser/templates/index.html | 51 -------------------
web/pgadmin/browser/templates/messages.html | 12 -----
web/pgadmin/browser/views.py | 2 +-
6 files changed, 73 insertions(+), 64 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-01-27 14:20:22 pgAdmin 4 commit: Add automatic browser menu integration for modules.
Previous Message Dave Page 2015-01-26 15:22:15 pgAdmin 4 commit: Support a desktop authentication mode.