Closes #47: The panel now collapses to the correct size when there are 0 results.

merge-requests/2/head
Mike Koch 10 years ago
parent 29aa70aab7
commit df15806e42

@ -479,8 +479,6 @@ EOC;
</table>
</form>
</div>
</div>
<?php
} // END ticket list if total > 0
@ -499,6 +497,8 @@ else
echo '</div></div>';
}
echo '</div>
</div>';
function hesk_print_list_head()

Loading…
Cancel
Save