Code

Updated variable names
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 15:52:08 +0000 (15:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 15:52:08 +0000 (15:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17594 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/admin/systems/services/mail/class_goMailServer.inc
gosa-plugins/mail/admin/systems/services/mail/goMailServer.tpl

index f662f4d13b8000ac93fb73dc32781a3427774c2f..8a9698558f2497e03387ef657c81e73a04a0dfa6 100644 (file)
@@ -366,7 +366,7 @@ class goMailServer extends goService{
     }
     $this->protocolsList->setListData($this->postfixTransportTable, $lData);
     $this->protocolsList->update();
-    $smarty->assign("postfixTransportTable" ,$this->protocolsList->render());
+    $smarty->assign("postfixTransportTableList" ,$this->protocolsList->render());
 
 
     /* Create list for sender restrictions */
@@ -377,7 +377,7 @@ class goMailServer extends goService{
     }
     $this->senderRestrictionList->setListData($this->postfixSenderRestrictions, $lData);
     $this->senderRestrictionList->update();
-    $smarty->assign("postfixSenderRestrictions" ,$this->senderRestrictionList->render());
+    $smarty->assign("postfixSenderRestrictionsList" ,$this->senderRestrictionList->render());
 
 
     /* Create list for translation tables */
@@ -388,7 +388,7 @@ class goMailServer extends goService{
     }
     $this->recipientRestrictionList->setListData($this->postfixRecipientRestrictions, $lData);
     $this->recipientRestrictionList->update();
-    $smarty->assign("postfixRecipientRestrictions" ,$this->recipientRestrictionList->render());
+    $smarty->assign("postfixRecipientRestrictionsList" ,$this->recipientRestrictionList->render());
 
     
     /* set new status */
index 76f11a8a78b5137987cd54ea62623f8d7572f1ae..1964f6b913560c85daaccc2bf361daed3ed03991 100644 (file)
                     <td>
                         {t}Transports{/t}<br>
 {render acl=$postfixTransportTableACL}
-                                               {$postfixTransportTable}
+                                               {$postfixTransportTableList}
 {/render}
 
 {render acl=$postfixTransportTableACL}
                     <td>
                         {t}Restrictions for sender{/t}<br>
 {render acl=$postfixSenderRestrictionsACL}
-                                               {$postfixSenderRestrictions}
+                                               {$postfixSenderRestrictionsList}
 {/render}
 {render acl=$postfixSenderRestrictionsACL}
                         <input type="text" name="Source_postfixSenderRestrictions" value="">
                     <td>
                         {t}Restrictions for recipient{/t}<br>
 {render acl=$postfixRecipientRestrictionsACL}
-                                               {$postfixRecipientRestrictions}
+                                               {$postfixRecipientRestrictionsList}
 {/render}
 {render acl=$postfixRecipientRestrictionsACL}
                         <input type="text" name="Source_postfixRecipientRestrictions" value="">