Apply button disabled by default

This commit is contained in:
bergware
2018-03-22 14:04:46 +01:00
parent 06a4c3f668
commit 4ed9f457de
37 changed files with 128 additions and 129 deletions
+3 -3
View File
@@ -4,8 +4,8 @@ Cond="($var['shareSMBEnabled']!='no')"
Tag="share-alt-square"
---
<?PHP
/* Copyright 2017, Lime Technology
* Copyright 2017, Bergware International.
/* Copyright 2018, Lime Technology
* Copyright 2018, Bergware International.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2,
@@ -30,7 +30,7 @@ Samba extra configuration:
: <textarea spellcheck="false" cols="80" rows="22" maxlength="2048" name="text" style="font-family:bitstream;width:66%"><?=htmlspecialchars($text)?></textarea>
&nbsp;
: <input type="submit" value="Apply"/><input type="button" value="Done" onclick="done()">
: <input type="submit" value="Apply" disabled><input type="button" value="Done" onclick="done()">
> Click the **Apply** button to commit the current edits. Click **Reset** to
> undo any changes you make (before Saving). Click **Done** to exit this page.