public inbox for [email protected]  
help / color / mirror / Atom feed
From: Seçkin Alan <[email protected]>
To: [email protected]
Subject: [pgAdmin4] Query Tools result paginate control labels
Date: Fri, 15 Apr 2016 21:41:54 +0300
Message-ID: <CAJZJJmrRXK=41y5QQG5FscwXsHSEmOxO7BPcfrOa8D5u_GFcUw@mail.gmail.com> (raw)
List-Unsubscribe:  <mailto:[email protected]?body=unsub%20pgadmin-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({


view thread (3+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [pgAdmin4] Query Tools result paginate control labels
  In-Reply-To: <CAJZJJmrRXK=41y5QQG5FscwXsHSEmOxO7BPcfrOa8D5u_GFcUw@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox