Skip to content

Commit

Permalink
Dev Fixed JavaScript not being properly loaded in participants browsing
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 28, 2013
1 parent 1cc4238 commit f07957d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion application/controllers/admin/participantsaction.php
Expand Up @@ -243,7 +243,7 @@ function displayParticipants()
'tokensurveynames' => $tSurveyNames,
'urlsearch' => $urlSearch
);

App()->getClientScript()->registerPackage('jqueryui');
App()->getClientScript()->registerPackage('jqgrid');
App()->getClientScript()->registerPackage('jquery-multiselect');
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . 'displayParticipants.css');
Expand Down
2 changes: 1 addition & 1 deletion scripts/admin/displayParticipant.js
Expand Up @@ -333,7 +333,7 @@ $(document).ready(function() {
{
caption:"",
title: fullSearchTitle,
buttonicon:'searchicon',
buttonicon:'ui-icon-search',
onClickButton:function(){
var dialog_buttons={};
dialog_buttons[searchBtn]=function(){
Expand Down
5 changes: 0 additions & 5 deletions styles/blobblueish/displayParticipants.css
@@ -1,8 +1,3 @@
.ui-icon.searchicon {
width: 16px;
height: 16px;
background-image:url('images/search.gif');
}
#selectable .ui-selecting { background: #7FFFD4; }
#selectable .ui-selected { background: #5CB3FF; color: #000000; }
#selectable { list-style-type: none; margin: 2px; padding: 0; width: 90%; }
Expand Down
5 changes: 0 additions & 5 deletions styles/gringegreen/displayParticipants.css
@@ -1,8 +1,3 @@
.ui-icon.searchicon {
width: 16px;
height: 16px;
background-image:url('images/search.gif');
}
#selectable .ui-selecting { background: #8CCE00; }
#selectable .ui-selected { background: #C1DD7F; color: #000000; }
#selectable { list-style-type: none; margin: 2px; padding: 0; width: 90%; }
Expand Down

0 comments on commit f07957d

Please sign in to comment.