Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialQueryCreator.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | '</tr>' . |
75 | 75 | "</table>\n"; |
76 | 76 | // sorting and prinouts |
77 | | - $result .= $this->getPoSortFormBox(); |
| 77 | + $result .= '<div class="smw-qc-sortbox" style="padding-left:10px;">'.$this->getPoSortFormBox().'</div>'; |
78 | 78 | // show|hide additional options and querying help |
79 | 79 | $result .= '<br><span id="show_additional_options" style="display:inline;"><a href="#addtional" rel="nofollow" onclick="' . |
80 | 80 | "document.getElementById('additional_options').style.display='block';" . |
— | — | @@ -320,6 +320,7 @@ |
321 | 321 | //Create 'more' link |
322 | 322 | var more_button =document.createElement('span'); |
323 | 323 | more_button.innerHTML = ' <a class="smwq-more" href="javascript:smw_makeDialog(\'' + num_elements + '\')">more</a> '; //TODO: i18n |
| 324 | + more_button.id = 'more'+num_elements; |
324 | 325 | new_div.appendChild(more_button); |
325 | 326 | |
326 | 327 | //Add the new instance |