From ff4862c3e7d03454147df1216a50d2f4996cf955 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 24 Nov 2006 07:10:18 +0000 Subject: [PATCH] Fixed reload/back warning. Fixed dns template creation. Some tags were broken. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5215 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/main.php | 2 +- plugins/admin/systems/class_termDNS.inc | 2 +- plugins/admin/systems/network.tpl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/main.php b/html/main.php index a1b8a768b..bf78ea11a 100644 --- a/html/main.php +++ b/html/main.php @@ -349,7 +349,7 @@ if(!isset($_SESSION['back_button_test'])){ $_SESSION['back_button_test'] = 0; } if(isset($_POST['back_button_test']) && $_POST['back_button_test'] != $_SESSION['back_button_test']){ - print_red(_("Please do not use the browsers 'back' or 'reload' button, use the GOsa interface to reload the user interface. This causes GOsa to perform your last request again and this could lead into some strange situations.")); + print_red(_("Please do not use the browsers 'back' or 'reload' button, use the GOsa interface to reload the user interface instead. Using the browser actions causes GOsa to perform your last request again and this could lead into some strange situations.")); } diff --git a/plugins/admin/systems/class_termDNS.inc b/plugins/admin/systems/class_termDNS.inc index 5dfc415cf..974e13391 100644 --- a/plugins/admin/systems/class_termDNS.inc +++ b/plugins/admin/systems/class_termDNS.inc @@ -489,7 +489,7 @@ class termDNS extends plugin $str.= " ". " ". - " ". + " ". " ". " ". ""; diff --git a/plugins/admin/systems/network.tpl b/plugins/admin/systems/network.tpl index eeac9230c..06d73f4c7 100644 --- a/plugins/admin/systems/network.tpl +++ b/plugins/admin/systems/network.tpl @@ -37,7 +37,7 @@ + {if !$accountACL} disabled {/if} @@ -47,7 +47,7 @@ changeState('dNSTTL'); changeState('AddNewRecord'); {$changeStateForRecords} - "/> + "> {else} onclick="toggle('test2'); changeState('zoneName'); -- 2.30.2