473,394 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Pane size in phpMyAdmin

phpMyAdmin sometimes (but not always) chooses to split the browser
equally between the two panes (database list on left and workspace on
right). This is a tremendous waste of real estate, since the database
list really only needs a small space (as it is sometimes given). Is
there a way to control the size of the left pane?
Jul 17 '05 #1
2 2279
In article <3a************************@posting.google.com>,
Dw************@ngc.com (Dwayne) wrote:
phpMyAdmin sometimes (but not always) chooses to split the browser
equally between the two panes (database list on left and workspace on
right). This is a tremendous waste of real estate, since the database
list really only needs a small space (as it is sometimes given). Is
there a way to control the size of the left pane?


You have the source. Change it.

--
DeeDee, don't press that button! DeeDee! NO! Dee...

Jul 17 '05 #2
Dwayne wrote:

phpMyAdmin sometimes (but not always) chooses to split the browser
equally between the two panes (database list on left and workspace on
right). This is a tremendous waste of real estate, since the database
list really only needs a small space (as it is sometimes given). Is
there a way to control the size of the left pane?


I'd guess you can change this line in config.inc.php:

$cfg['LeftWidth'] = 150; // left frame width
Though if you say it's only happening occasionally, then it could be a bug, or
it could be that you're accidentally clicking and dragging the frame border. In
that case you might try playing with this line in index.php (try removing the
border and/or frame border or hard coding your desired width):

echo ' document.writeln(\'<frameset cols="' . $cfg['LeftWidth'] . ',*"
rows="*" border="1" frameborder="1" framespacing="0">\');'
. "\n";
Shawn

--
Shawn Wilson
sh***@glassgiant.com
http://www.glassgiant.com
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: SCS | last post by:
Running PHP 4.5.7 PHPMyAdmin 2.5.7-pl1 IIS 6 I am thrying to get phpmyadmin to work, but whenever I click a link or try to browse a database I get a 404 error, because the PmaAbsoluteUri...
4
by: David Off | last post by:
I run a blog called www.pistehors.com. The stylesheet is supposed to render a classic three pane design. Head, Menubar and Text. The size of the menubar and header are fixed. I've had a lot of...
1
by: steve | last post by:
Hi, When I import mysql data from a dump file into mysql, then phpmyadmin under structure shows sizes as unknown. I googled for this, but could not find a good answer. How do I get the...
0
by: NewbieSupreme | last post by:
I'm using PHPMyAdmin on an Apache2Triad install (latest version; 5.x.x, which installs PHP5 and PHPMyAdmin 2.8 as well). In Access, I exported a table to a text file, tab-delimited, text qualifyer...
5
by: Marcus | last post by:
Hello, I am having a problem with a query in phpMyAdmin... it works fine on my localhost, but the exact same query produces an error in phpMyAdmin on my server: localhost: PHP 4.3.11, MySQL...
2
by: Retheesh | last post by:
I have a requirement for importing a sql file in my local databse.I have exported the file from the client database.That file is more than 50mb.I want to import this sql file into my local...
2
by: Victor | last post by:
Could anybody kindly point me to a clue in the following enigma : I have phpMyAdmin - 2.8.2.4 and MySQL - 4.1.13-nt. In the phpMyAdmin opened in any browser I am able to enter and store Russian...
7
by: Jim Carlock | last post by:
I'm filling a really large array. Is there a way to get by this error message without editing the php.ini? The array needs to get built once, then looped through to fill a data- base, and it will...
2
by: seanh | last post by:
Hi all, I need some advice regarding phpmyadmin, I installed phpmyadmin directory in the htdocs but when I go to my http://mysite.com/phpmyadmin I get a 500 internal error. I checked the files...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.