patch #1249451, display improvements
This commit is contained in:
@@ -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 :-)),
|
||||
|
3
sql.php
3
sql.php
@@ -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>
|
||||
|
Reference in New Issue
Block a user