Revision: 7389
http://sourceforge.net/p/astlinux/code/7389
Author: abelbeck
Date: 2015-12-10 16:16:01 +0000 (Thu, 10 Dec 2015)
Log Message:
-----------
web interface, Prefs tab, add two more entries to the 'System Reboot Timer:'
Modified Paths:
--------------
branches/1.0/package/webinterface/altweb/admin/prefs.php
Modified: branches/1.0/package/webinterface/altweb/admin/prefs.php
===================================================================
--- branches/1.0/package/webinterface/altweb/admin/prefs.php 2015-12-09 04:36:04 UTC (rev 7388)
+++ branches/1.0/package/webinterface/altweb/admin/prefs.php 2015-12-10 16:16:01 UTC (rev 7389)
@@ -1032,7 +1032,8 @@
$value = '0';
}
putHtml('<select name="reboot_timer">');
- $reboot_timer_label = array( '80', '60', '40', '30', '20', '10', '0', '-10', '-20', '-30', '-40', '-50', '-60', '-80');
+ $reboot_timer_label = array( '80', '60', '40', '30', '20', '10', '0',
+ '-10', '-20', '-30', '-40', '-50', '-60', '-70', '-80', '-90');
foreach ($reboot_timer_label as $adjust) {
$sel = ($value === $adjust) ? ' selected="selected"' : '';
if ((int)$adjust == 0) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|