public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin4] Query Tools result paginate control labels
3+ messages / 2 participants
[nested] [flat]
* [pgAdmin4] Query Tools result paginate control labels
@ 2016-04-15 18:41 Seçkin Alan <[email protected]>
2016-04-16 08:48 ` [pgAdmin4] Query Tools result paginate control labels Dave Page <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Seçkin Alan @ 2016-04-15 18:41 UTC (permalink / raw)
To: pgadmin-hackers
Hi,
Backgrid js default control label is 《,
it looks bad.
now it looks like this
<< < 1 > >>
--
Seçkin ALAN
http://sckn.org
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Attachments:
[image/png] Screenshot_forward_label.png (720B, 3-Screenshot_forward_label.png)
download | view image
[text/x-patch] sqleditor_js.patch (1016B, 4-sqleditor_js.patch)
download | inline diff:
diff --git a/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js b/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js
index 463ee45..f0fed4d 100644
--- a/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js
+++ b/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js
@@ -450,6 +450,13 @@ define(
}),
paginator = self.paginator = new Backgrid.Extension.Paginator({
goBackFirstOnSort: false,
+
+ fastForwardHandleLabels: {
+ first: "<<",
+ prev: "<",
+ next: ">",
+ last: ">>"
+ },
collection: collection
}),
clientSideFilter = self.clientSideFilter = new Backgrid.Extension.ClientSideFilter({
^ permalink raw reply [nested|flat] 3+ messages in thread
* [pgAdmin4] Query Tools result paginate control labels
2016-04-15 18:41 [pgAdmin4] Query Tools result paginate control labels Seçkin Alan <[email protected]>
@ 2016-04-16 08:48 ` Dave Page <[email protected]>
2016-04-16 22:54 ` Re: [pgAdmin4] Query Tools result paginate control labels Dave Page <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Dave Page @ 2016-04-16 08:48 UTC (permalink / raw)
To: Seçkin Alan <[email protected]>; +Cc: pgadmin-hackers
On Friday, April 15, 2016, Seçkin Alan <[email protected]
<javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote:
> Hi,
>
> Backgrid js default control label is 《,
> it looks bad.
> now it looks like this
> << < 1 > >>
>
>
Hi,
This doesn't seem to make any difference to me - I've tried the normal hard
reload etc. and confirmed your code is reaching the browser by checking the
source in the dev tools.
Am I missing something?
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: [pgAdmin4] Query Tools result paginate control labels
2016-04-15 18:41 [pgAdmin4] Query Tools result paginate control labels Seçkin Alan <[email protected]>
2016-04-16 08:48 ` [pgAdmin4] Query Tools result paginate control labels Dave Page <[email protected]>
@ 2016-04-16 22:54 ` Dave Page <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Dave Page @ 2016-04-16 22:54 UTC (permalink / raw)
To: Seçkin Alan <[email protected]>; +Cc: pgadmin-hackers
On Saturday, April 16, 2016, Seçkin Alan <[email protected]> wrote:
> Hi Dave,
>
> You're right.
> My fault is try on one browser.
>
> I tried in some browsers on GNU/Linux
> Linux seckin-home 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u4
> (2016-02-29) x86_64 GNU/Linux
>
> Repository Installed Iceweasel - OK
> Repository Installed Chromium - OK
> Self Install Google Chrome - NOT OK.
> I do not know for the moment is such.
>
> I add screenshots.
>
Hmm, Chrome is my primary browser (albeit on Mac) - and it's fine there.
Missing font perhaps?
>
> On Sat, Apr 16, 2016 at 11:48 AM, Dave Page <[email protected]
> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote:
>
>>
>>
>> On Friday, April 15, 2016, Seçkin Alan <[email protected]> wrote:
>>
>>> Hi,
>>>
>>> Backgrid js default control label is 《,
>>> it looks bad.
>>> now it looks like this
>>> << < 1 > >>
>>>
>>>
>>
>> Hi,
>>
>> This doesn't seem to make any difference to me - I've tried the normal
>> hard reload etc. and confirmed your code is reaching the browser by
>> checking the source in the dev tools.
>>
>> Am I missing something?
>>
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>>
>
>
> --
> Seçkin ALAN
> http://sckn.org
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2016-04-16 22:54 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15 18:41 [pgAdmin4] Query Tools result paginate control labels Seçkin Alan <[email protected]>
2016-04-16 08:48 ` Dave Page <[email protected]>
2016-04-16 22:54 ` Dave Page <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox