- fix: Search Feature Select Box Not Working
This commit is contained in:
parent
6766c63731
commit
cc61639232
3 changed files with 3 additions and 2 deletions
|
|
@ -52,6 +52,7 @@
|
||||||
- Added the arrayRef() method to WebGUI::SQL::ResultSet, which is 12% faster
|
- Added the arrayRef() method to WebGUI::SQL::ResultSet, which is 12% faster
|
||||||
than the array() method.
|
than the array() method.
|
||||||
- Added more tests to the test suite.
|
- Added more tests to the test suite.
|
||||||
|
- fix: Search Feature Select Box Not Working
|
||||||
|
|
||||||
|
|
||||||
7.0.2
|
7.0.2
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,7 @@ sub toHtml {
|
||||||
)->toHtml
|
)->toHtml
|
||||||
.WebGUI::Form::Button->new($self->session,
|
.WebGUI::Form::Button->new($self->session,
|
||||||
value=>"...",
|
value=>"...",
|
||||||
extras=>'onclick="window.open(\''.$url.'\',\'assetPicker\',\'toolbar=no, location=no, status=no, directories=no, width=400, height=400\');"'
|
extras=>'onclick="window.open(\''.$url.'\',\'assetPicker\',\'scrollbars=yes, toolbar=no, location=no, status=no, directories=no, width=400, height=400\');"'
|
||||||
)->toHtml;
|
)->toHtml;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ sub toHtml {
|
||||||
)->toHtml
|
)->toHtml
|
||||||
.($self->get('readOnly')?'':WebGUI::Form::Button->new($self->session,
|
.($self->get('readOnly')?'':WebGUI::Form::Button->new($self->session,
|
||||||
value=>"...",
|
value=>"...",
|
||||||
extras=>'onclick="window.open(\''.$self->session->url->page("op=formUsers;formId=".$self->get('id')).'\',\'userPicker\',\'toolbar=no, location=no, status=no, directories=no, width=400, height=400\');"'
|
extras=>'onclick="window.open(\''.$self->session->url->page("op=formUsers;formId=".$self->get('id')).'\',\'userPicker\',\'toolbar=no, location=no, status=no, directories=no, width=400, height=400, scrollbars=yes\');"'
|
||||||
)->toHtml).$manage;
|
)->toHtml).$manage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue