1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 20:01:25 +02:00

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>
<tr> <tr>
<td>click</td> <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> <td></td>
</tr> </tr>
<tr> <tr>

View File

@@ -68,7 +68,7 @@
</tr> </tr>
<tr> <tr>
<td>click</td> <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> <td></td>
</tr> </tr>
<tr> <tr>