From: hickert Date: Mon, 15 Oct 2007 11:53:05 +0000 (+0000) Subject: Allow adding already existing ppd files. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a049f9f198028efb5802fa09675b4de2a0e958d2;p=gosa.git Allow adding already existing ppd files. A message box will be shown that asks the user if he wants to abort the action or if he wants to upload the file & overwrite the existing. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7550 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_printerPPDDialog.inc b/plugins/admin/systems/class_printerPPDDialog.inc index d2dfab34f..78929670c 100644 --- a/plugins/admin/systems/class_printerPPDDialog.inc +++ b/plugins/admin/systems/class_printerPPDDialog.inc @@ -28,7 +28,7 @@ class printerPPDDialog extends plugin /* If there is already a ppd file for the same type of printer, * remember the path to ppd file and display a dialog which allows - * to overwrite the current ppd file. + * to overwrite the current ppd file. */ var $add_ppd_later = ""; var $add_later_msg_dialog = NULL;