From 0e269484a97a41dac8765449cf6f6d52aad6ca69 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Wed, 04 Jul 2012 22:18:54 -0400 Subject: [PATCH] cleaned up code formating on all template files --- interface/web/admin/templates/remote_action_ispcupdate.htm | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/interface/web/admin/templates/remote_action_ispcupdate.htm b/interface/web/admin/templates/remote_action_ispcupdate.htm index 7baca7a..6c903ba 100644 --- a/interface/web/admin/templates/remote_action_ispcupdate.htm +++ b/interface/web/admin/templates/remote_action_ispcupdate.htm @@ -8,26 +8,26 @@ <div class="panel panel_language_add"> - <div class="pnl_formsarea"> - <!-- - <fieldset class="inlineLabels"><legend>{tmpl_var name='do_ispcupdate_caption'}</legend> - <div class="ctrlHolder"> - <label for="server_select">{tmpl_var name='select_server_txt'}</label> - <select name="server_select" id="server" class="selectInput" onchange="document.getElementById('OKMsg').style.visibility = 'hidden'; "> - {tmpl_var name='server_option'} - </select> - </div> - </fieldset> - - <tmpl_if name="msg"> - <div id="OKMsg"><p><tmpl_var name="msg"></p></div> - </tmpl_if> - - - <div class="buttonHolder buttons"> - <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_do_txt'}" onClick="submitForm('pageForm','admin/remote_action_ispcupdate.php');"><span>{tmpl_var name='btn_do_txt'}</span></button> + <div class="pnl_formsarea"> + <!-- + <fieldset class="inlineLabels"><legend>{tmpl_var name='do_ispcupdate_caption'}</legend> + <div class="ctrlHolder"> + <label for="server_select">{tmpl_var name='select_server_txt'}</label> + <select name="server_select" id="server" class="selectInput" onchange="document.getElementById('OKMsg').style.visibility = 'hidden'; "> + {tmpl_var name='server_option'} + </select> + </div> + </fieldset> + + <tmpl_if name="msg"> + <div id="OKMsg"><p><tmpl_var name="msg"></p></div> + </tmpl_if> + + + <div class="buttonHolder buttons"> + <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_do_txt'}" onClick="submitForm('pageForm','admin/remote_action_ispcupdate.php');"><span>{tmpl_var name='btn_do_txt'}</span></button> + </div> + --> </div> - --> - </div> -</div> +</div> \ No newline at end of file -- Gitblit v1.9.1