Edit default values directly in table creation

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1046 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-08-29 13:55:55 +00:00
parent b6fb54668c
commit e43156e863
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@
</tr>
<tr>
<td>click</td>
<td>//input[@type='checkbox' and @onclick='column_comments_click(this.checked);']</td>
<td>//input[@type='checkbox' and @onclick='column_show(this.checked, 6);']</td>
<td></td>
</tr>
<tr>

View file

@ -68,7 +68,7 @@
</tr>
<tr>
<td>click</td>
<td>//input[@type='checkbox' and @onclick='column_comments_click(this.checked);']</td>
<td>//input[@type='checkbox' and @onclick='column_show(this.checked, 6);']</td>
<td></td>
</tr>
<tr>