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 --- .../default/plugins/translation_editor/settings.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 views/default/plugins/translation_editor/settings.php (limited to 'views/default/plugins/translation_editor') diff --git a/views/default/plugins/translation_editor/settings.php b/views/default/plugins/translation_editor/settings.php new file mode 100644 index 000000000..4dfe4b7c9 --- /dev/null +++ b/views/default/plugins/translation_editor/settings.php @@ -0,0 +1,20 @@ + 'params[everybody_translate]', + 'options_values' => array( + 'yes' => elgg_echo('option:yes'), + 'no' => elgg_echo('option:no'), + ), + 'value' => $vars['entity']->everybody_translate ? $vars['entity']->everybody_translate : 'no', +)); + +$settings = <<<__HTML +
$everybody_translate_string $everybody_translate_view
+__HTML; + +echo $settings; -- cgit v1.2.3