[pgAdmin4][Patch]: RM#1268 - Add a Help button to the bottom left of the Wizard framework

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM#1268 - Add a Help button to the bottom left of the Wizard framework
Date: 2016-06-07 08:44:41
Message-ID: CAM5-9D_XnEGjFbJu5OAOeZSk=V=hvCn3YnYKy13eKaamgr1m2w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the patch with following changes:
1. Added help button to the bottom left of the wizard framework.
*Usage: *
Set *wizard_help* property with url while creating wizard object.

var wizard = new (pgBrowser.Wizard.extend({
options: {
title: _('Wizard Title'),
* wizard_help: "{{ url_for('help.static', filename='grant_wizard.html')
}}"*
}
})

2. Previously wizard progress bar was in bottom left of the wizard
framework in place of help button.
So, It is now moved to top of Wizard page.

3. Added class *col-xs-** to the wizard div to be more consistent.

4. Set proper height for *wizard-right-panel_content* in css.

Please review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM#1268.patch application/octet-stream 8.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-06-07 09:49:49 Re: [pgAdmin4][Patch]: RM#1184 - Re-docking on the main tabset is broken
Previous Message Dave Page 2016-06-07 08:25:17 Re: User management functionality patch [pgadmin4]