From 2d9b20157957a55bd83875775085ed31c9062577 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Mar 2014 14:58:52 -0300 Subject: Squashed 'mod/translation_editor/' content from commit 9d86955 git-subtree-dir: mod/translation_editor git-subtree-split: 9d86955e6d8b6807578f5a9da0346ac1a146881c --- views/default/translation_editor/add_custom_key.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 views/default/translation_editor/add_custom_key.php (limited to 'views/default/translation_editor/add_custom_key.php') diff --git a/views/default/translation_editor/add_custom_key.php b/views/default/translation_editor/add_custom_key.php new file mode 100644 index 000000000..4726479cc --- /dev/null +++ b/views/default/translation_editor/add_custom_key.php @@ -0,0 +1,21 @@ +"; + $form_body .= ""; + $form_body .= elgg_view("input/text", array("name" => "key")); + + $form_body .= ""; + $form_body .= ""; + $form_body .= "" . elgg_echo("translation_editor:custom_keys:translation_info") . ""; + $form_body .= ""; + + $form_body .= elgg_view("input/submit", array("value" => elgg_echo("save"))); + + $form = elgg_view("input/form", array("body" => $form_body, "action" => $action, "id" => "translation_editor_custom_keys_form")); + +?> +

+