Code

Fixed dialog ignore account state
[gosa.git] / gosa-core / include / class_SnapShotDialog.inc
index 894e87d662a755b08f0fb4f9c6f1e50ac0bcf430..a8b07cac9dff87f5efb070aab12b4a8c8d9c86cb 100644 (file)
@@ -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')));
                 }
             }
         }