Add information about theme versions and names.

This commit is contained in:
Michal Čihař
2004-09-05 10:40:46 +00:00
parent 579dac336f
commit e884e46871
2 changed files with 16 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$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>
* tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
* 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
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
#1013787).
* libraries/display_export.lib.php: Updated texts to fit Excel 2003

View File

@@ -2794,11 +2794,23 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
<li>edit the css-files in &quot;your_theme_name/css&quot;</li>
<li>put your new images in &quot;your_theme_name/img&quot;</li>
<li>edit <tt>layout.inc.php</tt> in &quot;your_theme_name&quot;</li>
<li>edit <tt>info.inc.php</tt> in &quot;your_theme_name&quot; 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 &quot;your_theme_name/screen.png&quot;</li>
</ul>
<br />
</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
directory &quot;img&quot; in &quot;your_theme_name&quot;. phpMyAdmin will
use the default icons and buttons (from the system-theme &quot;original&quot;).