1 |
dungog |
1.1 |
diff -urN e-smith-manager-2.0.0.orig/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 e-smith-manager-2.0.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 |
2 |
|
|
--- e-smith-manager-2.0.0.orig/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 2006-11-03 03:38:41.000000000 +1100 |
3 |
|
|
+++ e-smith-manager-2.0.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 2009-06-15 20:53:58.000000000 +1000 |
4 |
|
|
@@ -35,5 +35,10 @@ |
5 |
|
|
may leave your system in an unknown state!</h5></div>) |
6 |
|
|
if ($DB->get('bootstrap-console') and $DB->get('bootstrap-console')->prop('Run') eq 'yes'); |
7 |
|
|
|
8 |
|
|
+ $OUT .= qq(<div class="sme-error"><h5> |
9 |
|
|
+ Warning: a reconfigure and reboot is required before proceeding! Failure to reconfigure now |
10 |
|
|
+ may leave your system in an unknown state!</h5></div>) |
11 |
|
|
+ if ($DB->get('UnsavedChanges') and $DB->get('UnsavedChanges')->value eq 'yes'); |
12 |
|
|
+ |
13 |
|
|
$OUT; |
14 |
|
|
\} |