Patch #548696
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -7,18 +7,20 @@ $Source$
|
||||
|
||||
2002-04-27 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* Recompressed old ChangeLog without saving its path in the archive.
|
||||
* header.inc.php3: Patch #548696 (DB/Table titles should be links),
|
||||
thanks to Ray Black <allah03@users.sourceforge.net>.
|
||||
|
||||
2002-04-27 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* Documentation.html:
|
||||
- xhtml fixes;
|
||||
- added a faq entry about bug #547064 (JS error with textareas under
|
||||
Mozilla).
|
||||
* Documentation.html:
|
||||
- xhtml fixes;
|
||||
- added a faq entry about bug #547064 (JS error with textareas under
|
||||
Mozilla).
|
||||
* libraries/display_tbl.lib.php3; libraries/functions.js: better fix
|
||||
against bug #547384 (Marker Color can't equal Pointer Color).
|
||||
* libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
|
||||
* scripts/create-release.sh: improved so a CVS branch tag may be used.
|
||||
* lang/croatian-*; libraries/select_lang.lib.php3: new Croatian
|
||||
translations thanks to Sime Essert <sime@nofrx.org>.
|
||||
* lang/croatian-*; libraries/select_lang.lib.php3: new Croatian
|
||||
translations thanks to Sime Essert <sime@nofrx.org>.
|
||||
* Compressed ChangeLog till the 2.2.6 release.
|
||||
|
||||
2002-04-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
|
@@ -66,12 +66,15 @@ input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
|
||||
select {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
|
||||
textarea {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
|
||||
h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold}
|
||||
A:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
|
||||
A:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
|
||||
A:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: underline; color: #FF0000}
|
||||
A.nav:link {font-family: <?php echo $right_font_family; ?>; color: #000000}
|
||||
A.nav:visited {font-family: <?php echo $right_font_family; ?>; color: #000000}
|
||||
A.nav:hover {font-family: <?php echo $right_font_family; ?>; color: #FF0000}
|
||||
a:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
|
||||
a:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
|
||||
a:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: underline; color: #FF0000}
|
||||
a.nav:link {font-family: <?php echo $right_font_family; ?>; color: #000000}
|
||||
a.nav:visited {font-family: <?php echo $right_font_family; ?>; color: #000000}
|
||||
a.nav:hover {font-family: <?php echo $right_font_family; ?>; color: #FF0000}
|
||||
a.h1:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
|
||||
a.h1:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
|
||||
a.h1:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #FF0000}
|
||||
.nav {font-family: <?php echo $right_font_family; ?>; color: #000000}
|
||||
.warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
|
||||
//-->
|
||||
@@ -157,9 +160,9 @@ echo "\n";
|
||||
<body bgcolor="<?php echo $cfg['RightBgColor']; ?>" background="images/bkg.gif">
|
||||
<?php
|
||||
if (isset($db)) {
|
||||
echo '<h1>' . $strDatabase . ' <i>' . htmlspecialchars($db) . '</i>';
|
||||
echo '<h1>' . $strDatabase . ' <i><a class="h1" href="db_details.php3?lang='.$lang.'&server='.$server.'&db='.$db.'">' . htmlspecialchars($db) . '</a></i>';
|
||||
if (!empty($table)) {
|
||||
echo ' - ' . $strTable . ' <i>' . htmlspecialchars($table) . '</i>';
|
||||
echo ' - ' . $strTable . ' <i><a class="h1" href="tbl_properties.php3?lang='.$lang.'&server='.$server.'&db='.$db.'&table='.$table.'">' . htmlspecialchars($table) . '</a></i>';
|
||||
}
|
||||
echo ' ' . sprintf($strRunning, ' <i>' . (($cfg['Server']['verbose']) ? $cfg['Server']['verbose'] : $cfg['Server']['host']) . '</i>');
|
||||
echo '</h1>' . "\n";
|
||||
|
Reference in New Issue
Block a user