Bug fix: prevent (infinite) recursion when building search form with external keys, that point to search form with external keys, etc...

Now support nested search dialogs properly...

SVN:trunk[1210]
This commit is contained in:
Denis Flaven
2011-04-12 09:37:52 +00:00
parent a6ac44204c
commit 46e7bbe2c8
4 changed files with 32 additions and 12 deletions

View File

@@ -1045,4 +1045,7 @@ fieldset table.details>tbody>tr>td {
padding-top: 3px;
background: transparent;
border: 0;
}
.ac_dlg_loading {
background: white url('../images/indicator.gif') right center no-repeat;
}