Code

Fixed reload/back warning.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Nov 2006 07:10:18 +0000 (07:10 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Nov 2006 07:10:18 +0000 (07:10 +0000)
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
plugins/admin/systems/class_termDNS.inc
plugins/admin/systems/network.tpl

index a1b8a768b04ec8c46daa2a764b6f996fb27b1122..bf78ea11a4ac639b312a75694e672fad8729e3ca 100644 (file)
@@ -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."));
 }
 
 
index 5dfc415cfee20224f73bbc1149ad1a72a1c18613..974e133910723406f7d8743bde2207da36c887a3 100644 (file)
@@ -489,7 +489,7 @@ class termDNS extends plugin
 
     $str.= "  <tr>".
            "    <td colspan=2 width='50%'></td><td>".
-           "      <input type='submit' value='"._("Add")."' name='AddNewRecord'>".
+           "      <input type='submit' value='"._("Add")."' name='AddNewRecord' id='AddNewRecord'>".
            "    </td>".
            "  </tr>".
            "</table>";
index eeac9230cefed11185f2dc8eaf278f146387c80d..06d73f4c7764f5f0652585e7d5bf89bbb13e37c1 100644 (file)
@@ -37,7 +37,7 @@
                <td     style="width:50%;vertical-align:top;border-left:1px solid #b0b0b0;" valign="top">
       <input type="checkbox" name="enableDNS" value="1" 
 
-        {if !$accountACL}  <!-- render as disabled if we have no permissions -->
+        {if !$accountACL}  
           disabled
         {/if}
 
@@ -47,7 +47,7 @@
           changeState('dNSTTL');
           changeState('AddNewRecord');
           {$changeStateForRecords}
-      "/>
+      ">
         {else}
         onclick="toggle('test2');
           changeState('zoneName');