Ammar Yasir a écrit :
> Hi,
> I pushed my work. I just tried to add a sub-tab on the table searchAmmar,
> page, one for the normal search and the other for zoom search. I just
> wanted to get back feedback on whether the design will be okay to proceed?
> Please don't mind how I have coded for now, just coded very quickly to
> get a basic design of the interface. I'll code it properly after
> suggestions.
>
> Since user needs to select only two columns in the zoom search page,
> instead of listing out all columns I provided two select boxes where
> user will select the two columns first and I'll display the field type,
> collation, operator and value based on that later. Also since we don't
> need to display the results, the options link on that page was removed.
>
> One more thing: For tabs, if I am not providing any link then the mouse
> cursor changes to X and they appear as disabled. How to change that?
>
> Regards,
> Ammar Yasir
> http://repo.or.cz/w/phpmyadmin/ammaryasirr.git
I think that the two-tabbed interface will do the job.
A few remarks:
- you have a few undefined variables; in case you are not seeing them,
please use "$cfg['Error_Handler']['display'] = true" in your config.inc.php
- please merge the original master to your repository, today and
regularly; from
http://wiki.phpmyadmin.net/pma/Git#Publishing_changes_for_merge
You should also regularly merge back the changes done in official
repository:
git checkout yourbranch
git remote update origin # assuming official repository is called origin
git merge origin/master
- in your jQuery you are comparing with "Table Search" and this won't
work with localization
- in pmahomme theme, labels "Table Search", "Zoom search" are difficult
to read
- the red X comes from the "error" class so try to find out why your
element has this class
--
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel