use xhtmlFooter instead of html since it now contains all the javascript

pull/3034/head
Isaac Connor 2020-09-02 17:33:09 -04:00
parent a6ad57b393
commit bc710bc826
3 changed files with 4 additions and 7 deletions

View File

@ -147,7 +147,7 @@ if ( isset($_REQUEST['newControl']) ) {
$focusWindow = true; $focusWindow = true;
xhtmlHeaders(__FILE__, translate('ControlCap')." - ".$newControl['Name'] ); xhtmlHeaders(__FILE__, translate('ControlCap').' - '.$newControl['Name']);
?> ?>
<body> <body>
<div id="page"> <div id="page">
@ -486,5 +486,4 @@ switch ( $tab ) {
</form> </form>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -84,5 +84,4 @@ foreach( $controls as $control ) {
</form> </form>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -269,5 +269,4 @@ while ( $event_row = dbFetchNext($results) ) {
</form> </form>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>