use xhtmlFooter

This commit is contained in:
Isaac Connor 2020-09-02 18:17:12 -04:00
parent b0eacba0ee
commit dd5e342196
11 changed files with 11 additions and 22 deletions

View File

@ -66,5 +66,4 @@ xhtmlHeaders(__FILE__, translate('SetPreset') );
</form> </form>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -148,5 +148,4 @@ if ( !empty($_REQUEST['eid']) ) {
} }
?> ?>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -127,5 +127,4 @@ echo htmlSelect('newGroup[ParentId]', $options, $newGroup->ParentId(), array('da
</div> </div>
</div> </div>
<script nonce="<?php echo $cspNonce;?>">$j('.chosen').chosen();</script> <script nonce="<?php echo $cspNonce;?>">$j('.chosen').chosen();</script>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -102,5 +102,4 @@ if ( isset( $children[null] ) )
</form> </form>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -69,5 +69,4 @@ xhtmlHeaders(__FILE__, translate('Privacy'));
</form> </form>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -76,5 +76,4 @@ xhtmlHeaders(__FILE__, validHtmlStr($monitor->Name()).' - '.translate('Settings'
</form> </form>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -76,5 +76,4 @@ xhtmlHeaders(__FILE__, translate('Shutdown').' '.translate('Restart'));
?> ?>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -76,5 +76,4 @@ foreach ( $output as $row ) {
</table> </table>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -111,5 +111,4 @@ xhtmlHeaders(__FILE__, translate('Storage').' - '.$newStorage->Name());
</form> </form>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -811,5 +811,4 @@ foreach( array_keys($monEventSlots) as $monitorId ) {
</div> </div>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>

View File

@ -148,5 +148,4 @@ if ( canEdit('System') and ( $newUser->Username() != 'admin' ) ) {
</form> </form>
</div> </div>
</div> </div>
</body> <?php xhtmlFooter() ?>
</html>