mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
This commit is contained in:
parent
3a72dc847c
commit
3307693ad6
@ -68,3 +68,5 @@ Behaviour.register({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
fitToParent('ResultTable_holder');
|
@ -9,9 +9,12 @@ Site</div>
|
|||||||
$AddSubsiteForm
|
$AddSubsiteForm
|
||||||
</div>
|
</div>
|
||||||
<h2>Search for Intranets</h2>
|
<h2>Search for Intranets</h2>
|
||||||
|
<div id="Search_holder" style="overflow: auto;">
|
||||||
<div id="SearchForm_holder" style="overflow:auto">
|
<div id="SearchForm_holder" style="overflow:auto">
|
||||||
$SearchForm
|
$SearchForm
|
||||||
</div>
|
</div>
|
||||||
<div id="ResultTable_holder" style="overflow:auto">
|
<div id="ResultTable_holder" style="overflow:auto">
|
||||||
$Results</div>
|
$Results
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user