From: hickert Date: Mon, 12 Apr 2010 15:52:08 +0000 (+0000) Subject: Updated variable names X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80b2abfd2e346a722890db7aa4fcbc9ea1ad3561;p=gosa.git Updated variable names git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17594 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/mail/admin/systems/services/mail/class_goMailServer.inc b/gosa-plugins/mail/admin/systems/services/mail/class_goMailServer.inc index f662f4d13..8a9698558 100644 --- a/gosa-plugins/mail/admin/systems/services/mail/class_goMailServer.inc +++ b/gosa-plugins/mail/admin/systems/services/mail/class_goMailServer.inc @@ -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 */ diff --git a/gosa-plugins/mail/admin/systems/services/mail/goMailServer.tpl b/gosa-plugins/mail/admin/systems/services/mail/goMailServer.tpl index 76f11a8a7..1964f6b91 100644 --- a/gosa-plugins/mail/admin/systems/services/mail/goMailServer.tpl +++ b/gosa-plugins/mail/admin/systems/services/mail/goMailServer.tpl @@ -120,7 +120,7 @@ {t}Transports{/t}
{render acl=$postfixTransportTableACL} - {$postfixTransportTable} + {$postfixTransportTableList} {/render} {render acl=$postfixTransportTableACL} @@ -156,7 +156,7 @@ {t}Restrictions for sender{/t}
{render acl=$postfixSenderRestrictionsACL} - {$postfixSenderRestrictions} + {$postfixSenderRestrictionsList} {/render} {render acl=$postfixSenderRestrictionsACL} @@ -184,7 +184,7 @@ {t}Restrictions for recipient{/t}
{render acl=$postfixRecipientRestrictionsACL} - {$postfixRecipientRestrictions} + {$postfixRecipientRestrictionsList} {/render} {render acl=$postfixRecipientRestrictionsACL}