mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-15 07:27:01 +02:00
heavy code cleanup in the webui
This commit is contained in:
@ -1,13 +1 @@
|
||||
|
||||
<div id="resultscontainer" class="empty" style="width: 990px; border:0px solid green; "></div>
|
||||
|
||||
<?php if(isset($searchterm)) { ?>
|
||||
|
||||
<script>
|
||||
fix_search_order('<?php print $sort; ?>', '<?php print $order; ?>');
|
||||
load_search_results('<?php print SEARCH_HELPER_URL; ?>', assemble_search_term(count, ''), 0);
|
||||
load_ajax_url('<?php print SAVE_SEARCH_URL; ?>');
|
||||
</script>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
Reference in New Issue
Block a user