From 58e87deee711447b6d0929242dc25cd7c0af8d49 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 04 Jan 2012 11:47:44 -0500 Subject: [PATCH] Added: FS#1955 - Add update instructions for the shell update on the system > update page in ISPConfig --- interface/web/admin/templates/remote_action_ispcupdate.htm | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/templates/remote_action_ispcupdate.htm b/interface/web/admin/templates/remote_action_ispcupdate.htm index 156949a..7baca7a 100644 --- a/interface/web/admin/templates/remote_action_ispcupdate.htm +++ b/interface/web/admin/templates/remote_action_ispcupdate.htm @@ -1,9 +1,15 @@ +<!-- <h2><tmpl_var name="do_ispcupdate_caption"></h2> <p><tmpl_var name="do_ispcupdate_desc"></p> +--> + +<h2><tmpl_var name="ispconfig_update_title"></h2> +<p style="margin-top:50px; font-size:14px;"><tmpl_var name="ispconfig_update_text"></p> <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> @@ -17,9 +23,11 @@ <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> -- Gitblit v1.9.1