patch #1249451, display improvements

This commit is contained in:
Marc Delisle
2005-08-02 13:11:24 +00:00
parent da993a298d
commit 6588678efa
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ $Source$
* server_databases.php: patch #1249371, correct calculation of colspan,
and patch #1249414, display improvements, thanks to Sebastian Mendel;
also, $dbstats should contain 0 or 1, not the colspan
* sql.php: patch #1249451, display improvement for bookmark dialog,
thanks to Sebastian Mendel
2005-08-01 Michal Čihař <michal@cihar.com>
* lang/czech: Fix bad translation (is was translated to is not :-)),

View File

@@ -891,7 +891,8 @@ else {
<input type="checkbox" name="bkm_all_users" id="bkm_all_users" value="true" /></td>
<td><label for="bkm_all_users"><?php echo $strBookmarkAllUsers; ?></label></td>
</tr>
<tr bgcolor="<?php echo $cfg['BgcolorOne']; ?>"><td colspan="2" align="right">
<tr>
<td class="tblFooters" colspan="2" align="right">
<input type="submit" name="store_bkm" value="<?php echo $strBookmarkThis; ?>" />
</td></tr>
</table></form>