From 98877b520595904b63952091cc91af3fdf4b004e Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 13 Apr 2010 10:37:46 +0000 Subject: [PATCH] Updated snapshot dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17609 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_SnapShotDialog.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_SnapShotDialog.inc b/gosa-core/include/class_SnapShotDialog.inc index 894e87d66..a8b07cac9 100644 --- a/gosa-core/include/class_SnapShotDialog.inc +++ b/gosa-core/include/class_SnapShotDialog.inc @@ -90,8 +90,8 @@ class SnapShotDialog extends plugin if($found){ $this->del_dn = $entry; $smarty= get_smarty(); - $smarty->assign("intro", sprintf(_("You're about to delete the snapshot '%s'."), LDAP::fix($this->del_dn))); - return($smarty->fetch (get_template_path('remove.tpl'))); + $smarty->assign("info", sprintf(_("You're about to delete the snapshot '%s'."), LDAP::fix($this->del_dn))); + return($smarty->fetch (get_template_path('removeEntries.tpl'))); } } } -- 2.30.2