Move transformation overview out of libraries folder.
This commit is contained in:
@@ -55,6 +55,9 @@ $Source$
|
|||||||
* libraries/auth/cookie.auth.lib.php: Move error message on top of page.
|
* libraries/auth/cookie.auth.lib.php: Move error message on top of page.
|
||||||
* lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
|
* lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
|
||||||
* header.inc.php: Remove unused code.
|
* header.inc.php: Remove unused code.
|
||||||
|
* Documentation.html, tbl_properties.inc.php,
|
||||||
|
transformation_overview.php, libraries/transformations/overview.php
|
||||||
|
(deleted): Move transformation overview out of libraries folder.
|
||||||
|
|
||||||
2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* added test/theme.php: for testing themes
|
* added test/theme.php: for testing themes
|
||||||
|
@@ -2013,7 +2013,8 @@ options you can also specify strings to append/prepend to a string or the format
|
|||||||
want the output stored in.</p><br />
|
want the output stored in.</p><br />
|
||||||
|
|
||||||
<p>For a general overview of all available transformations and their options, you can
|
<p>For a general overview of all available transformations and their options, you can
|
||||||
consult your <i><www.your-host.com>/<your-install-dir>/libraries/transformations/overview.php</i>
|
consult your
|
||||||
|
<i><www.your-host.com>/<your-install-dir>/transformation_overview.php</i>
|
||||||
installation.</p>
|
installation.</p>
|
||||||
|
|
||||||
<p><br />For a tutorial on how to effectively use transformations, see our <a href="http://www.phpmyadmin.net/home_page/docs.php">Link section</a> on the official phpMyAdmin homepage.</p>
|
<p><br />For a tutorial on how to effectively use transformations, see our <a href="http://www.phpmyadmin.net/home_page/docs.php">Link section</a> on the official phpMyAdmin homepage.</p>
|
||||||
|
@@ -692,7 +692,7 @@ if ($cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME'])
|
|||||||
echo '<p> <a name="footnoote_mime"><sup>3</sup></a> ' . $strMIME_transformation_options_note . '</p>';
|
echo '<p> <a name="footnoote_mime"><sup>3</sup></a> ' . $strMIME_transformation_options_note . '</p>';
|
||||||
echo '<p> ';
|
echo '<p> ';
|
||||||
printf( $strMIME_transformation_note,
|
printf( $strMIME_transformation_note,
|
||||||
'<a href="libraries/transformations/overview.php?'
|
'<a href="transformation_overview.php?'
|
||||||
. PMA_generate_common_url($db, $table) . '" target="_blank">',
|
. PMA_generate_common_url($db, $table) . '" target="_blank">',
|
||||||
'</a>' );
|
'</a>' );
|
||||||
echo '</p>';
|
echo '</p>';
|
||||||
|
@@ -2,12 +2,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
// vim: expandtab sw=4 ts=4 sts=4:
|
// vim: expandtab sw=4 ts=4 sts=4:
|
||||||
|
|
||||||
/**
|
|
||||||
* Change to basedir for including/requiring other fields
|
|
||||||
*/
|
|
||||||
chdir('../../');
|
|
||||||
define('PMA_PATH_TO_BASEDIR', '../../'); // rabus: required for the CSS link tag.
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Don't display the page heading
|
* Don't display the page heading
|
||||||
*/
|
*/
|
Reference in New Issue
Block a user