diff options
Diffstat (limited to 'openssl-editconfigfile-html.lsp')
-rw-r--r-- | openssl-editconfigfile-html.lsp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/openssl-editconfigfile-html.lsp b/openssl-editconfigfile-html.lsp index be6dae0..890909c 100644 --- a/openssl-editconfigfile-html.lsp +++ b/openssl-editconfigfile-html.lsp @@ -1,4 +1,4 @@ -<? local form, viewlibrary = ... ?> +<? local form, viewlibrary, page_info, session = ... ?> <? require("viewfunctions") ?> <? --[[ DEBUG INFORMATION @@ -23,7 +23,9 @@ displayitem(form.value.mtime) <?= form.value.filecontent.value ?> </textarea> -<DL><DT>Save/Apply above settings</DT><DD><input class="submit" type="submit" name="<?= form.option ?>" value="Save"></DD></DL> +<DL><DT><input class="submit" type="submit" name="<?= form.option ?>" value="<?= form.option ?>"></DT></DL> </form> - +<? if viewlibrary and viewlibrary.dispatch_component and session.permissions.openssl.checkenvironment then + viewlibrary.dispatch_component("checkenvironment") +end ?> |