/[smeserver]/rpms/e-smith-manager/sme7/e-smith-manager-2.0.0-unsavedchanges.patch
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme7/e-smith-manager-2.0.0-unsavedchanges.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Sat Sep 19 12:10:59 2009 UTC (14 years, 9 months ago) by dungog
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.0.0-4.sme
- display reconfigure warning once if UnsavedChanges=yes [SME: 5475]

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     \}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed