Hi,
in table Structure, under Action we have several action verbs but (under More) we have also terms like "Primary", "Index". It was suggested in a bug report to change them to "Add primary", "Add index", etc.
I think it makes sense. Comments?
Hi,
2010/12/21 Marc Delisle marc@infomarc.info:
Hi,
in table Structure, under Action we have several action verbs but (under More) we have also terms like "Primary", "Index". It was suggested in a bug report to change them to "Add primary", "Add index", etc.
I think it makes sense. Comments?
It makes sense. I have no objections.
On a side note : In 3.4 text was added to those icons (in structure, database and tables overview, ...) . It certainly helps identifying what those buttons do, but on some pages, fe the tables overview, it all becomes a bit crowded in my opinion. What was wrong with just the mouseover captions? Is there an option to disable the inline caption and just have a mouseover caption?
Greets,
Dieter
-- Marc Delisle http://infomarc.info
Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3 million businesses have gone Google with Google Apps: an online email calendar, and document program that's accessible from your browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Dieter Adriaenssens a écrit :
Hi,
2010/12/21 Marc Delisle marc@infomarc.info:
Hi,
in table Structure, under Action we have several action verbs but (under More) we have also terms like "Primary", "Index". It was suggested in a bug report to change them to "Add primary", "Add index", etc.
I think it makes sense. Comments?
It makes sense. I have no objections.
On a side note : In 3.4 text was added to those icons (in structure, database and tables overview, ...) . It certainly helps identifying what those buttons do, but on some pages, fe the tables overview, it all becomes a bit crowded in my opinion. What was wrong with just the mouseover captions? Is there an option to disable the inline caption and just have a mouseover caption?
Greets,
Dieter
I believe that in the Google Summer of Code 2010 project handled by Lori, usability tests were conducted, resulting in this suggestion. Maybe Lori can give more feedback.
To implement this behavior, the default value of $cfg['PropertiesIconic'] was set to 'both'.
Marc Delisle a écrit :
Dieter Adriaenssens a écrit :
Hi,
2010/12/21 Marc Delisle marc@infomarc.info:
Hi,
in table Structure, under Action we have several action verbs but (under More) we have also terms like "Primary", "Index". It was suggested in a bug report to change them to "Add primary", "Add index", etc.
I think it makes sense. Comments?
It makes sense. I have no objections.
On a side note : In 3.4 text was added to those icons (in structure, database and tables overview, ...) . It certainly helps identifying what those buttons do, but on some pages, fe the tables overview, it all becomes a bit crowded in my opinion. What was wrong with just the mouseover captions? Is there an option to disable the inline caption and just have a mouseover caption?
Greets,
Dieter
I believe that in the Google Summer of Code 2010 project handled by Lori, usability tests were conducted, resulting in this suggestion. Maybe Lori can give more feedback.
To implement this behavior, the default value of $cfg['PropertiesIconic'] was set to 'both'.
Forgot to mention that this is configurable also via the new user preferences module, for installations which have the "phpMyAdmin configuration storage".
Dieter Adriaenssens a écrit :
Hi,
2010/12/21 Marc Delisle marc@infomarc.info:
Hi,
in table Structure, under Action we have several action verbs but (under More) we have also terms like "Primary", "Index". It was suggested in a bug report to change them to "Add primary", "Add index", etc.
I think it makes sense. Comments?
It makes sense. I have no objections.
On a side note : In 3.4 text was added to those icons (in structure, database and tables overview, ...) . It certainly helps identifying what those buttons do, but on some pages, fe the tables overview, it all becomes a bit crowded in my opinion. What was wrong with just the mouseover captions? Is there an option to disable the inline caption and just have a mouseover caption?
Here is the commit related to this behavior:
commit 955df80a3066b4f0ee96fe64a761163fd6f93a8b Author: lorilee leelorik@gmail.com Date: Sat Aug 14 11:47:44 2010 -0700
Set properties to be text and icons by default
Greets,
Dieter
-- Marc Delisle http://infomarc.info
Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3 million businesses have gone Google with Google Apps: an online email calendar, and document program that's accessible from your browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Wed, 22 Dec 2010 14:46:39 +0100 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
2010/12/21 Marc Delisle marc@infomarc.info:
Hi,
in table Structure, under Action we have several action verbs but (under More) we have also terms like "Primary", "Index". It was suggested in a bug report to change them to "Add primary", "Add index", etc.
I think it makes sense. Comments?
It makes sense. I have no objections.
I agree as well.
On a side note : In 3.4 text was added to those icons (in structure, database and tables overview, ...) . It certainly helps identifying what those buttons do, but on some pages, fe the tables overview, it all becomes a bit crowded in my opinion. What was wrong with just the mouseover captions? Is there an option to disable the inline caption and just have a mouseover caption?
It was changed by Lori after doing some tests where almost nobody was able to guess what most of the icons should actually do. And I must say it's quite true, so it makes sense to start with text + icons and allow users to disable text later after they get familiar with the icons.