The branch, master has been updated
via 17b7ac6ac637a2fbd3b574b82b44f074bff11467 (commit)
from 30696bcbd0d5af3785ee4adf66a8602724febeb1 (commit)
- Log -----------------------------------------------------------------
commit 17b7ac6ac637a2fbd3b574b82b44f074bff11467
Author: Marc Delisle <[email protected]>
Date: Wed Dec 22 12:58:59 2010 -0500
Add action verbs to More choices in Structure page
-----------------------------------------------------------------------
Summary of changes:
tbl_structure.php | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tbl_structure.php b/tbl_structure.php
index b7663ec..17c2e73 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -162,14 +162,14 @@ $titles['BrowseDistinctValues'] =
PMA_getIcon('b_browse.png', __('Browse distinc
// hidden action titles (image and string)
$hidden_titles = array();
$hidden_titles['BrowseDistinctValues'] = PMA_getIcon('b_browse.png',
__('Browse distinct values'), false, true);
-$hidden_titles['Primary'] = PMA_getIcon('b_primary.png',
__('Primary'), false, true);
-$hidden_titles['NoPrimary'] = PMA_getIcon('bd_primary.png',
__('Primary'), false, true);
-$hidden_titles['Index'] = PMA_getIcon('b_index.png',
__('Index'), false, true);
-$hidden_titles['NoIndex'] = PMA_getIcon('bd_index.png',
__('Index'), false, true);
-$hidden_titles['Unique'] = PMA_getIcon('b_unique.png',
__('Unique'), false, true);
-$hidden_titles['NoUnique'] = PMA_getIcon('bd_unique.png',
__('Unique'), false, true);
-$hidden_titles['IdxFulltext'] = PMA_getIcon('b_ftext.png',
__('Fulltext'), false, true);
-$hidden_titles['NoIdxFulltext'] = PMA_getIcon('bd_ftext.png',
__('Fulltext'), false, true);
+$hidden_titles['Primary'] = PMA_getIcon('b_primary.png', __('Add
primary key'), false, true);
+$hidden_titles['NoPrimary'] = PMA_getIcon('bd_primary.png', __('Add
primary key'), false, true);
+$hidden_titles['Index'] = PMA_getIcon('b_index.png', __('Add
index'), false, true);
+$hidden_titles['NoIndex'] = PMA_getIcon('bd_index.png', __('Add
index'), false, true);
+$hidden_titles['Unique'] = PMA_getIcon('b_unique.png', __('Add
unique index'), false, true);
+$hidden_titles['NoUnique'] = PMA_getIcon('bd_unique.png', __('Add
unique index'), false, true);
+$hidden_titles['IdxFulltext'] = PMA_getIcon('b_ftext.png', __('Add
FULLTEXT index'), false, true);
+$hidden_titles['NoIdxFulltext'] = PMA_getIcon('bd_ftext.png', __('Add
FULLTEXT index'), false, true);
/**
* Displays the table structure ('show table' works correct since 3.23.03)
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git