patch #1249451, display improvements
This commit is contained in:
@@ -12,6 +12,8 @@ $Source$
|
|||||||
* server_databases.php: patch #1249371, correct calculation of colspan,
|
* server_databases.php: patch #1249371, correct calculation of colspan,
|
||||||
and patch #1249414, display improvements, thanks to Sebastian Mendel;
|
and patch #1249414, display improvements, thanks to Sebastian Mendel;
|
||||||
also, $dbstats should contain 0 or 1, not the colspan
|
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>
|
2005-08-01 Michal Čihař <michal@cihar.com>
|
||||||
* lang/czech: Fix bad translation (is was translated to is not :-)),
|
* 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>
|
<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>
|
<td><label for="bkm_all_users"><?php echo $strBookmarkAllUsers; ?></label></td>
|
||||||
</tr>
|
</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; ?>" />
|
<input type="submit" name="store_bkm" value="<?php echo $strBookmarkThis; ?>" />
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table></form>
|
</table></form>
|
||||||
|
Reference in New Issue
Block a user