From dd965fcdd135ac1e66d2497ac89d3e115827e46b Mon Sep 17 00:00:00 2001 From: Herman van Rink <rink@initfour.nl> Date: Fri, 17 Jul 2020 08:49:47 +0200 Subject: [PATCH] Remove stale HTML from tools index page Was only cousing a white box to be visible, no content. --- interface/web/tools/templates/index.htm | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/interface/web/tools/templates/index.htm b/interface/web/tools/templates/index.htm index 951c43b564..9b184791ef 100644 --- a/interface/web/tools/templates/index.htm +++ b/interface/web/tools/templates/index.htm @@ -3,19 +3,3 @@ </div> <p><tmpl_var name="page_desc_txt"></p> -<div class="panel panel_tools_interface"> - - <div class="pnl_formsarea"> - - <h2 class="frmTextHead"></h2><p> </p> - - - - <input type="hidden" name="id" value="{tmpl_var name='id'}"> - - <div class="clear"><div class="right"> - - </div></div> - </div> - -</div> \ No newline at end of file -- GitLab