Commit 9c34d3f5 authored by Frank Bergmann's avatar Frank Bergmann

- ACS-Admin:

  Added warning messages
parent 2280b972
......@@ -128,7 +128,7 @@ $table
<li><a href=\"package-add\">Create a new package.</a>
<li><a href=\"write-all-specs\">Write new specification files for all installed, locally generated packages</a>
<li><a href=\"package-load\">Load a new package from a URL or local directory.</a>
<li><a href=\"packages-install\">Install packages.</a>
<li><a href=\"packages-install\">Install packages</a> (<font color=red>Warning</font>: Installing new packages can break your system. Please make sure you know what you are doing.)
</ul>
"
......
......@@ -63,7 +63,10 @@ foreach spec_file $all_spec_files {
apm_log APMDebug $spec_files
ns_write "Done.<p>
ns_write "Done.
<p>
<font color=red>Warning</font>: Installing new packages can break your system. Please make sure you know what you are doing.
<p>
"
if { $spec_files eq "" } {
......
......@@ -253,7 +253,10 @@ if { $installed_p eq "t" } {
if { $installed_p eq "t" } {
append body "
<li><a href=\"package-delete?[export_vars { version_id }]\">Uninstall this package from your system.</a> (be very careful!)\n"
<li><a href=\"package-delete?[export_vars { version_id }]\">Uninstall this package from your system.</a> (<font color=red>Warning</font>: Uninstalling packages can break your system. Not all dependencies may be maintained.)
\n"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment