summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ca8045)
raw | patch | inline | side by side (parent: 7ca8045)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Dec 2006 09:36:25 +0000 (09:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Dec 2006 09:36:25 +0000 (09:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5363 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index d57987e4bcc4de18e8108044902a450e976e4fb9..e18dc1a5de908c0480ae8b1c1b7e9393dec9b8cc 100644 (file)
if ($this->dn != "" && isset($_GET['PerformIsoCreation'])){
- $return_button = "<a href='?plug=".$_GET['plug']."' target='_parent' class='center'> ".
- " <img src='images/list_reload.png' border=0 class='center'>".
- _("Back to work")."</a>";
+ $return_button = "<form type='get' action='main.php' target='_parent'>
+ <input type='submit' value='"._("Back")."'>
+ <input type='hidden' name='plug' value='".$_GET['plug']."'/>
+ </form>";
$dsc = array(0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "w"));
echo "<pre style='color:red'>$buffer</pre>";
}
- echo $download_button."<br><br>";
echo $return_button."<br>";
} else {