typos and XHTML validity
This commit is contained in:
@@ -2459,7 +2459,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
[1.17a] I cannot connect to the MySQL server. It alaways returns the error
|
[1.17a] I cannot connect to the MySQL server. It always returns the error
|
||||||
message, "Client does not support authentication protocol requested
|
message, "Client does not support authentication protocol requested
|
||||||
by server; consider upgrading MySQL client"
|
by server; consider upgrading MySQL client"
|
||||||
</h4>
|
</h4>
|
||||||
@@ -2794,6 +2794,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
To create a theme:
|
To create a theme:
|
||||||
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>make a new subdirectory (for example "your_theme_name") under <tt>$cfg['ThemePath']</tt> (by default <tt>themes</tt>)</li>
|
<li>make a new subdirectory (for example "your_theme_name") under <tt>$cfg['ThemePath']</tt> (by default <tt>themes</tt>)</li>
|
||||||
<li>copy the files and directories from "original" to "your_theme_name"</li>
|
<li>copy the files and directories from "original" to "your_theme_name"</li>
|
||||||
@@ -2805,12 +2806,11 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
<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>
|
||||||
In theme directory there is file <tt>info.inc.php</tt> which contains
|
In theme directory there is file <tt>info.inc.php</tt> which contains
|
||||||
theme verbose name, theme generation and theme version. These versions and
|
theme verbose name, theme generation and theme version. These versions and
|
||||||
generations are enumerated from 1 and do not have any direct dependance on
|
generations are enumerated from 1 and do not have any direct dependance on
|
||||||
phpMyAdmin version. Themes within same generation should be bacward
|
phpMyAdmin version. Themes within same generation should be backwards
|
||||||
compatible - theme with version 2 should work in phpMyAdmin requiring
|
compatible - theme with version 2 should work in phpMyAdmin requiring
|
||||||
version 1. Themes with different generation are incompatible.
|
version 1. Themes with different generation are incompatible.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user