phpmyadmin düzenleme fonksiyonunu kaldırma

Currently (pma 3.5.0) grid editing in browse mode is started on click.
This can be annoying for some users, f.e., they fear important table data can be accidentally damaged.
Another bad thing is unexpected starting edit mode when trying to select some text in grid (to copy it to clipboard).

It would be good to support 3 configuration modes of Grid editing:
– On click (current behavior),
– On double click,
– Disable.

While there’s no this useful setting, I replaced in /js/makegrid.js:
$(g).find(“td.data”).click
.. with:
$(g).find(“td.data”).dblclick

ben modifiye etmişim dblclick yerine disable yazmışım doğrumu yanlışmı araştırmak lazım.

http://sourceforge.net/tracker/?func=detail&aid=3522109&group_id=23067&atid=377411