From e95f4f1e0d66cf721ae3c940c9bce4dab7b3c61c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 9 Apr 2016 11:01:27 +0100 Subject: [PATCH] Add tabindex to editing form --- build/index.php | 8 ++++---- module_index.json | 4 ++-- modules/page-edit.php | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build/index.php b/build/index.php index 2f12c62..e19f795 100644 --- a/build/index.php +++ b/build/index.php @@ -3206,7 +3206,7 @@ register_module([ register_module([ "name" => "Page editor", - "version" => "0.13.1", + "version" => "0.13.2", "author" => "Starbeamrainbowlabs", "description" => "Allows you to edit pages by adding the edit and save actions. You should probably include this one.", "id" => "page-edit", @@ -3276,10 +3276,10 @@ register_module([ $content .= "

Warning: You are not logged in! Your IP address may be recorded.

"; } $content .= "
- - + +

$settings->editing_message

- +
"; exit(page_renderer::render_main("$title - $settings->sitename", $content)); }); diff --git a/module_index.json b/module_index.json index 674e1f0..0eb2748 100644 --- a/module_index.json +++ b/module_index.json @@ -100,11 +100,11 @@ }, { "name": "Page editor", - "version": "0.13.1", + "version": "0.13.2", "author": "Starbeamrainbowlabs", "description": "Allows you to edit pages by adding the edit and save actions. You should probably include this one.", "id": "page-edit", - "lastupdate": 1460195723, + "lastupdate": 1460196076, "optional": false }, { diff --git a/modules/page-edit.php b/modules/page-edit.php index 0c3a80d..12132ca 100644 --- a/modules/page-edit.php +++ b/modules/page-edit.php @@ -1,7 +1,7 @@ "Page editor", - "version" => "0.13.1", + "version" => "0.13.2", "author" => "Starbeamrainbowlabs", "description" => "Allows you to edit pages by adding the edit and save actions. You should probably include this one.", "id" => "page-edit", @@ -71,10 +71,10 @@ register_module([ $content .= "

Warning: You are not logged in! Your IP address may be recorded.

"; } $content .= "
- - + +

$settings->editing_message

- +
"; exit(page_renderer::render_main("$title - $settings->sitename", $content)); });