From: hickert Date: Tue, 13 Apr 2010 10:37:46 +0000 (+0000) Subject: Updated snapshot dialog X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=98877b520595904b63952091cc91af3fdf4b004e;p=gosa.git Updated snapshot dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17609 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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'))); } } }