From: hickert Date: Tue, 12 Dec 2006 09:36:25 +0000 (+0000) Subject: Replaced link with button X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5fcb9c34b3de4dcc49c9378da360407f9af09a24;p=gosa.git Replaced link with button git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5363 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc index d57987e4b..e18dc1a5d 100644 --- a/plugins/admin/systems/class_systemManagement.inc +++ b/plugins/admin/systems/class_systemManagement.inc @@ -239,9 +239,10 @@ class systems extends plugin if ($this->dn != "" && isset($_GET['PerformIsoCreation'])){ - $return_button = " ". - " ". - _("Back to work").""; + $return_button = "
+ + +
"; $dsc = array(0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "w")); @@ -290,7 +291,6 @@ class systems extends plugin echo "
$buffer
"; } - echo $download_button."

"; echo $return_button."
"; } else {