Code

Allow adding already existing ppd files.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Oct 2007 11:53:05 +0000 (11:53 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Oct 2007 11:53:05 +0000 (11:53 +0000)
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

plugins/admin/systems/class_printerPPDDialog.inc

index d2dfab34fe57ecf214f0cabb60b5d40be1ebf2e3..78929670c7f1c277a06507fc056ac3d4e5f62ab4 100644 (file)
@@ -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;