diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 3257c776..e328c301 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -465,75 +465,11 @@ function package_details($id=0, $SID="") {
echo " \n";
echo " \n";
echo "\n\n";
- echo "
\n\n";
-
# Actions Bar
#
if ($SID) {
- echo "
\n";
- echo "
".__("Actions")."
\n";
- echo "
\n";
- echo " \n";
- echo "
\n";
-
- # Add Comments
- echo "\n";
- echo "
\n";
- echo "
\n";
- echo "\n
";
+ include('actions_form.php');
}
# Print Comments
diff --git a/web/template/actions_form.php b/web/template/actions_form.php
new file mode 100644
index 00000000..6299819d
--- /dev/null
+++ b/web/template/actions_form.php
@@ -0,0 +1,60 @@
+
+
+
+
+
+