The search box for Connectivity appears to be hard coded
Where can I go to change the size from 100 (I am happy to do a hack if needs be)?
<div id="search_form">
<form action="/index.php/year-7-8-enrollment-management" method="post" name="searchForm" id="searchForm">
<label for="search_string"><strong>Search:</strong></label>
<input name="_cc_search_string" id="search_string" value="" size="100" type="text">
<input name="_cc_search_button" value="Search" type="submit">
<input name="_cc_search_button" value="Reset" onclick="document.getElementById('search_string').value = '';" type="submit">
</form>
</div>
Where can I go to change the size from 100 (I am happy to do a hack if needs be)?