Add information about theme versions and names.
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-09-05 Michal Čihař <michal@cihar.com>
|
||||||
|
* Documentation.html: Add information about theme versions and names.
|
||||||
|
|
||||||
2004-09-04 Alexander M. Turek <me@derrabus.de>
|
2004-09-04 Alexander M. Turek <me@derrabus.de>
|
||||||
* tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
|
* tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
|
||||||
* db_search.php, tbl_select.php: Made search independant from the
|
* db_search.php, tbl_select.php: Made search independant from the
|
||||||
@@ -28,7 +31,7 @@ $Source$
|
|||||||
* Documentation.html: Typos; added a note about the deprecated MySQL
|
* Documentation.html: Typos; added a note about the deprecated MySQL
|
||||||
versions 4.1.0 and 4.1.1.
|
versions 4.1.0 and 4.1.1.
|
||||||
|
|
||||||
2004-09-03 Michal Cihar <michal@cihar.com>
|
2004-09-03 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
|
* libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
|
||||||
#1013787).
|
#1013787).
|
||||||
* libraries/display_export.lib.php: Updated texts to fit Excel 2003
|
* libraries/display_export.lib.php: Updated texts to fit Excel 2003
|
||||||
|
@@ -2794,11 +2794,23 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
<li>edit the css-files in "your_theme_name/css"</li>
|
<li>edit the css-files in "your_theme_name/css"</li>
|
||||||
<li>put your new images in "your_theme_name/img"</li>
|
<li>put your new images in "your_theme_name/img"</li>
|
||||||
<li>edit <tt>layout.inc.php</tt> in "your_theme_name"</li>
|
<li>edit <tt>layout.inc.php</tt> in "your_theme_name"</li>
|
||||||
|
<li>edit <tt>info.inc.php</tt> in "your_theme_name" to
|
||||||
|
contain your chosen theme name, that will be visible in user interface</li>
|
||||||
<li>make a new screenshot of your theme and save it under "your_theme_name/screen.png"</li>
|
<li>make a new screenshot of your theme and save it under "your_theme_name/screen.png"</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<br />
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
In theme directory there is file <tt>info.inc.php</tt> which contains
|
||||||
|
theme verbose name and theme version. These versions are enumerated from 1
|
||||||
|
and do not have any direct dependance on phpMyAdmin version. Themes with
|
||||||
|
higher version should work also in older phpMyAdmin versions because we
|
||||||
|
currently expect these will only grow (new css classes or more images),
|
||||||
|
but this behaviour will be probably changed in future, in case phpMyAdmin
|
||||||
|
will start to use some templates and these will require completely
|
||||||
|
different themes.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
If you do not want to use your own symbols and buttons, remove the
|
If you do not want to use your own symbols and buttons, remove the
|
||||||
directory "img" in "your_theme_name". phpMyAdmin will
|
directory "img" in "your_theme_name". phpMyAdmin will
|
||||||
use the default icons and buttons (from the system-theme "original").
|
use the default icons and buttons (from the system-theme "original").
|
||||||
|
Reference in New Issue
Block a user