Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2007-01-12 21:24:20 +0300
committerMarc Delisle <marc@infomarc.info>2007-01-12 21:24:20 +0300
commitbdbcf3ceaa1eddcccd1931cef1d42ef9bae64685 (patch)
treeefc7911bc351e38b12397660c1781c5570fdbac7 /pmd_general.php
parent280c982828c1114fceb77ac7bef56897b3c5a480 (diff)
designer: snap to grid/display field
Diffstat (limited to 'pmd_general.php')
-rw-r--r--pmd_general.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/pmd_general.php b/pmd_general.php
index e3d7ff7b52..c0ca920f83 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -3,7 +3,7 @@
// vim: expandtab sw=4 ts=4 sts=4:
/*
-@author Ivan A Kirillov (develop.php@gmail.com)
+@author Ivan A Kirillov (Ivan.A.Kirillov@gmail.com)
*/
include_once "./pmd_common.php";
@@ -26,7 +26,6 @@ $hidden = "hidden";
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" />
<link rel="stylesheet" type="text/css" href="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css">
-
<title>Designer</title>
</head>
@@ -39,6 +38,7 @@ var LangSelectReferencedKey = '$strSelectReferencedKey';
var LangSelectForeignKey = '$strSelectForeignKey';
var LangPleaseSelectPrimaryOrUniqueKey = '$strPleaseSelectPrimaryOrUniqueKey';
var LangIEnotSupport = '$strIEUnsupported';
+var LangChangeDisplay = '$strChangeDisplay';
//---
var strLang = Array();
strLang['strModifications'] = '$strModifications';
@@ -67,6 +67,8 @@ echo $script_tabs . $script_contr;
href="javascript:Save2();" onMouseDown="return false;" class="M_butt" target="_self"><img title="<?php echo $strSavePosition ?>" src="pmd/images/save.png"></a><a
href="javascript:Start_table_new();" onMouseDown="return false;" class="M_butt" target="_self"><img title="<?php echo $strCreateTable ?>" src="pmd/images/table.png"></a><a
href="javascript:Start_relation();" onMouseDown="return false;" class="M_butt" id="rel_button" target="_self"><img title="<?php echo $strCreateRelation ?>" src="pmd/images/relation.png"></a><a
+ href="javascript:Start_display_field();" onMouseDown="return false;" class="M_butt" id="display_field_button" target="_self"><img title="<?php echo $strChangeDisplay ?>" src="pmd/images/display_field.png"></a><a
+ href="javascript:Grid();" onMouseDown="return false;" class="M_butt" id="grid_button" target="_self"><img title="<?php echo $strSnapToGrid ?>" src="pmd/images/grid.png"></a><a
href="javascript:location.reload();" onMouseDown="return false;" class="M_butt" target="_self"><img title="<?php echo $strReload; ?>" src="pmd/images/reload.png"></a><a
href="javascript:Help();" onMouseDown="return false;" class="M_butt" target="_self"><img title="<?php echo $strHelp; ?>" src="pmd/images/help.png"></a><img class="M_bord" src="pmd/images/bord.png"><a
href="javascript:Small_tab_all(document.getElementById('key_SB_all'));" onMouseDown="return false;" class="M_butt" target="_self"><img id='key_SB_all' title="<?php echo $strSmallBigAll; ?>" alt="v" src="pmd/images/downarrow1.png" ></a><a