better icon for Designer
This commit is contained in:
@@ -8,6 +8,7 @@ $HeadURL$
|
|||||||
2007-01-04 Marc Delisle <lem9@users.sourceforge.net>
|
2007-01-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* pmd/scripts/move.js: avoid text selection when moving a table object
|
* pmd/scripts/move.js: avoid text selection when moving a table object
|
||||||
under MSIE 6, thanks to Ivan Kirillov
|
under MSIE 6, thanks to Ivan Kirillov
|
||||||
|
* libraries/db_links.inc.php: better icon for Designer, thanks to I.K.
|
||||||
|
|
||||||
2007-01-02 Marc Delisle <lem9@users.sourceforge.net>
|
2007-01-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Designer: various fixes and improvements (for example support
|
* Designer: various fixes and improvements (for example support
|
||||||
|
@@ -72,8 +72,7 @@ $tab_qbe['link'] = 'db_qbe.php';
|
|||||||
|
|
||||||
if ($cfgRelation['designerwork']) {
|
if ($cfgRelation['designerwork']) {
|
||||||
$tab_designer['text'] = $GLOBALS['strDesigner'];
|
$tab_designer['text'] = $GLOBALS['strDesigner'];
|
||||||
// find something better (like pmd/images/relation.png)
|
$tab_designer['icon'] = 'b_relations.png';
|
||||||
$tab_designer['icon'] = 'b_edit.png';
|
|
||||||
$tab_designer['link'] = 'pmd_general.php';
|
$tab_designer['link'] = 'pmd_general.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user