summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f2927d0)
raw | patch | inline | side by side (parent: f2927d0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 14:26:28 +0000 (14:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 14:26:28 +0000 (14:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15991 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc | patch | blob | history |
index 0a4b4065793f4de8ba4836e1b6a502c7755c4697..be28572cdfa468b4c7d82de9b91c749f0197bef9 100644 (file)
$state= "";
}
$display = "<p>$text<br>\n";
- $display.= "<input type=submit value=\"$button_text\" name=\"modify_state\" ".$state."><p>";
+ $display.= "<input type=submit value=\"$button_text\" name=\"modify_state\" ".$state."></p>";
return($display);
}